mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 20:35:32 -07:00
Bring back RichardG's recompiler changes.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user