diff options
| author | 2023-08-26 21:23:02 +0200 | |
|---|---|---|
| committer | 2023-10-12 01:51:53 +0200 | |
| commit | 6c246f2ac5ce2ede656bf0d2def3b32f87e620b3 (patch) | |
| tree | d6f9fd1a9965f95cd3f22102b79b02f09340ac04 /src/common/settings_enums.h | |
| parent | yuzu: Enable to use controller to close a game (diff) | |
| download | yuzu-6c246f2ac5ce2ede656bf0d2def3b32f87e620b3.tar.gz yuzu-6c246f2ac5ce2ede656bf0d2def3b32f87e620b3.tar.xz yuzu-6c246f2ac5ce2ede656bf0d2def3b32f87e620b3.zip | |
yuzu: Use new setting method for stop emulation
Diffstat (limited to 'src/common/settings_enums.h')
| -rw-r--r-- | src/common/settings_enums.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/settings_enums.h b/src/common/settings_enums.h index 815cafe15..11429d7a8 100644 --- a/src/common/settings_enums.h +++ b/src/common/settings_enums.h | |||
| @@ -133,6 +133,8 @@ ENUM(CpuAccuracy, Auto, Accurate, Unsafe, Paranoid); | |||
| 133 | 133 | ||
| 134 | ENUM(MemoryLayout, Memory_4Gb, Memory_6Gb, Memory_8Gb); | 134 | ENUM(MemoryLayout, Memory_4Gb, Memory_6Gb, Memory_8Gb); |
| 135 | 135 | ||
| 136 | ENUM(ConfirmStop, Ask_Always, Ask_Based_On_Game, Ask_Never); | ||
| 137 | |||
| 136 | ENUM(FullscreenMode, Borderless, Exclusive); | 138 | ENUM(FullscreenMode, Borderless, Exclusive); |
| 137 | 139 | ||
| 138 | ENUM(NvdecEmulation, Off, Cpu, Gpu); | 140 | ENUM(NvdecEmulation, Off, Cpu, Gpu); |