mirror of
https://github.com/86Box/86Box.git
synced 2026-02-25 12:55:32 -07:00
TSC update cycle fixes.
This commit is contained in:
@@ -296,7 +296,8 @@ void update_tsc(void)
|
||||
tsc += cycdiff;
|
||||
} else {
|
||||
/* TSC has not changed. */
|
||||
tsc += cycdiff;
|
||||
if (cycdiff > 0)
|
||||
tsc += cycdiff;
|
||||
}
|
||||
|
||||
if (cycdiff > 0) {
|
||||
|
||||
Reference in New Issue
Block a user