mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-11 09:18:30 +12:00
add an option to use the host memory instead of buffer cache
This commit is contained in:
parent
ab41de4f9f
commit
03d4e86b61
6 changed files with 26 additions and 9 deletions
|
@ -40,6 +40,7 @@ private:
|
|||
wxChoice* m_graphic_api;
|
||||
|
||||
wxChoice* m_shader_mul_accuracy;
|
||||
wxChoice* m_use_host_mem_for_cache;
|
||||
//wxChoice* m_cache_accuracy;
|
||||
|
||||
// audio
|
||||
|
@ -47,4 +48,4 @@ private:
|
|||
|
||||
// controller
|
||||
wxComboBox* m_controller_profile[8];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue