Merge pull request #618 from vertver/main

video_core: Added copyGPUCmdBuffers option
This commit is contained in:
georgemoralis
2024-08-28 14:00:26 +03:00
committed by GitHub
4 changed files with 57 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ s32 getGpuId();
bool debugDump();
bool showSplash();
bool nullGpu();
bool copyGPUCmdBuffers();
bool dumpShaders();
bool dumpPM4();
bool isRdocEnabled();
@@ -36,6 +37,7 @@ u32 vblankDiv();
void setDebugDump(bool enable);
void setShowSplash(bool enable);
void setNullGpu(bool enable);
void setCopyGPUCmdBuffers(bool enable);
void setDumpShaders(bool enable);
void setDumpPM4(bool enable);
void setVblankDiv(u32 value);