mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
b2faec0533
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