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-23 02:14:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Luma3DS
/
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