mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 08:09:19 +00:00
Fix various warnings
This commit is contained in:
parent
f76ab86326
commit
06882bd2dc
13 changed files with 40 additions and 32 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue