savemii/src
jakobkg 6d5cbf9af5 Simplified the controller functions
The three functions related to updating the arrays of buttons tates are now a single function, updateButtons.

The three functions isPressed(), isHeld(), and isReleased() have been merged into a single function, checkButton() which takes parameters for which button to check and what state or event (PRESS, HOLD, RELEASE) to check for.
2018-03-02 20:09:33 +01:00
..
common Merge GabyPCgeeK's fork. Fix #1 and fix #2 2017-08-29 01:59:21 -03:00
dynamic_libs Merge GabyPCgeeK's fork. Fix #1 and fix #2 2017-08-29 01:59:21 -03:00
fs Merge GabyPCgeeK's fork. Fix #1 and fix #2 2017-08-29 01:59:21 -03:00
system Merge GabyPCgeeK's fork. Fix #1 and fix #2 2017-08-29 01:59:21 -03:00
utils Initial commit 2017-04-03 02:06:57 -03:00
controllers.c Simplified the controller functions 2018-03-02 20:09:33 +01:00
controllers.h Simplified the controller functions 2018-03-02 20:09:33 +01:00
draw.c [WIP] Add support for additional controllers 2018-03-01 13:18:54 +01:00
draw.h Merge GabyPCgeeK's fork. Fix #1 and fix #2 2017-08-29 01:59:21 -03:00
entry.c Merge GabyPCgeeK's fork. Fix #1 and fix #2 2017-08-29 01:59:21 -03:00
icon.h Merge GabyPCgeeK's fork. Fix #1 and fix #2 2017-08-29 01:59:21 -03:00
lib_easy.c Restored lib_easy and moved controller things to own files 2018-03-02 10:48:38 +01:00
lib_easy.h Restored lib_easy and moved controller things to own files 2018-03-02 10:48:38 +01:00
link.ld Initial commit 2017-04-03 02:06:57 -03:00
main.c Simplified the controller functions 2018-03-02 20:09:33 +01:00
main.h Initial commit 2017-04-03 02:06:57 -03:00
savemng.c Simplified the controller functions 2018-03-02 20:09:33 +01:00
savemng.h Restored lib_easy and moved controller things to own files 2018-03-02 10:48:38 +01:00
tga_reader.c Merge GabyPCgeeK's fork. Fix #1 and fix #2 2017-08-29 01:59:21 -03:00
tga_reader.h Merge GabyPCgeeK's fork. Fix #1 and fix #2 2017-08-29 01:59:21 -03:00