code: Resolve unused variable warnings

This commit is contained in:
GPUCode
2022-10-04 23:52:14 +03:00
parent 2a1598036e
commit fadeecfe6d
19 changed files with 63 additions and 115 deletions

View File

@ -301,10 +301,6 @@ private:
std::vector<std::shared_ptr<Timer>> timers;
Timer* current_timer = nullptr;
// Stores a scaling for the internal clockspeed. Changing this number results in
// under/overclocking the guest cpu
double cpu_clock_scale = 1.0;
// When true, the event queue can't be modified. Used while deserializing to workaround
// destructor side effects.
bool event_queue_locked = false;