mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
ExecAsCallback() removed
This commit is contained in:
parent
c1da446653
commit
10e9d383d4
11 changed files with 103 additions and 168 deletions
|
|
@ -57,6 +57,7 @@ void CallbackManager::Init()
|
|||
vm::write32(cb_shit, Emu.m_ppu_thr_stop);
|
||||
vm::write32(cb_shit + 4, 0);
|
||||
|
||||
m_cb_thread->SetName("Callback Thread");
|
||||
m_cb_thread->SetEntry(cb_shit);
|
||||
m_cb_thread->SetPrio(1001); // ???
|
||||
m_cb_thread->SetStackSize(0x10000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue