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:
hrydgard 2008-11-29 11:55:06 +00:00
parent 852c6aaca1
commit 6ccf90bbba
1 changed files with 0 additions and 2 deletions

View File

@ -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