mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-02-07 04:31:50 +00:00
HACK around lingering issues with speed adjustment on mobile
This commit is contained in:
parent
dc8ed4f611
commit
5f210bfcf3
@ -60,7 +60,11 @@ static int32_t cycles_checkpoint_count = 0;
|
||||
static unsigned int g_dwCyclesThisFrame = 0;
|
||||
|
||||
// scaling and speed adjustments
|
||||
#if MOBILE_DEVICE
|
||||
static bool auto_adjust_speed = false;
|
||||
#else
|
||||
static bool auto_adjust_speed = true;
|
||||
#endif
|
||||
double cpu_scale_factor = 1.0;
|
||||
double cpu_altscale_factor = 1.0;
|
||||
bool is_fullspeed = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user