mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
Qt: move Render_Info to emu_settings.h
This commit is contained in:
parent
cc594ad353
commit
a84cc1d3bb
14 changed files with 113 additions and 95 deletions
|
|
@ -63,9 +63,10 @@ void rpcs3_app::Init()
|
|||
Emu.Init();
|
||||
|
||||
guiSettings.reset(new gui_settings());
|
||||
emuSettings.reset(new emu_settings());
|
||||
|
||||
// Create the main window
|
||||
RPCS3MainWin = new main_window(guiSettings, nullptr);
|
||||
RPCS3MainWin = new main_window(guiSettings, emuSettings, nullptr);
|
||||
|
||||
// Create callbacks from the emulator, which reference the handlers.
|
||||
InitializeCallbacks();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue