Searched refs:nIpsMaxFileLen (Results 1 – 9 of 9) sorted by relevance
25 INT32 nIpsMaxFileLen = 0; variable77 if (Offset > nIpsMaxFileLen) in PatchFile()79 …nIpsMaxFileLen = Offset; … in PatchFile()168 nIpsMaxFileLen = 0; in IpsApplyPatches()
29 INT32 nIpsMaxFileLen = 0; variable762 if (Offset > nIpsMaxFileLen) nIpsMaxFileLen = Offset; // file size is growing in PatchFile()900 nIpsMaxFileLen = 0; in IpsApplyPatches()
30 INT32 nIpsMaxFileLen = 0; variable801 if (Offset > nIpsMaxFileLen) nIpsMaxFileLen = Offset; // file size is growing in PatchFile()941 nIpsMaxFileLen = 0; in IpsApplyPatches()
362 extern INT32 nIpsMaxFileLen;
400 extern INT32 nIpsMaxFileLen;
1733 …BurnByteswap(RomMain + Offset, (bDoIpsPatch && ri.nLen < nIpsMaxFileLen) ? nIpsMaxFileLen : ri.nLe… in MegadriveLoadRoms()1764 if (bDoIpsPatch && ri.nLen < nIpsMaxFileLen) { in MegadriveLoadRoms()1766 RomSize += nIpsMaxFileLen - ri.nLen; in MegadriveLoadRoms()
1721 …BurnByteswap(RomMain + Offset, (bDoIpsPatch && ri.nLen < nIpsMaxFileLen) ? nIpsMaxFileLen : ri.nLe… in MegadriveLoadRoms()1752 if (bDoIpsPatch && ri.nLen < nIpsMaxFileLen) { in MegadriveLoadRoms()1754 RomSize += nIpsMaxFileLen - ri.nLen; in MegadriveLoadRoms()
63 INT32 nIpsMaxFileLen = 0; variable
51 INT32 nIpsMaxFileLen = 0; variable