mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-13 04:36:59 +00: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
|
|
@ -111,6 +111,8 @@ private:
|
|||
|
||||
void HandleTitleListCallback(struct CafeTitleListCallbackEvent* evt);
|
||||
|
||||
void RemoveCache(const std::list<fs::path>& cachePath, const std::string& titleName);
|
||||
|
||||
void AsyncWorkerThread();
|
||||
void RequestLoadIconAsync(TitleId titleId);
|
||||
bool QueryIconForTitle(TitleId titleId, int& icon, int& iconSmall);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue