typo/ put back a log that i removed
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7522 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
69645d421b
commit
423db843b7
|
@ -121,7 +121,7 @@
|
|||
#define GC_MEMCARDA "MemoryCardA"
|
||||
#define GC_MEMCARDB "MemoryCardB"
|
||||
|
||||
#define WII_SETTING. "setting.txt"
|
||||
#define WII_SETTING "setting.txt"
|
||||
#define WII_EUR_SETTING "setting-eur.txt"
|
||||
#define WII_USA_SETTING "setting-usa.txt"
|
||||
#define WII_JAP_SETTING "setting-jpn.txt"
|
||||
|
|
|
@ -300,13 +300,10 @@ void ExecuteCommand(u32 _Address)
|
|||
pDevice = AccessDeviceByID(DeviceID);
|
||||
CmdSuccess = pDevice->Open(_Address, Mode);
|
||||
|
||||
if(strcmp(pDevice->GetDeviceName().c_str(), "/dev/net/kd/request"))
|
||||
{
|
||||
INFO_LOG(WII_IPC_FILEIO, "IOP: ReOpen (Device=%s, DeviceID=%08x, Mode=%i)",
|
||||
pDevice->GetDeviceName().c_str(), DeviceID, Mode);
|
||||
}
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
case COMMAND_CLOSE_DEVICE:
|
||||
|
|
Loading…
Reference in New Issue