Bring back RichardG's recompiler changes.

This commit is contained in:
OBattler
2025-12-17 19:33:29 +01:00
parent cc46ea4d8e
commit 528649b2f2
4 changed files with 33 additions and 9 deletions

View File

@@ -331,6 +331,7 @@ int scrnsz_y = SCREEN_RES_Y; /* current screen size, Y */
int config_changed; /* config has changed */
int title_update;
int framecountx = 0;
int seconds_elapsed = 0;
int hard_reset_pending = 0;
#if 0
@@ -1974,6 +1975,8 @@ pc_onesec(void)
framecount = 0;
title_update = 1;
seconds_elapsed++;
}
void