mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
Rename frontend_android.h to platform_android.h
This commit is contained in:
parent
fe66f57406
commit
e3ebfbffa9
@ -20,7 +20,7 @@
|
||||
#include <unistd.h>
|
||||
#include <dlfcn.h>
|
||||
#include "input_autodetect.h"
|
||||
#include "../../../frontend/frontend_android.h"
|
||||
#include "../../../frontend/platform/platform_android.h"
|
||||
#include "../../../input/input_common.h"
|
||||
#include "../../../performance.h"
|
||||
#include "../../../general.h"
|
||||
|
@ -14,7 +14,7 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "../../../frontend/frontend_android.h"
|
||||
#include "../../../frontend/platform/platform_android.h"
|
||||
#include "jni_macros.h"
|
||||
#include "input_autodetect.h"
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include <string.h>
|
||||
#include <sys/resource.h>
|
||||
|
||||
#include "../frontend_android.h"
|
||||
#include "platform_android.h"
|
||||
#include "../../android/native/jni/jni_macros.h"
|
||||
|
||||
#include "../../conf/config_file.h"
|
||||
|
@ -15,8 +15,8 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef _FRONTEND_ANDROID_H
|
||||
#define _FRONTEND_ANDROID_H
|
||||
#ifndef _PLATFORM_ANDROID_H
|
||||
#define _PLATFORM_ANDROID_H
|
||||
|
||||
#include <poll.h>
|
||||
#include <sched.h>
|
||||
@ -25,7 +25,7 @@
|
||||
#include <android/native_activity.h>
|
||||
#include <android/window.h>
|
||||
|
||||
#include "../thread.h"
|
||||
#include "../../thread.h"
|
||||
|
||||
struct android_app
|
||||
{
|
||||
@ -151,4 +151,4 @@ extern void engine_handle_cmd(void);
|
||||
|
||||
extern struct android_app *g_android;
|
||||
|
||||
#endif /* _FRONTEND_ANDROID_H */
|
||||
#endif /* _PLATFORM_ANDROID_H */
|
@ -21,7 +21,7 @@
|
||||
|
||||
#include <EGL/egl.h>
|
||||
|
||||
#include "../../frontend/frontend_android.h"
|
||||
#include "../../frontend/platform/platform_android.h"
|
||||
#include "../image.h"
|
||||
|
||||
#include "../fonts/gl_font.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user