mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
GCAdapter: Update Android-specific source
Fix the Android version of GCAdapter.cpp so it matches the new definitions in GCAdapter.h.
This commit is contained in:
parent
9e7d4d2abb
commit
2c3c8bbb90
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user