Gamecard Partition: Difference between revisions

From Nintendo Switch Brew
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:


= 0 =
= 0 =
Used for Gamecard '''NormalMode'''.
nn::fs::GameCardPartition '''Update'''.


Contains the gamecard sysupdate, see [[Gamecard_Format|here]].
Contains the gamecard sysupdate, see [[Gamecard_Format|here]].


= 1 =
= 1 =
Used for Gamecard '''SecureMode'''.
nn::fs::GameCardPartition '''Normal'''.


= 2 =
= 2 =
Used for Gamecard '''WriteMode'''.
nn::fs::GameCardPartition '''Secure'''.


See [[Gamecard_Format|here]].
See [[Gamecard_Format|here]].

Revision as of 18:38, 21 October 2018

This page documents the partitions that can mounted by OpenGameCardFileSystem.

The below sections are for each partitionID.

0

nn::fs::GameCardPartition Update.

Contains the gamecard sysupdate, see here.

1

nn::fs::GameCardPartition Normal.

2

nn::fs::GameCardPartition Secure.

See here.