mirror of
https://github.com/libretro/RetroArch
synced 2025-02-04 03:40:03 +00:00
(RARCH_CONSOLE) Only compile in thread.c if HAVE_THREAD is
defined - shouldn't need it for consoles - only used for FFMPEG recording and autosaves
This commit is contained in:
parent
3aeb74c920
commit
8bbd63ccb9
@ -214,7 +214,7 @@ RETROARCH
|
|||||||
/*============================================================
|
/*============================================================
|
||||||
THREAD
|
THREAD
|
||||||
============================================================ */
|
============================================================ */
|
||||||
#ifndef GEKKO
|
#ifdef HAVE_THREAD
|
||||||
#include "../../thread.c"
|
#include "../../thread.c"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user