MCPcopy Create free account
hub / github.com/TASEmulators/fceux / GetCheatStr

Function GetCheatStr

src/drivers/win/cheat.cpp:1344–1350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1342}
1343
1344inline void GetCheatStr(char* buf, int a, int v, int c)
1345{
1346 if (a < 0x8000 || disableShowGG)
1347 GetCheatCodeStr(buf, a, v, c);
1348 else
1349 EncodeGG(buf, a, v, c);
1350}
1351
1352inline void GetCheatCodeStr(char* buf, int a, int v, int c)
1353{

Callers 1

RedoCheatsCallBFunction · 0.85

Calls 2

GetCheatCodeStrFunction · 0.85
EncodeGGFunction · 0.70

Tested by

no test coverage detected