mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-19 09:54:54 +00:00
libraries: gnmdriver: complete HW stat init functions
This commit is contained in:
parent
f522948df8
commit
91940781b8
3 changed files with 731 additions and 51 deletions
|
@ -181,6 +181,12 @@ Liverpool::Task Liverpool::ProcessGraphics(std::span<const u32> dcb, std::span<c
|
|||
}
|
||||
break;
|
||||
}
|
||||
case PM4ItOpcode::ContextControl: {
|
||||
break;
|
||||
}
|
||||
case PM4ItOpcode::ClearState: {
|
||||
break;
|
||||
}
|
||||
case PM4ItOpcode::SetContextReg: {
|
||||
const auto* set_data = reinterpret_cast<const PM4CmdSetData*>(header);
|
||||
const auto reg_addr = ContextRegWordOffset + set_data->reg_offset;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue