mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07: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:
parent
7359b3b2a6
commit
195f734054
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user