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

Method updateViewPort

src/drivers/sdl/debugger.cpp:857–862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

855}
856
857void debuggerWin_t::updateViewPort(void)
858{
859 updateRegisterView();
860 updateAssemblyView();
861 bpListUpdate();
862}
863
864static void handleDialogResponse (GtkWidget * w, gint response_id, debuggerWin_t * dw)
865{

Callers 3

romOffsetToggleCBFunction · 0.80
updateAllDebugWindowsFunction · 0.80
openDebuggerWindowFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected