mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
Handle lack of an audio device gracefully without hangs
This commit is contained in:
parent
63cbfbb523
commit
873fca076a
2 changed files with 6 additions and 0 deletions
|
@ -36,4 +36,6 @@ class MiniAudioDevice {
|
|||
|
||||
void start();
|
||||
void stop();
|
||||
|
||||
bool isInitialized() const { return initialized; }
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue