mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 13:31:18 +12:00
Fix graphic pack content not being loaded
This commit is contained in:
parent
b1e92f1779
commit
f63054d8f4
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ bool GraphicPack2::LoadGraphicPack(const std::wstring& filename, IniParser& rule
|
|||
}
|
||||
|
||||
gp->SetEnabled(enabled);
|
||||
|
||||
if (gp->IsEnabled())
|
||||
s_active_graphic_packs.emplace_back(gp);
|
||||
}
|
||||
|
||||
gp->UpdatePresetVisibility();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue