[client] imgui: use improved high DPI rendering

This actually makes imgui render at a higher resolution, avoiding scaling
and resulting blurriness.
This commit is contained in:
Quantum
2021-07-23 00:01:10 -04:00
committed by Geoffrey McRae
parent b5c5ecc074
commit 5d053128ac
11 changed files with 122 additions and 18 deletions

View File

@@ -121,6 +121,7 @@ set(SOURCES
src/egl_dynprocs.c
src/eglutil.c
src/overlay_utils.c
src/overlay_utils.cpp
src/overlay/fps.c
src/overlay/graphs.c