mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 12:39:13 +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;
|
initialized = true;
|
||||||
start();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void MiniAudioDevice::start() {
|
void MiniAudioDevice::start() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue