diff options
author | Liam <byteslice@airmail.cc> | 2023-05-26 23:21:18 -0400 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2023-05-26 23:29:44 -0400 |
commit | fcd48eb239df4be823bd37b3cf373b87263e5810 (patch) | |
tree | 02fa9717f0966a8eb4235992115ee747d3c71353 /src/yuzu/game_list.h | |
parent | d6db422098ad12d95396a23f60f005893eb9b720 (diff) |
qt: add menu item to remove cache storage
Diffstat (limited to 'src/yuzu/game_list.h')
-rw-r--r-- | src/yuzu/game_list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/game_list.h b/src/yuzu/game_list.h index 64e5af4c1..6c2f75e53 100644 --- a/src/yuzu/game_list.h +++ b/src/yuzu/game_list.h @@ -45,6 +45,7 @@ enum class GameListRemoveTarget { VkShaderCache, AllShaderCache, CustomConfiguration, + CacheStorage, }; enum class DumpRomFSTarget { |