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

Function UpdateRegs

src/drivers/win/debugger.cpp:894–901  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

892}
893
894void UpdateRegs(HWND hwndDlg) {
895 if (DebuggerWasUpdated) {
896 X.A = GetEditHex(hwndDlg,IDC_DEBUGGER_VAL_A);
897 X.X = GetEditHex(hwndDlg,IDC_DEBUGGER_VAL_X);
898 X.Y = GetEditHex(hwndDlg,IDC_DEBUGGER_VAL_Y);
899 X.PC = GetEditHex(hwndDlg,IDC_DEBUGGER_VAL_PC);
900 }
901}
902
903///indicates whether we're under the control of the debugger
904bool inDebugger = false;

Callers 1

DebuggerCallBFunction · 0.85

Calls 1

GetEditHexFunction · 0.85

Tested by

no test coverage detected