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

@ -78,6 +78,7 @@ private:
// Debug
wxChoice* m_crash_dump;
wxSpinCtrl* m_gdb_port;
wxTextCtrl* m_gpu_capture_dir;
void OnAccountCreate(wxCommandEvent& event);
void OnAccountDelete(wxCommandEvent& event);