mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-07 13:13:24 +02:00
Merge pull request #21710 from warmenhoven/warmenhoven/pr/libretro-build-fix
fix libretro build
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <map>
|
||||
#include "Common/Render/Text/draw_text.h"
|
||||
|
||||
#if defined(_WIN32) && !defined(USING_QT_UI)
|
||||
#if defined(_WIN32) && !defined(USING_QT_UI) && !defined(__LIBRETRO__)
|
||||
|
||||
#include <d2d1_3.h>
|
||||
#include <dwrite_3.h>
|
||||
|
||||
Reference in New Issue
Block a user