Use g_fxo for SysRsxConfig

Rename to lv2_rsx_config
This commit is contained in:
Nekotekina 2019-08-25 01:09:54 +03:00
parent cf44038435
commit 38a06c4b14
3 changed files with 30 additions and 28 deletions

View file

@ -2394,9 +2394,9 @@ namespace rsx
// TODO: Check order when sending multiple events
if (u64 to_unmap = unmap_status[i])
{
// Each 64 entries are grouped by a bit
// Each 64 entries are grouped by a bit
const u64 io_event = 0x100000000ull << i;
sys_event_port_send(fxm::get<SysRsxConfig>()->rsx_event_port, 0, io_event, to_unmap);
sys_event_port_send(g_fxo->get<lv2_rsx_config>()->rsx_event_port, 0, io_event, to_unmap);
}
}
}