Home
last modified time | relevance | path

Searched defs:CheatInfo (Results 1 – 15 of 15) sorted by relevance

/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/
H A Dcheat.h19 struct CheatInfo { struct
20 struct CheatInfo* pNext; argument
21 struct CheatInfo* pPrevious; argument
35 extern CheatInfo* pCheatInfo; argument
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/
H A Dcheat.h25 struct CheatInfo { struct
26 struct CheatInfo* pNext; argument
27 struct CheatInfo* pPrevious; argument
42 extern CheatInfo* pCheatInfo; argument
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DCheatManager.h22 struct CheatInfo struct
24 CheatType Type;
25 uint32_t ProActionRockyCode;
26 uint32_t Address;
27 char GameGenieCode[9];
28 uint8_t Value;
29 uint8_t CompareValue;
30 bool UseCompareValue;
31 bool IsRelativeAddress;
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Config/
H A DCheatInfo.cs16 public class CheatInfo class
/dports/emulators/mednafen/mednafen/src/pce_fast/
H A Dpce.cpp727 static const CheatInfoStruct CheatInfo = variable
/dports/emulators/mednafen/mednafen/src/nes/
H A Dnes.cpp755 static const CheatInfoStruct CheatInfo = variable
/dports/emulators/mednafen/mednafen/src/pce/
H A Dpce.cpp1199 static const CheatInfoStruct CheatInfo = variable
/dports/emulators/mednafen/mednafen/src/snes/
H A Dinterface.cpp1332 static const CheatInfoStruct CheatInfo = variable
/dports/emulators/mednafen/mednafen/src/snes_faust/
H A Dsnes.cpp1321 static const CheatInfoStruct CheatInfo = variable
/dports/emulators/mednafen/mednafen/src/gb/
H A Dgb.cpp2846 static const CheatInfoStruct CheatInfo = variable
/dports/emulators/mednafen/mednafen/src/apple2/
H A Dapple2.cpp1973 static const CheatInfoStruct CheatInfo = variable
/dports/emulators/mednafen/mednafen/src/psx/
H A Dpsx.cpp2220 static const CheatInfoStruct CheatInfo = variable
/dports/emulators/mednafen/mednafen/src/ss/
H A Dss.cpp2199 static const CheatInfoStruct CheatInfo = variable
/dports/games/libretro-beetle_saturn/beetle-saturn-libretro-ee5b214/
H A Dlibretro.cpp1550 static const CheatInfoStruct CheatInfo = variable
/dports/emulators/mednafen/mednafen/src/
H A Dgit.h626 const CheatInfoStruct& CheatInfo; member