diff options
| author | Pokechu22 <Pokechu022@gmail.com> | 2023-02-02 14:59:25 -0800 |
|---|---|---|
| committer | Pokechu22 <Pokechu022@gmail.com> | 2023-02-09 16:23:01 -0800 |
| commit | 49a84cbc4c1318b2290688c5e798dcc63c0bf910 (patch) | |
| tree | 91f808f6d89a3025322dd9c830095910d55b9963 /Source/Core/InputCommon/GCAdapter.cpp | |
| parent | 2288ba28ae75f8236bac41ffec6e14c0548cad41 (diff) | |
Resolve various "no previous declaration" warnings
Diffstat (limited to 'Source/Core/InputCommon/GCAdapter.cpp')
| -rw-r--r-- | Source/Core/InputCommon/GCAdapter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
