introduce a benchmark mode
This commit is contained in:
parent
a4741861ce
commit
cd7b333b2d
4 changed files with 119 additions and 2 deletions
|
|
@ -477,6 +477,10 @@ class DivEngine {
|
|||
// notify wavetable change
|
||||
void notifyWaveChange(int wave);
|
||||
|
||||
// benchmark (returns time in seconds)
|
||||
double benchmarkPlayback();
|
||||
double benchmarkSeek();
|
||||
|
||||
// returns the minimum VGM version which may carry the specified system, or 0 if none.
|
||||
int minVGMVersion(DivSystem which);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue