mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
(Griffin) Cleanup
This commit is contained in:
parent
6a64e27e3d
commit
16ab69285b
@ -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
|
||||
============================================================ */
|
||||
|
Loading…
Reference in New Issue
Block a user