mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-18 03:31:31 +12:00
Don't start audio device too soon
This commit is contained in:
parent
3f31f78377
commit
7b540f0af8
1 changed files with 1 additions and 2 deletions
|
@ -109,7 +109,6 @@ void MiniAudioDevice::init(Samples& samples, bool safe) {
|
|||
}
|
||||
|
||||
initialized = true;
|
||||
start();
|
||||
}
|
||||
|
||||
void MiniAudioDevice::start() {
|
||||
|
@ -141,4 +140,4 @@ void MiniAudioDevice::stop() {
|
|||
Helpers::warn("Failed to stop audio device");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue