mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-08 16:05:56 +00:00
GUI fixes
This commit is contained in:
parent
f3311bb5e5
commit
b18e337781
16 changed files with 30 additions and 26 deletions
|
|
@ -28,7 +28,7 @@ enum GCMEnumTypes
|
|||
};
|
||||
|
||||
RSXDebugger::RSXDebugger(wxWindow* parent)
|
||||
: wxFrame(parent, wxID_ANY, "RSX Debugger", wxDefaultPosition, wxSize(700, 450))
|
||||
: wxDialog(parent, wxID_ANY, "RSX Debugger", wxDefaultPosition, wxSize(700, 450))
|
||||
, m_item_count(37)
|
||||
, m_addr(0x0)
|
||||
, m_cur_texture(0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue