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

Function DoDebuggerDataReload

src/drivers/win/pref.cpp:232–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232void DoDebuggerDataReload()
233{
234 if (debuggerSaveLoadDEBFiles == false)
235 return;
236
237 extern HWND hDebug;
238 LoadGameDebuggerData(hDebug);
239}
240
241int myNumWPs = 0;
242int loadDebugDataFailed = 0;

Callers 1

FCEUI_LoadGameVirtualFunction · 0.85

Calls 1

LoadGameDebuggerDataFunction · 0.85

Tested by

no test coverage detected