mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-25 22:08:40 +00:00
HW/SI: GCAdapter calibration fix.
This commit is contained in:
parent
9b6c9252e4
commit
a015851b02
4 changed files with 14 additions and 0 deletions
|
@ -382,6 +382,11 @@ bool DeviceConnected(int chan)
|
|||
return s_controller_type[chan] != ControllerTypes::CONTROLLER_NONE;
|
||||
}
|
||||
|
||||
void ResetDeviceType(int chan)
|
||||
{
|
||||
s_controller_type[chan] = ControllerTypes::CONTROLLER_NONE;
|
||||
}
|
||||
|
||||
bool UseAdapter()
|
||||
{
|
||||
const auto& si_devices = SConfig::GetInstance().m_SIDevice;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue