mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Resolve various "no previous declaration" warnings
This commit is contained in:
@ -752,7 +752,7 @@ GCPadStatus Input(int chan)
|
||||
}
|
||||
|
||||
// Get ControllerType from first byte in input payload.
|
||||
ControllerType IdentifyControllerType(u8 data)
|
||||
static ControllerType IdentifyControllerType(u8 data)
|
||||
{
|
||||
if (Common::ExtractBit<4>(data))
|
||||
return ControllerType::Wired;
|
||||
|
Reference in New Issue
Block a user