rsx: Move sys_rsx info to rsx::thread (#10258)

This commit is contained in:
Eladash 2021-05-09 21:16:14 +03:00 committed by GitHub
parent a4f4b81e6b
commit acded1e08a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 48 additions and 67 deletions

View file

@ -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);
}
}
}