release mode build fix in wii_ipc_hle
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1329 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
852c6aaca1
commit
6ccf90bbba
|
@ -329,9 +329,7 @@ void ExecuteCommand(u32 _Address)
|
|||
}
|
||||
else
|
||||
{
|
||||
#ifdef LOGGING
|
||||
IWII_IPC_HLE_Device* pDevice = AccessDeviceByID(DeviceID);
|
||||
#endif
|
||||
/* If we return -6 here after a Open > Failed > CREATE_FILE > ReOpen call
|
||||
sequence Mario Galaxy and Mario Kart Wii will not start writing to the file,
|
||||
it will just (seemingly) wait for one or two seconds and then give an error
|
||||
|
|
Loading…
Reference in New Issue