mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-31 18:32:43 +00:00
Reset es_inuse upon Reset.
This commit is contained in:
parent
39a524f47d
commit
868ab1918b
@ -150,6 +150,12 @@ void Reset(bool _bHard)
|
||||
g_FdMap[i] = NULL;
|
||||
}
|
||||
|
||||
u32 j;
|
||||
for (j=0; j<ES_MAX_COUNT; j++)
|
||||
{
|
||||
es_inuse[j] = false;
|
||||
}
|
||||
|
||||
TDeviceMap::iterator itr = g_DeviceMap.begin();
|
||||
while (itr != g_DeviceMap.end())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user