mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
ResourcePacks: Fix various bugs
This commit is contained in:
parent
2987e8313a
commit
f86b34ceb9
4 changed files with 30 additions and 15 deletions
|
@ -60,7 +60,8 @@ bool Init()
|
|||
continue;
|
||||
}
|
||||
|
||||
order->Set(packs[i].GetManifest()->GetID(), static_cast<u64>(i));
|
||||
if (i < packs.size())
|
||||
order->Set(packs[i].GetManifest()->GetID(), static_cast<u64>(i));
|
||||
}
|
||||
|
||||
file.Save(packs_path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue