support saving GPU captures to a file

This commit is contained in:
Samuliak 2025-01-04 13:54:07 +01:00
parent 1d8806cf06
commit 9a61e81715
No known key found for this signature in database
6 changed files with 69 additions and 0 deletions

View file

@ -526,6 +526,7 @@ struct CemuConfig
// debug
ConfigValueBounds<CrashDump> crash_dump{ CrashDump::Disabled };
ConfigValue<uint16> gdb_port{ 1337 };
ConfigValue<std::string> gpu_capture_dir{};
void Load(XMLConfigParser& parser);
void Save(XMLConfigParser& parser);