Skip to content

Commit

Permalink
Merge branch 'Alexyo21:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Simo3ds authored Dec 12, 2023
2 parents cc81e52 + 5b2bde7 commit 222d17a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ Restored UNITINFO and enable rosalina on safe_firm and disable arm11exceptions
- cid and otp(mainly for antiban) custom loading (/luma/otp.bin and /luma/nand_cid.bin), option to use another nand backup and for using only emunand without sysnand (option hidden inside config.ini)(partially broken using another backup, useful for bit flipped otp or corrupted cid)
- Standby light turning off if enabled
- Emunand bug fix
- Boot modern homebrews on old versions
- Boot modern homebrews on old versions, also cfw version spoofing.
- powermenu options thanks to dullpointer
- Added the ability to redirect layeredFS path -> [Original](https://github.com/DeathChaos25/Luma3DS/commit/8f68d0a19d2ed80fb41bbe8499cb2b7b027e8a8c)
- Changed rosalina combo: default is L+Up (Dpad) in debug version, and L+Down+Select for release. You can change it in the Rosalina menu. (less buttons have to be pressed, useful for broken buttons)
- Added loading of custom logo while launching a app from luma/logo.bin
Expand Down
2 changes: 1 addition & 1 deletion arm11/source/start.s
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ operation:

start:
@ Disable interrupts and switch to supervisor mode
cpsid aif, #0x1F
cpsid aif, #0x13

@ Set the control register to reset default: everything disabled
ldr r0, =0x54078
Expand Down
2 changes: 1 addition & 1 deletion arm9/source/start.s
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
.global _start
_start:
@ Disable interrupts and switch to supervisor mode (also clear flags)
msr cpsr_cxsf, #0xDF
msr cpsr_cxsf, #0xD3

@ Check if r0-r2 are 0 (r0-sp are supposed to be 0), and for regions 0, 5 and 7 of the MPU config
@ This is not foolproof but should work well enough
Expand Down

0 comments on commit 222d17a

Please sign in to comment.