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
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();