Logo
Explore Help
Register Sign In
gnmmarechal/SafeA9LHInstaller
1
0
Fork 1
You've already forked SafeA9LHInstaller
mirror of https://github.com/AuroraWright/SafeA9LHInstaller.git synced 2025-06-26 21:52:47 +00:00
Code Issues Packages Projects Releases Wiki Activity
SafeA9LHInstaller/loader/arm11/source/main.c

15 lines
250 B
C
Raw Normal View History

Added OTPless installs for New 3DS (you need 10.0 NATIVE_FIRM as firm0_100.bin in /a9lh, temporarily removed support for 2xrsa
2016-09-28 01:57:18 +02:00
#include "types.h"
void main(void)
{
Don't initialize the SD card after a reboot on an OTPless install
2016-10-06 17:12:44 +02:00
vu32 *arm11Entry = (vu32 *)0x1FFFFFF8;
Added OTPless installs for New 3DS (you need 10.0 NATIVE_FIRM as firm0_100.bin in /a9lh, temporarily removed support for 2xrsa
2016-09-28 01:57:18 +02:00
//Clear ARM11 entrypoint
Don't initialize the SD card after a reboot on an OTPless install
2016-10-06 17:12:44 +02:00
*arm11Entry = 0;
Added OTPless installs for New 3DS (you need 10.0 NATIVE_FIRM as firm0_100.bin in /a9lh, temporarily removed support for 2xrsa
2016-09-28 01:57:18 +02:00
//Wait for the entrypoint to be set
Don't initialize the SD card after a reboot on an OTPless install
2016-10-06 17:12:44 +02:00
while(!*arm11Entry);
Added OTPless installs for New 3DS (you need 10.0 NATIVE_FIRM as firm0_100.bin in /a9lh, temporarily removed support for 2xrsa
2016-09-28 01:57:18 +02:00
//Jump to it
Don't initialize the SD card after a reboot on an OTPless install
2016-10-06 17:12:44 +02:00
((void (*)())*arm11Entry)();
Added OTPless installs for New 3DS (you need 10.0 NATIVE_FIRM as firm0_100.bin in /a9lh, temporarily removed support for 2xrsa
2016-09-28 01:57:18 +02:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 12ms Template: 0ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API