mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 07:39:45 -06:00
WC24 config and mailbox files
Don't let the BIN suffix mislead you, they are not binary code git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4709 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -328,9 +328,8 @@ void ExecuteCommand(u32 _Address)
|
||||
{
|
||||
if(pDevice->IsOpened())
|
||||
{
|
||||
if (pDevice->GetDeviceName().find("/dev/net/") != std::string::npos)
|
||||
// AyuanX: /dev/net/XXX are more like events which don't need close so they can be reopened
|
||||
// At least it is so for /dev/net/kd/request & /dev/net/ncd/manage
|
||||
if (pDevice->GetDeviceName().find("/dev/net/kd/request") != std::string::npos)
|
||||
// AyuanX: /dev/net/kd/request is more like event which doesn't need close so it can be reopened
|
||||
pDevice->Open(_Address, Mode);
|
||||
else
|
||||
// We have already opened this hardware, return -6
|
||||
|
Reference in New Issue
Block a user