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.
e651c3d9cc
Luma3DS-3GX
/
source
/
loader.h
9 lines
77 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"
Clean-up, fixed mistake GCC, why no u warn me of strict aliasing
2016-03-11 15:08:05 +01:00
void
loadPayload
(
void
)
;
Reference in New Issue
Copy Permalink