Implement Frame rate limiter (#2223)

* implement frame limiter

* fixes
This commit is contained in:
emmauss
2016-12-07 07:33:19 +12:00
committed by bunnei
parent 05179a0ffd
commit 72a2888349
10 changed files with 54 additions and 0 deletions
+1
View File
@@ -90,6 +90,7 @@ struct Values {
bool use_shader_jit;
bool use_scaled_resolution;
bool use_vsync;
bool toggle_framelimit;
LayoutOption layout_option;
bool swap_screen;