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

Added SDL2 joystick support and some Makefiles for debugging, Rpi1 and Rpi2/3 #10

Closed vanfanel closed 7 years ago

vanfanel commented 7 years ago

Hi there,

I have added SDL2 joystick support and three new Makefiles: -A development makefile with debug options active -Specific Rpi1 and Rpi2/3 makefiles (both are ARMv7 so it's more or less OK to share them)

Hope you can test and merge this

carstene1ns commented 7 years ago

The joystick commit looks good to me. However, I do not really like to have even more Makefiles as you would need to distribute changes along all of them most of the time. Better to have some switches by variable for example make DEBUG=1 or make TARGET=rpi1.

vanfanel commented 7 years ago

@carstene1ns : did as you said, I hope you like it all now :)