Incognito

Enabling Incognito in atmosphere 0.12.0 or above

Atmosphere devs added in this nice thing. more info/changelog at https://github.com/Atmosphere-NX/Atmosphere/releases/tag/0.12.0

Caution

This will 100% stop online play or any game or firmware updates from happening if it is enabled. This is designed for totally offline emunands.

  1. download exosphere.ini from here
  2. open exosphere.ini in notepad or your favorite text editor.

look at the section in bottom of exosphere.ini

[exosphere]
debugmode=1
debugmode_user=0
disable_user_exception_handlers=0
enable_user_pmu_access=0
blank_prodinfo_sysmmc=0
blank_prodinfo_emummc=0
allow_writing_to_cal_sysmmc=0
  1. if you are only running CFW in emunand. you can change this line blank_prodinfo_emummc=0 to blank_prodinfo_emummc=1
    if you want to make sysnand offline for some reasons, use this line blank_prodinfo_sysmmc=0 and change it to blank_prodinfo_sysmmc=1 (not recommeneded)
  2. save exosphere.ini and put it on the root of your sd card.
  3. reboot atmosphere via reboot by payload or rcm method.