libretro / snes9x2010

Snes9x 2010. Port of Snes9x 1.52+ to Libretro (previously called SNES9x Next). Rewritten in C and several optimizations and speedhacks.
Other
99 stars 71 forks source link

Bug Final Fantasy III save/load and name entry screen #46

Closed Patrickdroid closed 9 years ago

Patrickdroid commented 9 years ago

There is a graphical glitch on the save/load screen and name entry screen when playing FFIII. Instead of solid blue, the windows have two shades of blue.

Patrickdroid commented 9 years ago

Actually, I'm noticing this issue with many of the in-game menus, not just the load screen and name entry screen.

I'm also noticing that this game crashes frequently.

inactive123 commented 9 years ago

Final Fantasy III has several in-game speedhacks enabled in SNES9x Next which were intended to prevent certain performance-crippling dips on the Wii from occurring.

I'll make this an optional core option, that should get rid of the inaccuracies. An alternative is just using the libretro snes9x vanilla core for now.

Patrickdroid commented 9 years ago

Thanks! Will disabling the speed hacks cause performance problems on the raspberry pi?

inactive123 commented 9 years ago

Yes it would negatively affect performance.

Patrickdroid commented 9 years ago

Is there no way to address the inaccuracies without it affecting performance? I don't remember this being a problem with regular snes9x. I would use regular snes9x but I don't think that runs on the pi.

inactive123 commented 9 years ago

No, it's not an exact science as you're finding out right now.

And regular SNES9x is going to be at least three times slower so don't even bother trying that on the underpowered Pi (yes, that includes PI 2).

Patrickdroid commented 9 years ago

Alright, thanks for clearing that up- I guess it's pretty amazing that this stuff runs on the pi at all.

Patrickdroid commented 9 years ago

Would it be possible to address the issue with a game-specific hack of some sort? Just wondering because it's a AAA title and extremely popular.

Patrickdroid commented 9 years ago

I found that Catsfc will run FFIII without issue- well, maybe an occasional sound glitch, but nothing worse than what you would get in a typical Square Enix port :-P

So, Catsfc is doing something right. Just thought I'd pass that along.