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:
ayuanx 2009-12-18 12:09:17 +00:00
parent 077768501b
commit 97090337e3
12 changed files with 6 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

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

View File

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