Files
ppsspp/Common/Render/Text/draw_text_win.cpp
2026-05-18 14:11:22 +02:00

6 lines
169 B
C++

#include "ppsspp_config.h"
#if defined(_WIN32) && !defined(USING_QT_UI)
// TextDrawerWin32 is an alias of TextDrawerUWP; implementation is in draw_text_uwp.cpp.
#endif