mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Ooops, forgot to save one file before commiting! =\
Really sorry about that... git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4766 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -75,7 +75,7 @@ void WiimoteBasicConfigDialog::OnClose(wxCloseEvent& event)
|
||||
EndModal(wxID_CLOSE);
|
||||
|
||||
// Shutdown Real WiiMotes so everything is set properly before the game starts
|
||||
if (g_RealWiiMoteInitialized)
|
||||
if (g_RealWiiMoteInitialized && !g_EmulatorRunning)
|
||||
WiiMoteReal::Shutdown();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user