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

Function UpdateCheatsAdded

src/drivers/win/cheat.cpp:1092–1096  ·  view source on GitHub ↗

Used by cheats and external dialogs such as hex editor to update items in the cheat search dialog

Source from the content-addressed store, hash-verified

1090
1091//Used by cheats and external dialogs such as hex editor to update items in the cheat search dialog
1092void UpdateCheatsAdded()
1093{
1094 RedoCheatsLB(hCheat);
1095 UpdateCheatListGroupBoxUI();
1096}
1097
1098INT_PTR CALLBACK GGConvCallB(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
1099{

Callers 6

FCEUI_LoadGameVirtualFunction · 0.85
FreezeRamFunction · 0.85
CheatConsoleCallBFunction · 0.85
ConfigCheatsFunction · 0.85
RamWatchProcFunction · 0.85
RamSearchProcFunction · 0.85

Calls 2

RedoCheatsLBFunction · 0.85

Tested by

no test coverage detected