summaryrefslogtreecommitdiffstats
path: root/src/core/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/settings.h')
-rw-r--r--src/core/settings.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index 73dc3061f..ed6f42471 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -130,7 +130,8 @@ struct Values {
// Renderer
float resolution_factor;
- bool toggle_framelimit;
+ bool use_frame_limit;
+ u16 frame_limit;
bool use_accurate_framebuffers;
float bg_red;