-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Moved shortcut and wpad button handling to libwups.
- Loading branch information
Daniel K. O. (dkosmari)
committed
Sep 2, 2024
1 parent
f9f32f1
commit af817d2
Showing
3 changed files
with
56 additions
and
337 deletions.
There are no files selected for viewing
Submodule libwupsxx
updated
12 files
+2 −1 | Makefile.am | |
+5 −1 | configure.ac | |
+77 −3 | demo/wupsxx-demo.cpp | |
+97 −9 | include/wupsxx/button_combo.hpp | |
+10 −5 | m4/devkitpro.m4 | |
+29 −2 | m4/devkitpro_wut.m4 | |
+156 −0 | m4/wiiu_wums.m4 | |
+4 −2 | m4/wiiu_wups.m4 | |
+538 −76 | src/button_combo.cpp | |
+76 −34 | src/button_combo_item.cpp | |
+42 −90 | src/input.cpp | |
+168 −0 | src/wpad_status.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.