summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/GCAdapter_Android.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@innovatetechnologi.es>2019-05-30 13:54:01 +0200
committerGitHub <noreply@github.com>2019-05-30 13:54:01 +0200
commit8d8ed37e275766beedf9ff2fb447c95acf7bb0eb (patch)
tree3fa7056a4dc94f60f94dc600ed14f66916a00be4 /Source/Core/InputCommon/GCAdapter_Android.cpp
parent80d8173d29749b13ccdf84e75641e179ea34768b (diff)
parent2c3c8bbb905a251fd52a5c1552921acb67ad25a5 (diff)
Merge pull request #7291 from VinDuv/gc-adapter-error-report
GC USB Adapter configuration improvements
Diffstat (limited to 'Source/Core/InputCommon/GCAdapter_Android.cpp')
-rw-r--r--Source/Core/InputCommon/GCAdapter_Android.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/Core/InputCommon/GCAdapter_Android.cpp b/Source/Core/InputCommon/GCAdapter_Android.cpp
index 9c6092dc78..84ccc25f10 100644
--- a/Source/Core/InputCommon/GCAdapter_Android.cpp
+++ b/Source/Core/InputCommon/GCAdapter_Android.cpp
@@ -369,14 +369,10 @@ void Output(int chan, u8 rumble_command)
}
}
-bool IsDetected()
+bool IsDetected(const char** error_message)
{
return s_detected;
}
-bool IsDriverDetected()
-{
- return true;
-}
bool DeviceConnected(int chan)
{
return s_controller_type[chan] != ControllerTypes::CONTROLLER_NONE;