Enabling the gamecard reader
This section will go over how you can enable the gamecard reader in-case you want to play your physical copies.
Requirements
Section titled “Requirements”- This section requires you to either have an unpatched V1 Switch or a patched V1, V2, lite or OLED with a modchip, otherwise this will not work.
- This section requires you to have Atmosphere as well Hekate to be installed and for you to know how to access them.
- If this is not the case, start by reading from FAQ.
- This section requires you to know the different ways of accessing your microSD card.
- If this is not the case, start by reading Browse microSD card.
-
MicroSD card
Section titled “MicroSD card”Access your microSD card, either with a reader or using an USB.
-
Configuration
Section titled “Configuration”Navigate to the
/atmosphere/config/
folder.Open
stratosphere.ini
with any text editor.If you do not have a file named
stratosphere.ini
in this directory, copy it over from/atmosphere/config_templates
.You now need to add the following to the bottom of your
stratosphere.ini
file:nogc = 0
.
Save the file and ensure it is still saved as
.ini
.Reinsert your microSD card into your Switch and boot AMS or just exit out of MTP.
You have now successfully enabled your gamecard reader! To disable, simply remove the nogc = 0
parameter from your stratosphere.ini
file.
-
Hekate
Section titled “Hekate”Boot into Hekate.
Go to the
options
tab.Disable the
auto NoGC
option.Boot into AMS.
You have now successfully enabled your gamecard reader! To disable, simply enable the auto NoGC
again.
-
MicroSD card
Section titled “MicroSD card”Access your microSD card, either with a reader or using an USB.
-
Configuration
Section titled “Configuration”Navigate to the
/bootloader/
and openhekate_ipl.ini
.Remove the following entry:
kip1patch=nogc
.
Save the file and ensure it is still saved as
.ini
.Reinsert your microSD card into your Switch and boot into AMS or just exit out of MTP.
You have now successfully enabled your gamecard reader! To disable, simply add back the kip1patch=nogc
in your hekate_ipl.ini
file.