Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ ToggleCheat
Function
ToggleCheat
src/drivers/common/cheat.cpp:216–220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
214
}
215
216
static void ToggleCheat(int num)
217
{
218
printf(
"Cheat %d %sabled.\n"
,1+num,
219
FCEUI_ToggleCheat(num)?
"en"
:
"dis"
);
220
}
221
222
static void ModifyCheat(int num)
223
{
Callers
1
ListCheats
Function · 0.85
Calls
1
FCEUI_ToggleCheat
Function · 0.85
Tested by
no test coverage detected