[client] egl/imgui: use imgui for scaling algorithm selection

This commit is contained in:
Quantum
2021-08-06 03:48:07 -04:00
committed by Geoffrey McRae
parent dc7fd74327
commit 5d3c00717a
3 changed files with 29 additions and 27 deletions

View File

@@ -617,6 +617,8 @@ static void egl_config_ui(void * opaque)
{
struct Inst * this = opaque;
egl_damage_config_ui(this->damage);
igSeparator();
egl_desktop_config_ui(this->desktop);
}
static bool egl_render_startup(void * opaque, bool useDMA)