GPU: Implement frameskip and remove forced framebuffer swap hack.

This commit is contained in:
bunnei 2014-12-26 21:40:17 -05:00
parent a2005d0657
commit 3b9d181b8e
7 changed files with 47 additions and 27 deletions

View file

@ -31,6 +31,7 @@ struct Values {
// Core
int cpu_core;
int gpu_refresh_rate;
int frame_skip;
// Data Storage
bool use_virtual_sd;