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:
parent
077768501b
commit
97090337e3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,4 @@
|
|||
The Mailbox here has been shrunk, the real file size:
|
||||
|
||||
WC24RECV.MBX 0x00700000
|
||||
WC24SEND.MBX 0x00200000
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue