mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-26 12:16:20 +00:00
DolphinWX: Don't bind context menu when GC filesystem is invalid
If this isn't done, it's possible to select Extract All Files and make Dolphin dereference a nullptr m_filesystem.
This commit is contained in:
parent
6065525887
commit
d664c454a4
2 changed files with 10 additions and 7 deletions
|
@ -39,7 +39,7 @@ private:
|
|||
void CreateGUI();
|
||||
void BindEvents();
|
||||
|
||||
void PopulateFileSystemTree();
|
||||
bool PopulateFileSystemTree();
|
||||
|
||||
void OnRightClickTree(wxTreeEvent&);
|
||||
void OnExtractFile(wxCommandEvent&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue