this might be a good idea
This commit is contained in:
parent
d5f1633019
commit
9fbf9b997b
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue