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.
85615d1916
Luma3DS-3GX
/
source
/
loader.h
9 lines
84 B
C
Raw
Normal View
History
Unescape
Escape
External ARM9 payload chainloading for a9lh, cleaned up the sdmmc library (from the dark-samus a9lh fork)
2016-03-08 15:13:55 +01:00
/*
*
loader
.
h
*/
Clean-up, fixed mistake GCC, why no u warn me of strict aliasing
2016-03-11 15:08:05 +01:00
#
pragma once
External ARM9 payload chainloading for a9lh, cleaned up the sdmmc library (from the dark-samus a9lh fork)
2016-03-08 15:13:55 +01:00
#
include
"types.h"
Remade the chainloader to only try to load the right payload for the pressed button, got rid of the default payload (start now boots "start_NAME.bin"), sel_NAME is now select_NAME as there is no more SFN limitations anymore
2016-04-29 14:28:37 +02:00
void
loadPayload
(
u32
pressed
)
;
Reference in New Issue
Copy Permalink