mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
DolphinQt: Add debug log option in GUI for debug builds
This commit is contained in:
parent
5ca9933307
commit
57c64e57ef
2 changed files with 12 additions and 0 deletions
|
@ -33,6 +33,8 @@ private:
|
|||
QRadioButton* m_verbosity_error;
|
||||
QRadioButton* m_verbosity_warning;
|
||||
QRadioButton* m_verbosity_info;
|
||||
QRadioButton* m_verbosity_debug;
|
||||
|
||||
QCheckBox* m_out_file;
|
||||
QCheckBox* m_out_console;
|
||||
QCheckBox* m_out_window;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue