mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 07:36:34 +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
12 changed files with 6 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue