diff options
| author | Vincent Duvert <vincent@duvert.net> | 2018-07-29 22:37:48 +0200 |
|---|---|---|
| committer | Vincent Duvert <vincent@duvert.net> | 2019-05-29 18:28:24 +0200 |
| commit | 2c3c8bbb905a251fd52a5c1552921acb67ad25a5 (patch) | |
| tree | 3fa7056a4dc94f60f94dc600ed14f66916a00be4 /Source/Core/InputCommon/GCAdapter_Android.cpp | |
| parent | 9e7d4d2abbe62e2d4d6578e883effff18fed44c4 (diff) | |
GCAdapter: Update Android-specific source
Fix the Android version of GCAdapter.cpp so it matches the new definitions in GCAdapter.h.
Diffstat (limited to 'Source/Core/InputCommon/GCAdapter_Android.cpp')
| -rw-r--r-- | Source/Core/InputCommon/GCAdapter_Android.cpp | 6 |
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; |
