mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-02 13:01:18 +12:00
ui: Add Open Cemu folder & delete shader cache buttons (#524)
* Add option to open UserDataPath folder * Add option to remove shader caches Co-authored-by: ssimco <ssimco-github@proton.me>
This commit is contained in:
parent
cbdf381b31
commit
8162477dc1
4 changed files with 61 additions and 1 deletions
|
@ -86,6 +86,7 @@ public:
|
|||
void OnMouseWheel(wxMouseEvent& event);
|
||||
void OnClose(wxCloseEvent& event);
|
||||
void OnFileMenu(wxCommandEvent& event);
|
||||
void OnOpenCemuFolder(wxCommandEvent& event);
|
||||
void OnLaunchFromFile(wxLaunchGameEvent& event);
|
||||
void OnInstallUpdate(wxCommandEvent& event);
|
||||
void OnFileExit(wxCommandEvent& event);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue