17 Commits

Author SHA1 Message Date
team-orangeBlue
61c1344a83
Save instructions
This saves 2 instructions.
Not that big of a change considering we run at 1.2GHz but stacking these up shouldn't matter now.
2024-09-17 23:14:52 +03:00
team-orangeBlue
90502b4eee
Remove useless variable
When did I add that and why..?

Great design github. Lost a week of time to find out about this.
2024-09-17 22:47:42 +03:00
team-orangeBlue
600a0be3c5 EEPROM dump fix
Now dumping directly from memory, saving some instruction time.
Size hardcoded to 304h bytes.
2024-09-14 13:24:33 +03:00
team-orangeBlue
3dee6bc7c9 Fix EEPROM processing
* File saver now uses void's for processing input
* Code simplified a bit
* Code still untested, so don't push this to main!
2024-09-10 18:17:19 +05:00
team-orangeBlue
e0ca079efb Write files using void
Hello from Baikonur!
The EEPROM dumper now uses void* for WriteFile(). As expected, this is untested because I obviously dont have the ability to bring a Wii U here.
2024-09-09 18:55:03 +05:00
team-orangeBlue
cb02ef1040 Remove function from EEPROM dumper
There is currently nothing to execute once dumping is done.
Removed definitions for bool and function.
2024-09-04 23:36:00 +03:00
team-orangeBlue
8cd08509f9 FlashUtils converted to static 2024-09-04 23:28:20 +03:00
team-orangeBlue
97c854c000 Move FFlash to FullFlash (untested) 2024-09-03 13:38:26 +03:00
team-orangeBlue
0d43cbb5ca Remove big and unneeded comment 2024-09-03 09:32:03 +03:00
team-orangeBlue
609a314aba New functionality 2024-08-31 16:50:15 +03:00
GaryOderNichts
fe99770abb Add enable DK Menu option 2024-06-19 00:38:34 +02:00
GaryOderNichts
e054e05787 Update for latest wut 2024-06-19 00:00:27 +02:00
GaryOderNichts
f2ca8f4b00 FlashScreen: Move home button disable to update state 2024-04-14 18:49:49 +02:00
GaryOderNichts
d4eafc1298 Utils: Remove left over includes 2024-04-13 12:06:02 +02:00
GaryOderNichts
6fa47ef74c Fix build with latest wut changes 2024-04-10 18:55:07 +02:00
GaryOderNichts
94bb1bdac7 FlashScreen: Improve error handling 2024-04-02 22:18:18 +02:00
GaryOderNichts
787a4df381 Initial commit 2024-04-02 17:51:50 +02:00