mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 00:04:49 +02:00
The D2D-based text renderer requires a D3D11 context, which confuses RenderDoc (it doesn't permit multiple 3D APIs in the same process). So, let's restore the old GDI renderer and use it if RenderDoc is attached. See #21638