summaryrefslogtreecommitdiff
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorGravatar bunnei2014-12-26 21:40:17 -0500
committerGravatar bunnei2014-12-28 22:14:05 -0500
commit3b9d181b8e0f1c3c2452497bdf65bbb65ab7c213 (patch)
tree1271a38fb3124945506fdba0be87d00530e8e64b /src/core/settings.h
parentGPU: Change internal framerate to 30fps. (diff)
downloadyuzu-3b9d181b8e0f1c3c2452497bdf65bbb65ab7c213.tar.gz
yuzu-3b9d181b8e0f1c3c2452497bdf65bbb65ab7c213.tar.xz
yuzu-3b9d181b8e0f1c3c2452497bdf65bbb65ab7c213.zip
GPU: Implement frameskip and remove forced framebuffer swap hack.
Diffstat (limited to 'src/core/settings.h')
-rw-r--r--src/core/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index 4808872ae..4b8928847 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -31,6 +31,7 @@ struct Values {
31 // Core 31 // Core
32 int cpu_core; 32 int cpu_core;
33 int gpu_refresh_rate; 33 int gpu_refresh_rate;
34 int frame_skip;
34 35
35 // Data Storage 36 // Data Storage
36 bool use_virtual_sd; 37 bool use_virtual_sd;