mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-14 13:45:59 +00:00
libraries: gnmdriver: sceGnmResetVgtControl
added (#965)
This commit is contained in:
parent
84e2c4d3bb
commit
2aab7e05ee
2 changed files with 7 additions and 3 deletions
|
@ -134,7 +134,7 @@ s32 PS4_SYSV_ABI sceGnmRegisterResource(void* res_handle, void* owner_handle, co
|
|||
int PS4_SYSV_ABI sceGnmRequestFlipAndSubmitDone();
|
||||
int PS4_SYSV_ABI sceGnmRequestFlipAndSubmitDoneForWorkload();
|
||||
int PS4_SYSV_ABI sceGnmRequestMipStatsReportAndReset();
|
||||
int PS4_SYSV_ABI sceGnmResetVgtControl();
|
||||
s32 PS4_SYSV_ABI sceGnmResetVgtControl(u32* cmdbuf, u32 size);
|
||||
int PS4_SYSV_ABI sceGnmSdmaClose();
|
||||
int PS4_SYSV_ABI sceGnmSdmaConstFill();
|
||||
int PS4_SYSV_ABI sceGnmSdmaCopyLinear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue