forgot to port over some parts

This commit is contained in:
starfrost013
2025-01-12 15:31:54 +00:00
parent 204b24022f
commit 6eaec5b756
2 changed files with 7 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
#include <wchar.h>
#include <86box/86box.h>
#include <86box/timer.h>
#include <86Box/nv/vid_nv_rivatimer.h>
uint64_t TIMER_USEC;
uint32_t timer_target;
@@ -168,6 +169,9 @@ timer_init(void)
timer_target = 0ULL;
tsc = 0;
/* Initialise the CPU-independent timer */
rivatimer_init();
timer_inited = 1;
}