mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
replace SI_DUMMY with SI_NONE, an actual null device.
tweak SI a little so that it doesn't block things which block on the status reg. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4713 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -230,7 +230,7 @@ bool NetPlay::GetNetPads(u8 padnb, SPADStatus PadStatus, u32 *netValues)
|
||||
|
||||
// Better disable unused ports
|
||||
for (int i = m_numClients+1; i < 4; i++)
|
||||
SerialInterface::ChangeDevice(SI_DUMMY, i);
|
||||
SerialInterface::ChangeDevice(SI_NONE, i);
|
||||
}
|
||||
|
||||
if (m_timer.GetTimeDifference() > 1000)
|
||||
|
Reference in New Issue
Block a user