mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-07 14:28:18 +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()
|
void SyncSpeed()
|
||||||
{
|
{
|
||||||
|
if(GCSettings.timing != vmode_60hz)
|
||||||
|
return; // same timing as game - no adjustment necessary
|
||||||
|
|
||||||
now = gettime();
|
now = gettime();
|
||||||
|
|
||||||
if(turbomode)
|
if(turbomode)
|
||||||
|
Loading…
Reference in New Issue
Block a user