mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
commit
0f96a0104e
14 changed files with 23 additions and 38 deletions
|
@ -176,7 +176,8 @@ static int GetEmptySlot(std::map<double, int> m)
|
|||
break;
|
||||
}
|
||||
}
|
||||
if (!found) return i;
|
||||
if (!found)
|
||||
return i;
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue