mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-05 21:38:17 +01:00
don't adjust timing if game timing is same as video mode
This commit is contained in:
parent
6edaa8a6f9
commit
fe62042ca8
@ -212,6 +212,9 @@ void setFrameTimer()
|
||||
|
||||
void SyncSpeed()
|
||||
{
|
||||
if(GCSettings.timing != vmode_60hz)
|
||||
return; // same timing as game - no adjustment necessary
|
||||
|
||||
now = gettime();
|
||||
|
||||
if(turbomode)
|
||||
|
Loading…
Reference in New Issue
Block a user