Difference between revisions of "Gamecard Partition"

From Nintendo Switch Brew
Jump to navigation Jump to search
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 16: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.