mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-07 13:37:46 +00:00
gl: Fix crash when closing shader loading dialog
This commit is contained in:
parent
f694000454
commit
90ea92d93b
1 changed files with 1 additions and 0 deletions
|
|
@ -415,6 +415,7 @@ void GLGSRender::on_init_thread()
|
|||
? std::make_unique<rsx::shader_loading_dialog_native>(this)
|
||||
: std::make_unique<rsx::shader_loading_dialog>();
|
||||
m_shader_interpreter.create(dlg.get());
|
||||
dlg->close();
|
||||
}
|
||||
|
||||
if (shadermode != shader_mode::interpreter_only)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue