mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-05 13:29:40 -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->wait();
|
||||
delete emuThread;
|
||||
|
||||
//if (Joystick) SDL_JoystickClose(Joystick);
|
||||
if (audioDevice) SDL_CloseAudioDevice(audioDevice);
|
||||
|
Reference in New Issue
Block a user