mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-21 02:45:00 +00:00
fixed vulkan compile
This commit is contained in:
parent
74ac091b23
commit
e2b6c70f0a
3 changed files with 4 additions and 3 deletions
|
@ -162,7 +162,7 @@ s32 PS4_SYSV_ABI sceVideoOutRegisterBuffers(s32 handle, s32 startIndex, void* co
|
|||
Emulator::checkAndWaitForGraphicsInit();
|
||||
|
||||
//try to calculate buffer size
|
||||
u64 buffer_size = 1280 * 720 * 4; //TODO hardcore value should be redone
|
||||
u64 buffer_size = 1280 * 720 * 4; //TODO hardcoded value should be redone
|
||||
u64 buffer_pitch = attribute->pitchInPixel;
|
||||
|
||||
return registration_index;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue