Implement getSampleMemOffset for further optimize VGM logging (specifically OPL4 PCM)
This commit is contained in:
parent
9d1c10fcea
commit
a5148a3441
9 changed files with 60 additions and 25 deletions
|
|
@ -980,6 +980,13 @@ class DivDispatch {
|
|||
*/
|
||||
virtual const char* getSampleMemName(int index=0);
|
||||
|
||||
/**
|
||||
* Get sample memory start offset.
|
||||
* @param index the memory index.
|
||||
* @return memory start offset in bytes.
|
||||
*/
|
||||
virtual size_t getSampleMemOffset(int index = 0);
|
||||
|
||||
/**
|
||||
* Get sample memory usage.
|
||||
* @param index the memory index.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue