mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-05 22:41:18 +12:00
nsyshid: Tidyups and Fixes (#1275)
This commit is contained in:
parent
593da5ed79
commit
517e68fe57
4 changed files with 5 additions and 5 deletions
|
@ -978,7 +978,7 @@ namespace nsyshid
|
|||
{
|
||||
for (const auto& it : GetListSkylanders())
|
||||
{
|
||||
if(it.first.first == skyId && it.first.second == skyVar)
|
||||
if (it.first.first == skyId && it.first.second == skyVar)
|
||||
{
|
||||
return it.second;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue