mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-21 05:09:46 -06:00
this might be a good idea
This commit is contained in:
@ -1045,6 +1045,7 @@ int main(int argc, char** argv)
|
|||||||
|
|
||||||
emuThread->emuStop();
|
emuThread->emuStop();
|
||||||
emuThread->wait();
|
emuThread->wait();
|
||||||
|
delete emuThread;
|
||||||
|
|
||||||
//if (Joystick) SDL_JoystickClose(Joystick);
|
//if (Joystick) SDL_JoystickClose(Joystick);
|
||||||
if (audioDevice) SDL_CloseAudioDevice(audioDevice);
|
if (audioDevice) SDL_CloseAudioDevice(audioDevice);
|
||||||
|
Reference in New Issue
Block a user