mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-02 15:32:52 +00:00
Oof
This commit is contained in:
parent
e7814f429d
commit
6820bd916a
@ -757,7 +757,7 @@ Liverpool::Task Liverpool::ProcessCompute(std::span<const u32> acb, u32 vqid) {
|
||||
compute_cutoff_end_to_prepend[vqid].size();
|
||||
PM4Header possible_next_command = std::bit_cast<PM4Header>(acb[remainder]);
|
||||
if (acb.size() == remainder || possible_next_command.type == 3) {
|
||||
if (acb.data()[0].type != 3) {
|
||||
if (std::bit_cast<PM4Header>(acb[0]).type != 3) {
|
||||
std::copy(acb.data(), acb.data() + remainder,
|
||||
std::back_inserter(compute_cutoff_end_to_prepend[vqid]));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user