mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 17:28:36 +12:00
Dx12/Vulk: Fix KernelBase.dll crash (#2870)
This commit is contained in:
parent
25823a1f66
commit
23d1ddbb8e
3 changed files with 21 additions and 19 deletions
|
@ -49,9 +49,6 @@ main_window::main_window(QWidget *parent) : QMainWindow(parent), m_sys_menu_open
|
|||
|
||||
setDockNestingEnabled(true);
|
||||
|
||||
// Get Render Adapters
|
||||
m_Render_Creator = Render_Creator();
|
||||
|
||||
//Load Icons: This needs to happen before any actions or buttons are created
|
||||
icon_play = QIcon(":/Icons/play.png");
|
||||
icon_pause = QIcon(":/Icons/pause.png");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue