mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 09:18:40 +12:00
PPU thread scheduler
This commit is contained in:
parent
e4962054a4
commit
598c90f376
41 changed files with 699 additions and 259 deletions
|
@ -779,6 +779,7 @@ namespace rsx
|
|||
({
|
||||
{ ppu_cmd::set_args, 1 }, u64{1},
|
||||
{ ppu_cmd::lle_call, rsx->flip_handler },
|
||||
{ ppu_cmd::sleep, 0 }
|
||||
});
|
||||
|
||||
rsx->intr_thread->notify();
|
||||
|
@ -793,6 +794,7 @@ namespace rsx
|
|||
({
|
||||
{ ppu_cmd::set_args, 1 }, u64{arg},
|
||||
{ ppu_cmd::lle_call, rsx->user_handler },
|
||||
{ ppu_cmd::sleep, 0 }
|
||||
});
|
||||
|
||||
rsx->intr_thread->notify();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue