mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-13 01:45:45 +00:00
Fixed warning: no previous prototype for function 'SDL_PrivateIsGamepadPlatformMatch'
This commit is contained in:
parent
3b43b55e2a
commit
cd14bf3d00
1 changed files with 1 additions and 1 deletions
|
|
@ -2362,7 +2362,7 @@ static GamepadMapping_t *SDL_PrivateGetGamepadMapping(SDL_JoystickID instance_id
|
|||
return mapping;
|
||||
}
|
||||
|
||||
bool SDL_PrivateIsGamepadPlatformMatch(const char *platform, size_t platform_len)
|
||||
static bool SDL_PrivateIsGamepadPlatformMatch(const char *platform, size_t platform_len)
|
||||
{
|
||||
#ifdef SDL_PLATFORM_MACOS
|
||||
// We also accept the older SDL2 platform name for macOS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue