mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
Qt: add checkbox to restart dialog
This commit is contained in:
parent
1f19804cab
commit
32bfb808ae
9 changed files with 36 additions and 3 deletions
|
|
@ -91,9 +91,10 @@ extern void process_qt_events()
|
|||
main_window::main_window(std::shared_ptr<gui_settings> gui_settings, std::shared_ptr<emu_settings> emu_settings, std::shared_ptr<persistent_settings> persistent_settings, QWidget *parent)
|
||||
: QMainWindow(parent)
|
||||
, ui(new Ui::main_window)
|
||||
, m_gui_settings(std::move(gui_settings))
|
||||
, m_gui_settings(gui_settings)
|
||||
, m_emu_settings(std::move(emu_settings))
|
||||
, m_persistent_settings(std::move(persistent_settings))
|
||||
, m_updater(nullptr, gui_settings)
|
||||
{
|
||||
Q_INIT_RESOURCE(resources);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue