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

Function DeleteCheatFont

src/drivers/win/cheat.cpp:1566–1575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1564}
1565
1566void DeleteCheatFont()
1567{
1568 if (!hCheat && !hGGConv)
1569 {
1570 DeleteObject(hFont);
1571 DeleteObject(hNewFont);
1572 hFont = NULL;
1573 hNewFont = NULL;
1574 }
1575}
1576
1577void CreateCheatMap()
1578{

Callers 2

CheatConsoleCallBFunction · 0.85
GGConvCallBFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected