diff options
| author | 2023-10-14 09:58:03 -0400 | |
|---|---|---|
| committer | 2023-10-14 09:58:03 -0400 | |
| commit | 18672e6a78c4df3bdd7e1728c484beb88cdc7a22 (patch) | |
| tree | 3aac6f5410aab34818a55142d74f03ed17470e2d /src/common/settings_enums.h | |
| parent | Merge pull request #11772 from v1993/polyfill-thread-fixes (diff) | |
| parent | fix style (diff) | |
| download | yuzu-18672e6a78c4df3bdd7e1728c484beb88cdc7a22.tar.gz yuzu-18672e6a78c4df3bdd7e1728c484beb88cdc7a22.tar.xz yuzu-18672e6a78c4df3bdd7e1728c484beb88cdc7a22.zip | |
Merge pull request #11159 from flodavid/master_bis
Enable to use controller to close a game
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); |