Closed SundayReds closed 3 years ago
Thanks for the contribution! I'll verify this on hardware this weekend if I have the time and then get it merged.
this will no longer matter with the gui as borealis handles this already
When I ran into this hid
error, I actually went on to compile the repos of every single person who forked from this original project (including yours) before realizing it was due to deprecated APIs. I remember yours quite well because it came with the borealis GUI and was the only one that actually built because you shifted the dependency to borealis. I really liked it and thought it was pretty great, but maybe I could share my feedback of it here.
I ultimately chose to continue making personal modifications using the original console-style that caseif made the app in because:
However, I'm in engineering/computation so maybe my views are biased more towards console cause I'm used to it. It's possible that other people would prefer the GUI.
PS, because you changed the button mappings for exiting the app (to B, if I recall properly) and saving the app, some of your system messages and display needs to be corrected
The button mappings, contrast, and status messages stuff can be fixed. The not being able to see everything at once, not so much. I can’t compress the GUI anymore than it already is bc of limitations of borealis. If you want I can try to add a button that switches between GUI and console?
ok when i put the console ui back as an optional feature, i made it use the updated api.
LGTM, thanks again for this!
Replace deprecated
hid.h
API with newer supportedpad.h
API to prevent errors with newer versions of libnx.Issue #8