Allow shader patching (#1633)

This commit is contained in:
Vinicius Rangel 2024-11-30 16:15:55 -03:00 committed by GitHub
parent 07f4a0305b
commit 2002e37ce9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 58 additions and 1 deletions

View file

@ -42,6 +42,7 @@ bool autoUpdate();
bool nullGpu();
bool copyGPUCmdBuffers();
bool dumpShaders();
bool patchShaders();
bool isRdocEnabled();
u32 vblankDiv();