mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
Implement ReprojectionQuery functions
These constant returns come from decompiling libSceHmd.
This commit is contained in:
parent
a1d4e1fb82
commit
0d4daa7f68
@ -734,23 +734,19 @@ s32 PS4_SYSV_ABI sceHmdReprojectionInitializeCapture() {
|
||||
}
|
||||
|
||||
s32 PS4_SYSV_ABI sceHmdReprojectionQueryGarlicBuffAlign() {
|
||||
LOG_ERROR(Lib_Hmd, "(STUBBED) called");
|
||||
return ORBIS_OK;
|
||||
return 0x100;
|
||||
}
|
||||
|
||||
s32 PS4_SYSV_ABI sceHmdReprojectionQueryGarlicBuffSize() {
|
||||
LOG_ERROR(Lib_Hmd, "(STUBBED) called");
|
||||
return ORBIS_OK;
|
||||
return 0x100000;
|
||||
}
|
||||
|
||||
s32 PS4_SYSV_ABI sceHmdReprojectionQueryOnionBuffAlign() {
|
||||
LOG_ERROR(Lib_Hmd, "(STUBBED) called");
|
||||
return ORBIS_OK;
|
||||
return 0x100;
|
||||
}
|
||||
|
||||
s32 PS4_SYSV_ABI sceHmdReprojectionQueryOnionBuffSize() {
|
||||
LOG_ERROR(Lib_Hmd, "(STUBBED) called");
|
||||
return ORBIS_OK;
|
||||
return 0x810;
|
||||
}
|
||||
|
||||
s32 PS4_SYSV_ABI sceHmdReprojectionSetCallback() {
|
||||
|
Loading…
Reference in New Issue
Block a user