fix audio backend not changing on switchMaster
This commit is contained in:
parent
2f0e97f6d9
commit
29f1be3b36
2 changed files with 9 additions and 4 deletions
|
|
@ -452,7 +452,7 @@ class DivEngine {
|
|||
int loadSampleROM(String path, ssize_t expectedSize, unsigned char*& ret);
|
||||
|
||||
bool initAudioBackend();
|
||||
bool deinitAudioBackend();
|
||||
bool deinitAudioBackend(bool dueToSwitchMaster=false);
|
||||
|
||||
void registerSystems();
|
||||
void initSongWithDesc(const int* description);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue