controller_patcher/patcher
Maschell 73bf9bfb74 Fixed bug when having more than 9 config files
the maximum of controller configs were increased to 32, but the datatype
was still u16 (which only has 16 bits). Changing it to u32 should
finally fix all issues with the config files
2017-04-10 11:02:58 +02:00
..
ControllerPatcherDefs.h Fixed bug when having more than 9 config files 2017-04-10 11:02:58 +02:00
ControllerPatcherHID.cpp Changed logging and changed all "int" to "s32" 2017-04-10 11:00:55 +02:00
ControllerPatcherHID.hpp Changed logging and changed all "int" to "s32" 2017-04-10 11:00:55 +02:00
ControllerPatcherUtils.cpp Changed logging and changed all "int" to "s32" 2017-04-10 11:00:55 +02:00
ControllerPatcherUtils.hpp Changed logging and changed all "int" to "s32" 2017-04-10 11:00:55 +02:00