libretro / snes9x2010

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

(GX) Prefer O2 optimizations for Wii #73

Closed netux79 closed 8 years ago

netux79 commented 8 years ago

as O3 breaks the savestates.

This fixes https://github.com/libretro/RetroArch/issues/3053 reported for RA.

inactive123 commented 8 years ago

Yeah I think we had issues with that on other platforms as well.

Thanks for researching this.

One of these days I'd really like to see those APU savestate functions rewritten to the point where compiler optimizations can no longer break it.