mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-09 08:25:16 +00:00
curl: log errors
This commit is contained in:
parent
5aee8a8a81
commit
1060e93783
4 changed files with 38 additions and 14 deletions
|
|
@ -47,8 +47,6 @@ rsx_debugger::rsx_debugger(std::shared_ptr<gui_settings> gui_settings, QWidget*
|
|||
QLabel l("000000000"); // hacky way to get the lineedit to resize properly
|
||||
l.setFont(mono);
|
||||
|
||||
QHBoxLayout* hbox_controls_addr = new QHBoxLayout();
|
||||
|
||||
// Controls: Breaks
|
||||
QPushButton* b_break_frame = new QPushButton(tr("Frame"));
|
||||
QPushButton* b_break_text = new QPushButton(tr("Texture"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue