libretro / stella2014-libretro

Port of Stella to libretro.
24 stars 39 forks source link

Sprite flashing on raspberryPI #12

Closed digitalLumberjack closed 2 years ago

digitalLumberjack commented 9 years ago

Hi, i compiled stella-libretro for the raspberry pi and I get many games running good. But some of them have sprites (the hero or ennemies) flashing (ghostbuster 2 for example).

I cross compiled it with :

CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -pipe -march=armv6 -mfloat-abi=hard -mfpu=vfp -O3 " \
CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -pipe -march=armv6 -mfloat-abi=hard -mfpu=vfp -O3 "  \
make 
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/7762894-sprite-flashing-on-raspberrypi?utm_campaign=plugin&utm_content=tracker%2F749877&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F749877&utm_medium=issues&utm_source=github).