GPU: Implement frameskip and remove forced framebuffer swap hack.
This commit is contained in:
parent
a2005d0657
commit
3b9d181b8e
7 changed files with 47 additions and 27 deletions
|
@ -31,6 +31,7 @@ struct Values {
|
|||
// Core
|
||||
int cpu_core;
|
||||
int gpu_refresh_rate;
|
||||
int frame_skip;
|
||||
|
||||
// Data Storage
|
||||
bool use_virtual_sd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue