This commit is contained in:
kd-11 2022-11-11 01:52:34 +03:00 committed by kd-11
parent b875a86e1d
commit 5943b802d7
4 changed files with 8 additions and 8 deletions

View file

@ -769,8 +769,8 @@ namespace rsx
g_fxo->get<rsx::dma_manager>().init();
on_init_thread();
is_inited = true;
is_inited.notify_all();
is_initialized = true;
is_initialized.notify_all();
if (!zcull_ctrl)
{