Skip to content

Commit 19b6996

Browse files
committed
branch cleanup
1 parent a1061cc commit 19b6996

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

configuration.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@
5656

5757
#include "list_special.h"
5858

59-
#include "pkg/android/phoenix-common/jni/ra_android_fpsbridge.h"
59+
#if defined(ANDROID
60+
#include "pkg/android/phoenix-common/jni/ra_android_bridge.h"
61+
#endif
6062

6163
#if defined(__WINRT__) || defined(WINAPI_FAMILY) && WINAPI_FAMILY == WINAPI_FAMILY_PHONE_APP
6264
#include "uwp/uwp_func.h"

pkg/android/phoenix-common/jni/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ LOCAL_SRC_FILES += $(RARCH_DIR)/griffin/griffin.c \
5959
$(RARCH_DIR)/griffin/griffin_cpp.cpp
6060

6161
LOCAL_SRC_FILES += \
62-
ra_android_fpsbridge.c
62+
ra_android_bridge.c
6363

6464
LOCAL_C_INCLUDES += \
6565
$(RA_ROOT) \

pkg/android/phoenix-common/jni/ra_android_fpsbridge.c renamed to pkg/android/phoenix-common/jni/ra_android_bridge.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ra_android_fpsbridge.c
1+
// ra_android_bridge.c
22
// If compiled as C++ file, wrap with extern "C"
33
#include <jni.h>
44
#include <libretro.h>

pkg/android/phoenix-common/jni/ra_android_fpsbridge.h renamed to pkg/android/phoenix-common/jni/ra_android_bridge.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef RA_ANDROID_FPSBRIDGE_H
2-
#define RA_ANDROID_FPSBRIDGE_H
1+
#ifndef RA_ANDROID_BRIDGE_H
2+
#define RA_ANDROID_BRIDGE_H
33

44
#ifdef __cplusplus
55
extern "C" {

0 commit comments

Comments
 (0)