mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 15:01:18 +12:00
support saving GPU captures to a file
This commit is contained in:
parent
1d8806cf06
commit
9a61e81715
6 changed files with 69 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue