This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
Luma3DS
Watch
1
Star
0
Fork
0
You've already forked Luma3DS
mirror of
https://github.com/LumaTeam/Luma3DS.git
synced
2026-02-22 09:54:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Luma3DS
/
source
/
utils.h
10 lines
95 B
C
Raw
Normal View
History
Unescape
Escape
Added configuration menu (thanks to Cakes for the screen printing code - no more flags!), auto-delete of patched FIRMs when switching to/from A9LH or the CFW gets updated, moved screen init from the loader, general reorganization
2016-03-23 02:27:53 +01:00
/*
Added error messages, moved emunand and reboot.bin to aurei/patches
2016-03-23 03:45:32 +01:00
*
utils
.
h
Added configuration menu (thanks to Cakes for the screen printing code - no more flags!), auto-delete of patched FIRMs when switching to/from A9LH or the CFW gets updated, moved screen init from the loader, general reorganization
2016-03-23 02:27:53 +01:00
*/
#
pragma once
#
include
"types.h"
Small code reorganization
2016-04-05 05:27:28 +02:00
u32
waitInput
(
void
)
;
Code refactoring, added support for SAFE_MODE FIRM on A9LH (you can update safely from it now). Thanks to delebile for the O3DS SAFE_MODE FIRM FIRM0/1 protection!
2016-05-03 01:17:22 +02:00
void
mcuReboot
(
void
)
;
Reference in New Issue
Copy Permalink