1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-04 02:16:31 -05:00

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 c0d9e4e435
commit c4e4fa53d9
10 changed files with 54 additions and 0 deletions

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;