mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-07 07:21:18 +12:00
add an option to disable framebuffer fetch
This commit is contained in:
parent
217e2edda3
commit
f4985c481e
5 changed files with 21 additions and 3 deletions
|
@ -80,6 +80,7 @@ private:
|
|||
wxChoice* m_crash_dump;
|
||||
wxSpinCtrl* m_gdb_port;
|
||||
wxTextCtrl* m_gpu_capture_dir;
|
||||
wxCheckBox* m_framebuffer_fetch;
|
||||
|
||||
void OnAccountCreate(wxCommandEvent& event);
|
||||
void OnAccountDelete(wxCommandEvent& event);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue