mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-09 18:45:40 +00: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:
parent
077768501b
commit
97090337e3
BIN
Data/User/Wii/shared2/wc24/MISC.BIN
Normal file
BIN
Data/User/Wii/shared2/wc24/MISC.BIN
Normal file
Binary file not shown.
BIN
Data/User/Wii/shared2/wc24/NWC24DL.BIN
Normal file
BIN
Data/User/Wii/shared2/wc24/NWC24DL.BIN
Normal file
Binary file not shown.
BIN
Data/User/Wii/shared2/wc24/NWC24FL.BIN
Normal file
BIN
Data/User/Wii/shared2/wc24/NWC24FL.BIN
Normal file
Binary file not shown.
BIN
Data/User/Wii/shared2/wc24/NWC24FLS.BIN
Normal file
BIN
Data/User/Wii/shared2/wc24/NWC24FLS.BIN
Normal file
Binary file not shown.
BIN
Data/User/Wii/shared2/wc24/NWC24MSG.CBK
Normal file
BIN
Data/User/Wii/shared2/wc24/NWC24MSG.CBK
Normal file
Binary file not shown.
BIN
Data/User/Wii/shared2/wc24/NWC24MSG.CFG
Normal file
BIN
Data/User/Wii/shared2/wc24/NWC24MSG.CFG
Normal file
Binary file not shown.
4
Data/User/Wii/shared2/wc24/mbox/Readme.txt
Normal file
4
Data/User/Wii/shared2/wc24/mbox/Readme.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
The Mailbox here has been shrunk, the real file size:
|
||||||
|
|
||||||
|
WC24RECV.MBX 0x00700000
|
||||||
|
WC24SEND.MBX 0x00200000
|
BIN
Data/User/Wii/shared2/wc24/mbox/WC24RECV.CTL
Normal file
BIN
Data/User/Wii/shared2/wc24/mbox/WC24RECV.CTL
Normal file
Binary file not shown.
BIN
Data/User/Wii/shared2/wc24/mbox/WC24RECV.MBX
Normal file
BIN
Data/User/Wii/shared2/wc24/mbox/WC24RECV.MBX
Normal file
Binary file not shown.
BIN
Data/User/Wii/shared2/wc24/mbox/WC24SEND.CTL
Normal file
BIN
Data/User/Wii/shared2/wc24/mbox/WC24SEND.CTL
Normal file
Binary file not shown.
BIN
Data/User/Wii/shared2/wc24/mbox/WC24SEND.MBX
Normal file
BIN
Data/User/Wii/shared2/wc24/mbox/WC24SEND.MBX
Normal file
Binary file not shown.
@ -328,9 +328,8 @@ void ExecuteCommand(u32 _Address)
|
|||||||
{
|
{
|
||||||
if(pDevice->IsOpened())
|
if(pDevice->IsOpened())
|
||||||
{
|
{
|
||||||
if (pDevice->GetDeviceName().find("/dev/net/") != std::string::npos)
|
if (pDevice->GetDeviceName().find("/dev/net/kd/request") != std::string::npos)
|
||||||
// AyuanX: /dev/net/XXX are more like events which don't need close so they can be reopened
|
// AyuanX: /dev/net/kd/request is more like event which doesn't need close so it can be reopened
|
||||||
// At least it is so for /dev/net/kd/request & /dev/net/ncd/manage
|
|
||||||
pDevice->Open(_Address, Mode);
|
pDevice->Open(_Address, Mode);
|
||||||
else
|
else
|
||||||
// We have already opened this hardware, return -6
|
// We have already opened this hardware, return -6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user