dolphin/Source/Plugins/Plugin_nJoy_SDL/Src
Maarten ter Huurne 0bebbcb5f4 Replaced type "BYTE" by "u8", except where "BYTE" is used to access the Windows API.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@408 8ced0084-cf51-0410-be5f-012b33b47a6e
2008-08-31 14:32:35 +00:00
..
GUI Added "const" to the data type. This fixes loads of compile warnings and the resulting file seems to still be a valid XPM (in fact, some of the files already had "const"). 2008-08-27 11:24:16 +00:00
SConscript Only use "-fPIC" for compiling objects that will be part of dynamic libs. Make SConscripts inherit the compile flags from the top level instead of overriding them. 2008-08-26 22:28:42 +00:00
config.cpp nJoy: GUI update 2008-07-29 22:26:42 +00:00
config.h nJoy: GUI update 2008-07-29 22:26:42 +00:00
nJoy.cpp Replaced type "BYTE" by "u8", except where "BYTE" is used to access the Windows API. 2008-08-31 14:32:35 +00:00
nJoy.h Fixed compilation on Mac OS X by testing for Linux explicitly instead of assuming that non-Windows equals Linux. 2008-08-30 08:49:34 +00:00