Home
last modified time | relevance | path

Searched refs:RemoveReadPatches (Results 1 – 21 of 21) sorted by relevance

/dports/games/libretro-beetle_wswan/beetle-wswan-libretro-5b03d1b/mednafen/
H A Dmempatcher.cpp151 if(MDFNGameInfo->RemoveReadPatches) in MDFNMP_RemoveReadPatches()
152 MDFNGameInfo->RemoveReadPatches(); in MDFNMP_RemoveReadPatches()
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/
H A Dgit.h321 void (*RemoveReadPatches)(void); member
H A Dmempatcher.cpp155 if(MDFNGameInfo->RemoveReadPatches) in MDFNMP_RemoveReadPatches()
156 MDFNGameInfo->RemoveReadPatches(); in MDFNMP_RemoveReadPatches()
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/mednafen/
H A Dmempatcher.cpp180 if(EmulatedPSX.RemoveReadPatches) in MDFNMP_RemoveReadPatches()
181 EmulatedPSX.RemoveReadPatches(); in MDFNMP_RemoveReadPatches()
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/mednafen/
H A Dmempatcher.cpp180 if(EmulatedPSX.RemoveReadPatches) in MDFNMP_RemoveReadPatches()
181 EmulatedPSX.RemoveReadPatches(); in MDFNMP_RemoveReadPatches()
/dports/games/libretro-beetle_supergrafx/beetle-supergrafx-libretro-c4dd156/mednafen/
H A Dmempatcher.cpp159 if(MDFNGameInfo->RemoveReadPatches) in MDFNMP_RemoveReadPatches()
160 MDFNGameInfo->RemoveReadPatches(); in MDFNMP_RemoveReadPatches()
/dports/games/libretro-beetle_gba/beetle-gba-libretro-8d1e421/mednafen/
H A Dmempatcher.cpp154 if(MDFNGameInfo->RemoveReadPatches) in MDFNMP_RemoveReadPatches()
155 MDFNGameInfo->RemoveReadPatches(); in MDFNMP_RemoveReadPatches()
/dports/games/libretro-beetle_pce/beetle-pce-libretro-945b7a7/mednafen/
H A Dmempatcher.cpp155 if(MDFNGameInfo->RemoveReadPatches) in MDFNMP_RemoveReadPatches()
156 MDFNGameInfo->RemoveReadPatches(); in MDFNMP_RemoveReadPatches()
/dports/games/libretro-beetle_lynx/beetle-lynx-libretro-35119c9/mednafen/
H A Dmempatcher.cpp158 if(MDFNGameInfo->RemoveReadPatches) in MDFNMP_RemoveReadPatches()
159 MDFNGameInfo->RemoveReadPatches(); in MDFNMP_RemoveReadPatches()
/dports/games/libretro-beetle_pce_fast/beetle-pce-fast-libretro-67426f4/mednafen/
H A Dmempatcher.cpp154 if(MDFNGameInfo->RemoveReadPatches) in MDFNMP_RemoveReadPatches()
155 MDFNGameInfo->RemoveReadPatches(); in MDFNMP_RemoveReadPatches()
/dports/games/libretro-beetle_saturn/beetle-saturn-libretro-ee5b214/mednafen/
H A Dmempatcher.cpp162 if(MDFNGameInfo->RemoveReadPatches) in MDFNMP_RemoveReadPatches()
163 MDFNGameInfo->RemoveReadPatches(); in MDFNMP_RemoveReadPatches()
H A Dgit.h283 void (*RemoveReadPatches)(void); member
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/mednafen/
H A Dmempatcher.cpp153 if(MDFNGameInfo->RemoveReadPatches) in MDFNMP_RemoveReadPatches()
154 MDFNGameInfo->RemoveReadPatches(); in MDFNMP_RemoveReadPatches()
/dports/emulators/mednafen/mednafen/src/nes/
H A Dnes.cpp550 static void RemoveReadPatches(void) in RemoveReadPatches() function
758 RemoveReadPatches,
/dports/emulators/mednafen/mednafen/src/pce/
H A Dpce.cpp1154 static void RemoveReadPatches(void) in RemoveReadPatches() function
1202 RemoveReadPatches,
/dports/emulators/mednafen/mednafen/src/
H A Dmempatcher.cpp227 if(MDFNGameInfo->CheatInfo.RemoveReadPatches) in MDFNMP_RemoveReadPatches()
228 MDFNGameInfo->CheatInfo.RemoveReadPatches(); in MDFNMP_RemoveReadPatches()
H A Dgit.h309 void (*RemoveReadPatches)(void); member
/dports/emulators/mednafen/mednafen/src/snes/
H A Dinterface.cpp1309 static void RemoveReadPatches(void) in RemoveReadPatches() function
1335 RemoveReadPatches,
/dports/games/libretro-beetle_pce/beetle-pce-libretro-945b7a7/mednafen/pce/
H A Dpce.cpp765 static void RemoveReadPatches(void) in RemoveReadPatches() function
/dports/emulators/mednafen/mednafen/src/gb/
H A Dgb.cpp2825 static void RemoveReadPatches(void) in RemoveReadPatches() function
2849 RemoveReadPatches,
/dports/emulators/mednafen/mednafen/src/drivers/
H A Dcheat.cpp365 …l support_read_subst = CurGame->CheatInfo.InstallReadPatch && CurGame->CheatInfo.RemoveReadPatches; in GetCheatFields()