diff options
| author | 2023-07-17 19:59:22 -0400 | |
|---|---|---|
| committer | 2023-07-21 10:56:55 -0400 | |
| commit | 127b3da0f13ea0850c10115d45488dfe32a0a3f4 (patch) | |
| tree | 23d118473491a902f9f441da5c97fb4cd313cfcc /src/common/settings_enums.h | |
| parent | settings: Require time zone setting value for stirng (diff) | |
| download | yuzu-127b3da0f13ea0850c10115d45488dfe32a0a3f4.tar.gz yuzu-127b3da0f13ea0850c10115d45488dfe32a0a3f4.tar.xz yuzu-127b3da0f13ea0850c10115d45488dfe32a0a3f4.zip | |
core,common: Give memory layout setting an enum
Allows for 6GB and 8GB layouts to be selected.
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 f9bb75840..a1a29ebf6 100644 --- a/src/common/settings_enums.h +++ b/src/common/settings_enums.h | |||
| @@ -131,6 +131,8 @@ ENUM(GpuAccuracy, Normal, High, Extreme); | |||
| 131 | 131 | ||
| 132 | ENUM(CpuAccuracy, Auto, Accurate, Unsafe, Paranoid); | 132 | ENUM(CpuAccuracy, Auto, Accurate, Unsafe, Paranoid); |
| 133 | 133 | ||
| 134 | ENUM(MemoryLayout, Memory_4Gb, Memory_6Gb, Memory_8Gb); | ||
| 135 | |||
| 134 | ENUM(FullscreenMode, Borderless, Exclusive); | 136 | ENUM(FullscreenMode, Borderless, Exclusive); |
| 135 | 137 | ||
| 136 | ENUM(NvdecEmulation, Off, Cpu, Gpu); | 138 | ENUM(NvdecEmulation, Off, Cpu, Gpu); |