From 49a84cbc4c1318b2290688c5e798dcc63c0bf910 Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Thu, 2 Feb 2023 14:59:25 -0800 Subject: Resolve various "no previous declaration" warnings --- Source/Core/InputCommon/GCAdapter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/InputCommon/GCAdapter.cpp') diff --git a/Source/Core/InputCommon/GCAdapter.cpp b/Source/Core/InputCommon/GCAdapter.cpp index 1ff134551c..a3853e9e6c 100644 --- a/Source/Core/InputCommon/GCAdapter.cpp +++ b/Source/Core/InputCommon/GCAdapter.cpp @@ -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; -- cgit v1.2.3