mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-12 16:19:44 -06:00
gl: Fix crash when closing shader loading dialog
This commit is contained in:
parent
f694000454
commit
90ea92d93b
@ -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…
Reference in New Issue
Block a user