add an option to use the host memory instead of buffer cache

This commit is contained in:
Samuliak 2024-11-03 12:09:47 +01:00
parent ab41de4f9f
commit 03d4e86b61
No known key found for this signature in database
6 changed files with 26 additions and 9 deletions

View file

@ -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];
};
};