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

Function GetCheatCodeStr

src/drivers/win/cheat.cpp:1352–1358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1350}
1351
1352inline void GetCheatCodeStr(char* buf, int a, int v, int c)
1353{
1354 if (c == -1)
1355 sprintf(buf, "%04X:%02X", a, v);
1356 else
1357 sprintf(buf, "%04X?%02X:%02X", a, c, v);
1358}
1359
1360static void SetCheatToolTip(HWND hwndDlg, UINT id)
1361{

Callers 2

CheatConsoleCallBFunction · 0.85
GetCheatStrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected