diff options
Diffstat (limited to 'src/yuzu/game_list.h')
| -rw-r--r-- | src/yuzu/game_list.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/yuzu/game_list.h b/src/yuzu/game_list.h index c9a9f4654..10339dcca 100644 --- a/src/yuzu/game_list.h +++ b/src/yuzu/game_list.h | |||
| @@ -41,7 +41,9 @@ enum class GameListOpenTarget { | |||
| 41 | }; | 41 | }; |
| 42 | 42 | ||
| 43 | enum class GameListRemoveTarget { | 43 | enum class GameListRemoveTarget { |
| 44 | ShaderCache, | 44 | GlShaderCache, |
| 45 | VkShaderCache, | ||
| 46 | AllShaderCache, | ||
| 45 | CustomConfiguration, | 47 | CustomConfiguration, |
| 46 | }; | 48 | }; |
| 47 | 49 | ||