Add renderdoc API support (#585)

* Add renderdoc API support

* FIx renderdoc include directory

* Fix RenderDoc linking

* Fix Renderdoc linking (again)

* Maybe fix renderdoc
This commit is contained in:
wheremyfoodat 2024-08-23 02:30:25 +00:00 committed by GitHub
parent 471bdd6ab9
commit 2754df9b94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 942 additions and 4 deletions

View file

@ -39,7 +39,8 @@ struct EmulatorConfig {
bool audioEnabled = false;
bool vsyncEnabled = true;
bool enableRenderdoc = false;
bool printAppVersion = true;
bool appVersionOnWindow = false;