mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 08:39:00 +00:00
Resolve various "no previous declaration" warnings
This commit is contained in:
parent
2288ba28ae
commit
49a84cbc4c
4 changed files with 22 additions and 18 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue