mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-09 08:25:16 +00:00
grammar
This commit is contained in:
parent
b875a86e1d
commit
5943b802d7
4 changed files with 8 additions and 8 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue