Resolve various "no previous declaration" warnings

This commit is contained in:
Pokechu22
2023-02-02 14:59:25 -08:00
parent 2288ba28ae
commit 49a84cbc4c
4 changed files with 22 additions and 18 deletions

View File

@ -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;