some minor fixes

This commit is contained in:
Thomas Jentzsch 2022-06-09 12:20:44 +02:00
parent df2c8c70d9
commit 49d775c893
3 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@ -100,7 +100,7 @@ void JitterEmulation::frameComplete(Int32 scanlineCount, Int32 vsyncCycles)
myJitterRecovery + 1); // Roll at least one scanline
myJitter -= jitter;
// Limit jitter to -myYstart..scanlineCount
// Limit jitter to -myYstart..262 - myYStart
if(myJitter < -myYStart)
myJitter += 262;
}

View File

@ -52,9 +52,9 @@ WhatsNewDialog::WhatsNewDialog(OSystem& osystem, DialogContainer& parent,
add(ypos, "improved controller mappings for Driving controllers");
add(ypos, "enhanced support for CDFJ+ bankswitching type");
add(ypos, "added MovieCart support");
add(ypos, "keep multiple dump files when dumping to SD");
add(ypos, "added keeping multiple dump files when dumping to SD");
add(ypos, "removed deadzone from USB game controllers");
add(ypos, "add opt-out for overclocking to the settings file");
add(ypos, "added opt-out for overclocking to the settings file");
#else
if(version < "6.6")
{