mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 15:19:42 -06:00
Solved issue 1096 and issue 1098
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3780 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -1801,12 +1801,12 @@ void CWII_IPC_HLE_Device_usb_oh1_57e_305::CommandDisconnect(u8* _Input)
|
||||
ERROR_LOG(WII_IPC_WIIMOTE, "IPC CommandDisconnect: WiiMote emulation is out of sync.\n"
|
||||
"This message will be shot one time only, because dolphin does\n"
|
||||
"not executes the disconnect at all and some times you can play\n"
|
||||
"anyway. It is strongly recommed to save and/or restart the\n"
|
||||
"anyway. It is strongly recommended to save and/or restart the\n"
|
||||
"emulation.");
|
||||
PanicAlert("IPC CommandDisconnect: WiiMote emulation is out of sync.\n"
|
||||
"This message will be shot one time only, because dolphin does\n"
|
||||
"not executes the disconnect at all and some times you can play\n"
|
||||
"anyway. It is strongly recommed to save and/or restart the\n"
|
||||
"anyway. It is strongly recommended to save and/or restart the\n"
|
||||
"emulation.");
|
||||
}
|
||||
INFO_LOG(CONSOLE, "IPC CommandDisconnect\n");
|
||||
|
Reference in New Issue
Block a user