System: Implement variable emulation speed

This commit is contained in:
Connor McLaughlin
2020-02-11 12:02:42 +09:00
parent a81a0c0f21
commit 70fe43a3ec
6 changed files with 35 additions and 6 deletions

View File

@ -35,6 +35,7 @@ struct Settings
CPUExecutionMode cpu_execution_mode = CPUExecutionMode::Interpreter;
float emulation_speed = 1.0f;
bool start_paused = false;
bool speed_limiter_enabled = true;