mirror of
https://github.com/86Box/86Box.git
synced 2026-02-28 18:04:21 -07:00
More fixes.
This commit is contained in:
@@ -119,8 +119,6 @@ timer_process(void)
|
||||
if (!timer_head)
|
||||
return;
|
||||
|
||||
uint64_t old_target = timer_target;
|
||||
|
||||
while (1) {
|
||||
pc_timer_t *timer = timer_head;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user