Skip to content

Commit

Permalink
GCAdapter: Update Android-specific source
Browse files Browse the repository at this point in the history
Fix the Android version of GCAdapter.cpp so it matches the new definitions in GCAdapter.h.
  • Loading branch information
VinDuv committed Jul 30, 2018
1 parent 512fffd commit 955f860
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Source/Core/InputCommon/GCAdapter_Android.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 955f860

Please sign in to comment.