Port #3353 from Citra

This commit is contained in:
fearlessTobi 2018-08-21 01:14:06 +02:00
parent 028d90eb79
commit ba8ff096fd
10 changed files with 94 additions and 25 deletions

View file

@ -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;