Improve sensor detection for Linux gamepad

This commit is contained in:
meyraud705
2023-05-13 18:25:45 +02:00
committed by Sam Lantinga
parent 000277060c
commit 9cfac88054
4 changed files with 55 additions and 15 deletions

View File

@@ -28,4 +28,6 @@
/* Return the smallest power of 2 greater than or equal to 'x' */
extern int SDL_powerof2(int x);
SDL_bool SDL_endswith(const char *string, const char *suffix);
#endif /* SDL_utils_h_ */