aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/yuzu/main.h
diff options
context:
space:
mode:
authorLiam <[email protected]>2023-05-26 23:21:18 -0400
committerLiam <[email protected]>2023-05-26 23:29:44 -0400
commitfcd48eb239df4be823bd37b3cf373b87263e5810 (patch)
tree02fa9717f0966a8eb4235992115ee747d3c71353 /src/yuzu/main.h
parentd6db422098ad12d95396a23f60f005893eb9b720 (diff)
downloadyuzu-mainline-fcd48eb239df4be823bd37b3cf373b87263e5810.tar.gz
yuzu-mainline-fcd48eb239df4be823bd37b3cf373b87263e5810.zip
qt: add menu item to remove cache storage
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r--src/yuzu/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h
index 17631a2d9..6bb70972f 100644
--- a/src/yuzu/main.h
+++ b/src/yuzu/main.h
@@ -370,6 +370,7 @@ private:
void RemoveVulkanDriverPipelineCache(u64 program_id);
void RemoveAllTransferableShaderCaches(u64 program_id);
void RemoveCustomConfiguration(u64 program_id, const std::string& game_path);
+ void RemoveCacheStorage(u64 program_id);
std::optional<u64> SelectRomFSDumpTarget(const FileSys::ContentProvider&, u64 program_id);
InstallResult InstallNSPXCI(const QString& filename);
InstallResult InstallNCA(const QString& filename);