mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Fix various warnings
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
namespace ciface::SDL
|
||||
{
|
||||
|
||||
bool IsTriggerAxis(int index)
|
||||
static bool IsTriggerAxis(int index)
|
||||
{
|
||||
// First 4 axes are for the analog sticks, the rest are for the triggers
|
||||
return index >= 4;
|
||||
|
Reference in New Issue
Block a user