This website requires JavaScript.
Explore
Help
Sign In
LowLevel
/
Luma3DS-3GX
Archived
Watch
1
Star
0
Fork
0
You've already forked Luma3DS-3GX
Code
Issues
Pull Requests
Releases
2
Wiki
Activity
This repository has been archived on
2022-05-31
. You can view files and clone it, but cannot push or open issues or pull requests.
be54052b6d
Luma3DS-3GX
/
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