mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-11 17:28:29 +12:00
Fix crash on GTK when a gfx pack preset value is changed (#300)
This commit is contained in:
parent
53c7daa603
commit
25dae98ce0
2 changed files with 34 additions and 1 deletions
|
@ -27,6 +27,7 @@ private:
|
|||
bool m_filter_installed_games;
|
||||
std::vector<uint64_t> m_installed_games;
|
||||
|
||||
void ClearPresets();
|
||||
void FillGraphicPackList() const;
|
||||
void GetChildren(const wxTreeItemId& id, std::vector<wxTreeItemId>& children) const;
|
||||
void ExpandChildren(const std::vector<wxTreeItemId>& ids, size_t& counter) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue