mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Minor style change
This commit is contained in:
parent
8175630619
commit
2f7fe35f5c
42 changed files with 329 additions and 381 deletions
|
|
@ -87,7 +87,7 @@ void CallbackManager::Init()
|
|||
thread->prio = 1001;
|
||||
thread->stack_size = 0x10000;
|
||||
thread->custom_task = task;
|
||||
thread->Run();
|
||||
thread->run();
|
||||
|
||||
m_cb_thread = thread;
|
||||
}
|
||||
|
|
@ -98,7 +98,7 @@ void CallbackManager::Init()
|
|||
thread->prio = 1001;
|
||||
thread->stack_size = 0x10000;
|
||||
thread->custom_task = task;
|
||||
thread->Run();
|
||||
thread->run();
|
||||
|
||||
m_cb_thread = thread;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue