mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 15:58:59 -05:00
GPU: Implement frameskip and remove forced framebuffer swap hack.
This commit is contained in:
@ -31,6 +31,7 @@ struct Values {
|
||||
// Core
|
||||
int cpu_core;
|
||||
int gpu_refresh_rate;
|
||||
int frame_skip;
|
||||
|
||||
// Data Storage
|
||||
bool use_virtual_sd;
|
||||
|
Reference in New Issue
Block a user