summaryrefslogtreecommitdiff
path: root/src/common/settings_enums.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-10-14 09:58:03 -0400
committerGitHub <noreply@github.com>2023-10-14 09:58:03 -0400
commit18672e6a78c4df3bdd7e1728c484beb88cdc7a22 (patch)
tree3aac6f5410aab34818a55142d74f03ed17470e2d /src/common/settings_enums.h
parenta8bd02acd8718fc371deea139ec1abb57c63ca93 (diff)
parentd9456f0a11ad39a9f8176c1e6f16215ac6c9a76c (diff)
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.h2
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);
ENUM(MemoryLayout, Memory_4Gb, Memory_6Gb, Memory_8Gb);
+ENUM(ConfirmStop, Ask_Always, Ask_Based_On_Game, Ask_Never);
+
ENUM(FullscreenMode, Borderless, Exclusive);
ENUM(NvdecEmulation, Off, Cpu, Gpu);