You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.
I get a 2x speedup (enable FPS and set Maximum Speed). UPD: I made a mistake in the 1st version of the post, the problem can be solved by adding if ("Is Epsm Enabled") _mapper->ProcessEPSMClock();. It remains to write the code for determining that EPSM is enabled. UPD2: Requires a new option in the Emulation settings, or renaming "Enable EPSM" to "Enable EPSM emulation" in the Audio settings, because you can disable EPSM in the Volume tab.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I remove
_mapper->ProcessEPSMClock();
hereMesen-X/Core/Console.cpp
Lines 466 to 471 in e6d75fc
UPD: I made a mistake in the 1st version of the post, the problem can be solved by adding
if ("Is Epsm Enabled") _mapper->ProcessEPSMClock();
. It remains to write the code for determining that EPSM is enabled.UPD2: Requires a new option in the Emulation settings, or renaming "Enable EPSM" to "Enable EPSM emulation" in the Audio settings, because you can disable EPSM in the Volume tab.
The text was updated successfully, but these errors were encountered: