Skip to content

Commit

Permalink
GE Debugger: Minor fix step count dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
xebra committed Dec 23, 2018
1 parent df4179f commit 4b2c18b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Windows/GEDebugger/GEDebugger.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class StepCountDlg : public Dialog {
protected:
BOOL DlgProc(UINT message, WPARAM wParam, LPARAM lParam);
private:
void Jump(int value, bool relative);
void Jump(int count, bool relative);
};

class CGEDebugger : public Dialog {
Expand Down
2 changes: 1 addition & 1 deletion Windows/ppsspp.rc
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ EXSTYLE WS_EX_TOOLWINDOW
CAPTION "Step Count"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
COMBOBOX IDC_GEDBG_STEPCOUNT_COMBO,6,3,50,13,CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP | ES_NUMBER
COMBOBOX IDC_GEDBG_STEPCOUNT_COMBO,6,3,50,13,CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "-",IDC_GEDBG_STEPCOUNT_DEC,58,2,14,14
PUSHBUTTON "+",IDC_GEDBG_STEPCOUNT_INC,73,2,14,14
PUSHBUTTON "Jump",IDC_GEDBG_STEPCOUNT_JUMP,88,2,30,14
Expand Down

0 comments on commit 4b2c18b

Please sign in to comment.