1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-26 05:56:33 -05:00

Added gpu_refresh_rate config setting for the new interpreter speed hack.

This commit is contained in:
archshift
2014-10-27 18:56:08 -07:00
parent 0783498f57
commit 09e19f9f1e
5 changed files with 7 additions and 11 deletions

View File

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