(Griffin) Cleanup

This commit is contained in:
twinaphex 2018-08-14 11:45:20 +02:00
parent 6a64e27e3d
commit 16ab69285b

View File

@ -1042,11 +1042,11 @@ RECORDING
/*============================================================
THREAD
============================================================ */
#if defined(HAVE_THREADS) && defined(XENON)
#include "../thread/xenon_sdl_threads.c"
#elif defined(HAVE_THREADS)
#if defined(HAVE_THREADS)
#if defined(PSP)
#if defined(XENON)
#include "../thread/xenon_sdl_threads.c"
#elif defined(PSP)
#include "../deps/pthreads/platform/helper/tls-helper.c"
#include "../deps/pthreads/platform/psp/psp_osal.c"
#include "../deps/pthreads/pte_main.c"
@ -1073,7 +1073,6 @@ THREAD
#include "../audio/audio_thread_wrapper.c"
#endif
/*============================================================
NETPLAY
============================================================ */