Commit Graph

33 Commits

Author SHA1 Message Date
Nightkingale
68d8b7955f Search string specifically in MiiImageUrl
Some checks failed
Build Binary / build-binary (push) Has been cancelled
2025-01-22 21:45:37 -07:00
Nightkingale
d11a2d1372 Adjust backup string search for CDN URL change 2025-01-22 20:53:27 -07:00
Nightkingale
364a49d195 Clean up unnecessary includes 2024-05-18 16:19:55 -06:00
Nightkingale
ea51b4d6f6 Fix backup error if it already exists 2024-05-18 16:18:36 -06:00
Nightkingale
feeffa3f25 Replace error messages with hints 2024-05-18 08:20:05 -06:00
Nightkingale
5195a1483a Add more hint messages to errors 2024-05-18 08:16:15 -06:00
Nightkingale
5661991590 Add exceptions for more file errors 2024-05-18 07:05:57 -06:00
Nightkingale
9e52f87b23 Refactor and stylize bits of code 2024-05-18 07:04:39 -06:00
NicoAICP
c69e93c879
New Menu Handling (#6)
* Changed how the menus are handled so we only have one WHBProcIsRunning() loop. This fixes some™️ Crashes using wiiload for example

* Adapt code to follow project style

---------

Co-authored-by: Nightkingale <63483138+Nightkingale@users.noreply.github.com>
2024-05-17 21:55:36 -06:00
Nightkingale
66dea21728 Refactor lots of the screen code 2024-05-16 10:44:05 -06:00
Nightkingale
b530208909 Rename some code files even more 2024-05-12 17:21:59 -06:00
Nightkingale
dc338ac05a Rename screen files to menu_screens 2024-05-12 17:07:21 -06:00
Nightkingale
da208243c6 Use bitwise AND over equality for buttons 2024-05-12 16:45:22 -06:00
Nightkingale
b973d163f4 Utilize return guards over if-else nests 2024-05-12 15:03:52 -06:00
Nightkingale
b26901f554 Move function return types to new lines 2024-05-12 15:01:50 -06:00
Nightkingale
8f078c7eb0 Clean up menus some more 2024-05-05 13:55:09 -06:00
Nightkingale
43fec81c97 Add success and error messages 2024-05-05 11:59:39 -06:00
Nightkingale
f2779d2da1 Begin adding menu functionality 2024-05-05 07:24:40 -06:00
Nightkingale
d9b42562f8 Clean up unneeded header declarations 2024-04-30 12:10:52 -06:00
Nightkingale
b129f951c4 Trade C system headers for C++ equivalents 2024-04-29 20:08:24 -06:00
Nightkingale
85f1dadc76 Tidy up some more of the code 2024-04-29 15:47:38 -06:00
Nightkingale
5537cd5b0b Use KPAD for better controller support 2024-04-29 15:47:25 -06:00
Nightkingale
0f4c1246fd Remove redundant include folder naming 2024-04-28 18:44:43 -06:00
Nightkingale
673f560e77 Convert names to snake case 2024-04-28 11:53:19 -06:00
James Duarte
7927620b6c Only two p's in appear :) (#1) 2024-04-24 18:35:07 -06:00
Nightkingale
0836c5a2b6 Perform some code refactoring 2024-04-14 09:42:23 -06:00
Nightkingale
8215a80dcf Rename all include files to .hpp 2024-04-14 06:44:44 -06:00
Nightkingale
3f9e222350 Improve cleaning up after errors 2024-04-13 09:54:44 -06:00
Nightkingale
d6e7d74ad2 Only allow HOME Menu on main menu 2024-04-13 08:43:15 -06:00
Nightkingale
0e4878be78 Fix exiting HOME Menu behavior 2024-04-13 08:37:23 -06:00
Nightkingale
dfd23fc72e Finalize in-app backup mechanic 2024-04-12 19:15:13 -06:00
Nightkingale
4f76ffcc20 Fix backup Network detection 2024-04-12 13:06:45 -06:00
Nightkingale
377fc2f40f Draft an in-app backup system 2024-04-12 12:55:30 -06:00