Home
last modified time | relevance | path

Searched refs:nIpsMaxFileLen (Results 1 – 9 of 9) sorted by relevance

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/sdl/
H A Dips_manager.cpp25 INT32 nIpsMaxFileLen = 0; variable
77 if (Offset > nIpsMaxFileLen) in PatchFile()
79nIpsMaxFileLen = Offset; … in PatchFile()
168 nIpsMaxFileLen = 0; in IpsApplyPatches()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/win32/
H A Dips_manager.cpp29 INT32 nIpsMaxFileLen = 0; variable
762 if (Offset > nIpsMaxFileLen) nIpsMaxFileLen = Offset; // file size is growing in PatchFile()
900 nIpsMaxFileLen = 0; in IpsApplyPatches()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/win32/
H A Dips_manager.cpp30 INT32 nIpsMaxFileLen = 0; variable
801 if (Offset > nIpsMaxFileLen) nIpsMaxFileLen = Offset; // file size is growing in PatchFile()
941 nIpsMaxFileLen = 0; in IpsApplyPatches()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/
H A Dburn.h362 extern INT32 nIpsMaxFileLen;
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/
H A Dburn.h400 extern INT32 nIpsMaxFileLen;
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/megadrive/
H A Dmegadrive.cpp1733 …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()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/megadrive/
H A Dmegadrive.cpp1721 …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()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/
H A Dlibretro.cpp63 INT32 nIpsMaxFileLen = 0; variable
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/
H A Dlibretro.cpp51 INT32 nIpsMaxFileLen = 0; variable