mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-05 11:44:49 +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
include/audio
|
@ -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