From d4677790eb4a44f2482264c98f8935a20ce483b6 Mon Sep 17 00:00:00 2001 From: libretroadmin Date: Fri, 24 Feb 2023 19:13:04 +0100 Subject: [PATCH] Hopefully fixes Dingux issues with ScummVM --- libretro-common/rthreads/rthreads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-common/rthreads/rthreads.c b/libretro-common/rthreads/rthreads.c index f1f4f6bb67..d1bceb468e 100644 --- a/libretro-common/rthreads/rthreads.c +++ b/libretro-common/rthreads/rthreads.c @@ -56,7 +56,7 @@ #include #endif -#if defined(VITA) || defined(BSD) || defined(ORBIS) +#if defined(VITA) || defined(BSD) || defined(ORBIS) || defined(__mips__) || defined(_3DS) #include #endif