mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 23:08:22 -04:00
emunand: Fix bugs and add missing stuff
This commit is contained in:
parent
e5045556bf
commit
c878e96398
3 changed files with 13 additions and 10 deletions
|
@ -4,6 +4,10 @@ stage2_path = atmosphere/fusee-secondary.bin
|
|||
stage2_addr = 0xF0000000
|
||||
stage2_entrypoint = 0xF0000000
|
||||
|
||||
[emunand]
|
||||
emunand_enabled = 0
|
||||
emunand_path = atmosphere/emunand
|
||||
|
||||
[exosphere]
|
||||
; Note: Disabling debugmode will cause parts of ams.tma to not work, in the future.
|
||||
debugmode = 1
|
||||
|
@ -11,4 +15,4 @@ debugmode_user = 0
|
|||
|
||||
[stratosphere]
|
||||
; To force-enable nogc, add nogc = 1
|
||||
; To force-disable nogc, add nogc = 0
|
||||
; To force-disable nogc, add nogc = 0
|
Loading…
Add table
Add a link
Reference in a new issue