diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-07-18 01:59:22 +0200 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-07-21 16:56:55 +0200 |
commit | 127b3da0f13ea0850c10115d45488dfe32a0a3f4 (patch) | |
tree | 23d118473491a902f9f441da5c97fb4cd313cfcc /src/common/settings_enums.h | |
parent | settings: Require time zone setting value for stirng (diff) | |
download | yuzu-127b3da0f13ea0850c10115d45488dfe32a0a3f4.tar yuzu-127b3da0f13ea0850c10115d45488dfe32a0a3f4.tar.gz yuzu-127b3da0f13ea0850c10115d45488dfe32a0a3f4.tar.bz2 yuzu-127b3da0f13ea0850c10115d45488dfe32a0a3f4.tar.lz yuzu-127b3da0f13ea0850c10115d45488dfe32a0a3f4.tar.xz yuzu-127b3da0f13ea0850c10115d45488dfe32a0a3f4.tar.zst yuzu-127b3da0f13ea0850c10115d45488dfe32a0a3f4.zip |
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); ENUM(CpuAccuracy, Auto, Accurate, Unsafe, Paranoid); +ENUM(MemoryLayout, Memory_4Gb, Memory_6Gb, Memory_8Gb); + ENUM(FullscreenMode, Borderless, Exclusive); ENUM(NvdecEmulation, Off, Cpu, Gpu); |