コード例 #1
0
ファイル: PspIso.cs プロジェクト: gtlittlewing/FFTPatcher
        public static string GetModifiedSectorName(PspIso.Sectors sector)
        {
            if (sector == Sectors.PSP_GAME_SYSDIR_BOOT_BIN)
            {
                return("BOOT.BIN");
            }

            return(ISOHelper.GetModifiedPathName(GetSectorName(sector)));
        }
コード例 #2
0
ファイル: PspIso.cs プロジェクト: gtlittlewing/FFTPatcher
 public static string GetModifiedFileName(FFTPack.Files file)
 {
     return(ISOHelper.GetModifiedPathName(GetFileName(file)));
 }