mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 00:13:08 +00:00
Reset flip label also when registering buffer
This commit is contained in:
parent
4ac70e4a83
commit
c646cc08d1
@ -134,6 +134,10 @@ int VideoOutDriver::RegisterBuffers(VideoOutPort* port, s32 startIndex, void* co
|
|||||||
.address_right = 0,
|
.address_right = 0,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Reset flip label also when registering buffer
|
||||||
|
port->buffer_labels[startIndex + i] = 0;
|
||||||
|
port->SignalVoLabel();
|
||||||
|
|
||||||
presenter->RegisterVideoOutSurface(group, address);
|
presenter->RegisterVideoOutSurface(group, address);
|
||||||
LOG_INFO(Lib_VideoOut, "buffers[{}] = {:#x}", i + startIndex, address);
|
LOG_INFO(Lib_VideoOut, "buffers[{}] = {:#x}", i + startIndex, address);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user