mirror of
https://github.com/libretro/RetroArch
synced 2025-02-19 12:41:00 +00:00
(Android) Move around cpufeatures.c/.h to performance/
This commit is contained in:
parent
fc11d4501d
commit
60baa25233
@ -63,7 +63,7 @@ PERFORMANCE
|
||||
============================================================ */
|
||||
|
||||
#ifdef ANDROID
|
||||
#include "../android/native/jni/cpufeatures.c"
|
||||
#include "../performance/performance_android.c"
|
||||
#endif
|
||||
|
||||
#include "../performance.c"
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "general.h"
|
||||
|
||||
#ifdef ANDROID
|
||||
#include "android/native/jni/cpufeatures.h"
|
||||
#include "performance/performance_android.h"
|
||||
#endif
|
||||
|
||||
#if !defined(_WIN32) && !defined(RARCH_CONSOLE)
|
||||
|
@ -50,7 +50,7 @@
|
||||
#include <machine/cpu-features.h>
|
||||
#endif
|
||||
#include <pthread.h>
|
||||
#include "cpufeatures.h"
|
||||
#include "performance_android.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <fcntl.h>
|
Loading…
x
Reference in New Issue
Block a user