mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-10 22:15:06 +12:00
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:
parent
471bdd6ab9
commit
2754df9b94
10 changed files with 942 additions and 4 deletions
include
|
@ -135,4 +135,7 @@ class Emulator {
|
|||
std::filesystem::path getAppDataRoot();
|
||||
|
||||
std::span<u8> getSMDH();
|
||||
|
||||
private:
|
||||
void loadRenderdoc();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue