Example #1
0
 public static void UnMountHostRoot()
 {
     Nn.Abort("To enable nn.fs.Host class in UnityEditor or in a relase build, define NN_FS_HOST_ENABLE symbol. It cannot be used for the master ROM submission.");
 }
Example #2
0
 public static nn.Result MountHostRoot(MountHostOption option)
 {
     Nn.Abort("To enable nn.fs.Host class in UnityEditor or in a relase build, define NN_FS_HOST_ENABLE symbol. It cannot be used for the master ROM submission.");
     return(new nn.Result());
 }