mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-08-15 21:27:23 +00:00
HACK around lingering issues with speed adjustment on mobile
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user