mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
rsx: Move sys_rsx info to rsx::thread (#10258)
This commit is contained in:
parent
a4f4b81e6b
commit
acded1e08a
5 changed files with 48 additions and 67 deletions
|
@ -2723,7 +2723,7 @@ namespace rsx
|
|||
{
|
||||
// Each 64 entries are grouped by a bit
|
||||
const u64 io_event = SYS_RSX_EVENT_UNMAPPED_BASE << i;
|
||||
g_fxo->get<lv2_rsx_config>().send_event(0, io_event, to_unmap);
|
||||
send_event(0, io_event, to_unmap);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue