summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/Android
diff options
context:
space:
mode:
authorRyan Houdek <Sonicadvance1@gmail.com>2016-01-06 15:35:15 -0600
committerRyan Houdek <Sonicadvance1@gmail.com>2016-01-06 15:36:44 -0600
commit74478addebe33521587f99deaf68d93a3dcc5252 (patch)
treeb9124ec37214cd9aaec321a48976f085bea7193d /Source/Core/InputCommon/ControllerInterface/Android
parent0a42a0ab1b4f038b30c02efc14922dcf913064f6 (diff)
Move Android JNI bits from DolphinWX to the Android folder.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/Android')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/Android/Android.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/Android/Android.h b/Source/Core/InputCommon/ControllerInterface/Android/Android.h
index 35b68cdd71..c108a86067 100644
--- a/Source/Core/InputCommon/ControllerInterface/Android/Android.h
+++ b/Source/Core/InputCommon/ControllerInterface/Android/Android.h
@@ -4,8 +4,8 @@
#pragma once
-#include "DolphinWX/Android/ButtonManager.h"
#include "InputCommon/ControllerInterface/Device.h"
+#include "jni/ButtonManager.h"
namespace ciface
{