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

Crash on Raspberry Pi 2 when compiled with -O3 #50

Closed joolswills closed 8 years ago

joolswills commented 9 years ago

Some games (eg 2020 Super Baseball) were crashing on the RPI2. This is solved by changing the optimisation level from -O3 to -O2 in Makefile.libretro

Compiling with make -f Makefile.libretro platform=armvneon

Unsure the cause and haven't debugged further - - tested on gcc 4.7.2 and gcc 4.8.3.

https://github.com/RetroPie/RetroPie-Setup/issues/946

joolswills commented 8 years ago

This no longer seems an issue.