Results 7 comments of MKCAMK

I retested on v1.7.5608 – the issue remains as it were. Since @MrCK1 and @Mrlinkwii have reported being unable to reproduce the described behaviour with the blockdump I had provided,...

> Setting NTSC frame rate to 30 fixed it for me ~I cannot confirm that.~ ~I just tested with v2.1.83, and the setting that changes the framerate does nothing for...

D'oh! @Farran666 is completely right – it does have an effect. I have previously tested the wrong setting. 😳 I will test this extensively, and report back my detailed findings...

Regarding this: > Setting NTSC frame rate to 30 fixed it for me. Maybe PCSX2 should be limiting fps differently during fmv playback? It works similar to the EE Cycle...

And now, regarding this: > Update: changing `info->hBlank = (u32)(hBlank / 10000);` into `info->hBlank = (u32)(hBlank / 5000);` Fixed the issue completely. I fully confirm. If built with ```info->hBlank =...

> We don't include one off hacks to fix single games. Is that not what "Game Fixes" tab under "Properties..." is for? Or maybe I can make it into a...

> Or maybe I can make it into a patch? Ah, actually, it is not possible for this to be a patch, no? Since it would have to modify PCSX2's...