dxx-rebirth/common/arch/sdl
Kp 4894117d70 Rename MAX_HATS_PER_JOYSTICK to DXX_MAX_HATS_PER_JOYSTICK
Rename symbol MAX_HATS_PER_JOYSTICK to DXX_MAX_HATS_PER_JOYSTICK
to show that it is a DXX symbol, not one inherited from a library.

git grep -lzw MAX_HATS_PER_JOYSTICK -- SConstruct '*.h' '*.cpp' | xargs -0 sed -i -e 's/\<MAX_HATS_PER_JOYSTICK\>/DXX_&/g'
2016-09-25 04:52:49 +00:00
..
digi_mixer_music.cpp Remove char[N] overload for PHYSFSX_getRealPath 2016-08-06 19:55:25 +00:00
event.cpp Added breaks in event.cpp to prevent unwanted events if -nomouse and/or -nojoystick is given; Added automap_apply_input() to prevent multiple inputs per frame causing multiple movement applications. 2016-05-30 13:17:42 +02:00
joy.cpp Rename MAX_HATS_PER_JOYSTICK to DXX_MAX_HATS_PER_JOYSTICK 2016-09-25 04:52:49 +00:00
key.cpp Move namespace dsx handling to dsx-ns.h 2016-03-19 19:08:10 +00:00
mouse.cpp Added breaks in event.cpp to prevent unwanted events if -nomouse and/or -nojoystick is given; Added automap_apply_input() to prevent multiple inputs per frame causing multiple movement applications. 2016-05-30 13:17:42 +02:00
rbaudio.cpp Replace SDL CD_INDRIVE with equivalent that uses C++ static_cast 2016-09-04 19:10:43 +00:00
timer.cpp Uninline namespace dcx 2015-12-13 18:00:49 +00:00
window.cpp Move OGL to dxxsconf.h; rename to DXX_USE_OGL 2016-09-24 18:06:11 +00:00