This commit is contained in:
tumGER 2018-06-10 19:41:18 +02:00 committed by Nichole Mattera
parent 3ee589ffb6
commit cfceb2dc02
31 changed files with 66 additions and 3 deletions

@ -1 +1 @@
Subproject commit f5163fa35dd70ddf3951f995cfc9c41004002e6f
Subproject commit 5c80016c81fe238bef02af48c39e9d8ca6730b0e

Binary file not shown.

BIN
Compiled/hbmenu.nro Normal file

Binary file not shown.

20
Compiled/hekate_ipl.ini Normal file
View file

@ -0,0 +1,20 @@
[Stock]
[CFW]
kip1=modules/newfirm/loader.kip
kip1=modules/newfirm/sm.kip
[CFW for Firmware 1.0]
kip1=modules/oldfirm/loader.kip1
kip1=modules/oldfirm/sm.kip1
[Clear Log]
kip1=modules/nx-dreport.kip
[]
[]
[]
[Running v2.5 of tumGER/SDFilesSwitch]
[]
[Thanks to:]
[Reswitched Team'n Discord]
[Thog,vgmoose,Adubbz,CTCaer]
[WerWolv,thomasnet,Brawl]
; This is meant to make it easier for us to help people in the #user-support on the ReSwitched Discord

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 703 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 783 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 B

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 B

@ -1 +1 @@
Subproject commit 2eb7f08fe88929c5837f182db998e680a6428989
Subproject commit d761aafdc7bea8577dabaac1a13b8e4746933f7b

@ -1 +1 @@
Subproject commit d35d4d5103ad698b376f1f4630d5da20222f9dfd
Subproject commit 8590b244c40700ed54ab4147f25000f36a6c247c

20
hekate_ipl.ini Normal file
View file

@ -0,0 +1,20 @@
[ CFW]
kip1=modules/newfirm/loader.kip
kip1=modules/newfirm/sm.kip
[ CFW for Firmware 1.0]
kip1=modules/oldfirm/loader.kip1
kip1=modules/oldfirm/sm.kip1
[Clear Log]
kip1=modules/nx-dreport.kip
[Stock]
[]
[]
[ Running v2.5 of tumGER/SDFilesSwitch]
[ By: tomGER(@tumGER) and Brawl345]
[]
[]
[ Reswitched Team'n Discord]
[ Thog, vgmoose, Adubbz, CTCaer]
[ WerWolv, thomasnet]
; This is meant to make it easier for us to help people in the #user-support on the ReSwitched Discord

View file

@ -0,0 +1,23 @@
diff --git a/stratosphere/loader/source/ldr_main.cpp b/stratosphere/loader/source/ldr_main.cpp
index f2075ab..379a7f9 100644
--- a/stratosphere/loader/source/ldr_main.cpp
+++ b/stratosphere/loader/source/ldr_main.cpp
@@ -63,18 +63,6 @@ void __appInit(void) {
if (R_FAILED(rc)) {
fatalSimple(0xCAFE << 4 | 2);
}
-
- rc = splInitialize();
- if (R_FAILED(rc)) {
- fatalSimple(0xCAFE << 4 | 3);
- }
-
- /* Check for exosphere API compatibility. */
- u64 exosphere_cfg;
- if (R_FAILED(splGetConfig((SplConfigItem)65000, &exosphere_cfg))) {
- fatalSimple(0xCAFE << 4 | 0xFF);
- /* TODO: Does Loader need to know about target firmware/master key revision? If so, extract from exosphere_cfg. */
- }
}
void __appExit(void) {