mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-29 23:03:18 +00:00
videoout: register buffers in texture cache at VO creation time
This commit is contained in:
parent
bdb235716a
commit
e6f773f950
4 changed files with 18 additions and 18 deletions
|
@ -134,6 +134,7 @@ int VideoOutDriver::RegisterBuffers(VideoOutPort* port, s32 startIndex, void* co
|
|||
.address_right = 0,
|
||||
};
|
||||
|
||||
renderer->RegisterVideoOutSurface(group, address);
|
||||
LOG_INFO(Lib_VideoOut, "buffers[{}] = {:#x}", i + startIndex, address);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue