Commit Graph

8 Commits

Author SHA1 Message Date
jakobkg
087c4cddd8 Restored lib_easy and moved controller things to own files
Maybe bloating lib_easy isn't a great idea, I've restored it and commented out all the controller bits, and moved my controller things to new files.
2018-03-02 10:48:38 +01:00
jakobkg
58d2974195 Combined handling of pro and classic controllers
Turns out the two use the esact same bitmapping for everything, with the pro controller having two extra bits for R3 and L3. Merged the two for slightly shorter code.
2018-03-02 10:18:41 +01:00
jakobkg
431f55fe34 Implemented a check for if any button is pressed
The parameter isPressed(PAD_BUTTON_ANY) replaces the old isPressed(0xFFFF), fixing the last issues with this branch
2018-03-01 18:28:46 +01:00
jakobkg
e2631b5170 [WIP] Add support for additional controllers
Initial commit, currently broken. Bloated lib_easy by ~1000 lines. No buttons work, the unmodified code for the sticks still does.
2018-03-01 13:18:54 +01:00
Lázaro Vieira
eee64d3e1a Merge GabyPCgeeK's fork. Fix #1 and fix #2 2017-08-29 01:59:21 -03:00
Lázaro Vieira
f9cfe8a476 lib_easy changes 2017-04-19 05:10:30 -03:00
Lázaro Vieira
9dc7fb3b8d Update for v1.1.0
- Fix savedata backup/restore for disc titles
- Separate backups by user
- Add loadiine support
- Move backups folder to sd:/wiiu (you need to move your backups to the
new location)
- Savedata wiping
- Invert task and title selection
- Code clean-up
2017-04-06 02:35:10 -03:00
Lázaro Vieira
4035dd0837 Initial commit 2017-04-03 02:06:57 -03:00