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.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.h')
| -rw-r--r-- | src/common/settings.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index 98ab0ec2e..236e33bee 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -67,6 +67,7 @@ SWITCHABLE(CpuAccuracy, true); | |||
| 67 | SWITCHABLE(FullscreenMode, true); | 67 | SWITCHABLE(FullscreenMode, true); |
| 68 | SWITCHABLE(GpuAccuracy, true); | 68 | SWITCHABLE(GpuAccuracy, true); |
| 69 | SWITCHABLE(Language, true); | 69 | SWITCHABLE(Language, true); |
| 70 | SWITCHABLE(MemoryLayout, true); | ||
| 70 | SWITCHABLE(NvdecEmulation, false); | 71 | SWITCHABLE(NvdecEmulation, false); |
| 71 | SWITCHABLE(Region, true); | 72 | SWITCHABLE(Region, true); |
| 72 | SWITCHABLE(RendererBackend, true); | 73 | SWITCHABLE(RendererBackend, true); |
| @@ -83,6 +84,10 @@ SWITCHABLE(u32, false); | |||
| 83 | SWITCHABLE(u8, false); | 84 | SWITCHABLE(u8, false); |
| 84 | SWITCHABLE(u8, true); | 85 | SWITCHABLE(u8, true); |
| 85 | 86 | ||
| 87 | // Used in UISettings | ||
| 88 | // TODO see if we can move this to uisettings.h | ||
| 89 | SWITCHABLE(ConfirmStop, true); | ||
| 90 | |||
| 86 | #undef SETTING | 91 | #undef SETTING |
| 87 | #undef SWITCHABLE | 92 | #undef SWITCHABLE |
| 88 | #endif | 93 | #endif |