nevat / abbayedesmorts-gpl

l'Abbaye des Morts - ported to Linux, Pandora, GCW0, Wii and PSP
GNU General Public License v3.0
73 stars 16 forks source link

Add platform: Rpi4 in aarch64 mode. #15

Closed vanfanel closed 3 years ago

vanfanel commented 3 years ago

Added platform support for Pi4 in aarch64 mode, since Raspberry Pi OS 64bit is the future of the Pi platform.

vanfanel commented 3 years ago

I have also changed the SDL_SetHint() call that activates bilinear filtering so it actually does bilinear filtering. This corrects sprites movement: look at the bats movement, which had evident shimmering before and now it's totally smooth.

However, this causes the scenario tiles to have a thin black border around them. This is something with OpenGL but I don't know what...