mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
Clean Up
This commit is contained in:
parent
e7f2a04699
commit
4f324ad742
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