mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-22 03:46:50 +01:00
Build JoypadLinux
sandbox detection method only with udev
Fixes an `unused-function` warning when building with `udev=no`. (cherry picked from commit 51dfdfab967234f0fa9939bd7158cc96a9ec3547)
This commit is contained in:
parent
39bb646127
commit
913c3164b5
@ -79,6 +79,7 @@ void JoypadLinux::Joypad::reset() {
|
||||
events.clear();
|
||||
}
|
||||
|
||||
#ifdef UDEV_ENABLED
|
||||
// This function is derived from SDL:
|
||||
// https://github.com/libsdl-org/SDL/blob/main/src/core/linux/SDL_sandbox.c#L28-L45
|
||||
static bool detect_sandbox() {
|
||||
@ -98,6 +99,7 @@ static bool detect_sandbox() {
|
||||
|
||||
return false;
|
||||
}
|
||||
#endif // UDEV_ENABLED
|
||||
|
||||
JoypadLinux::JoypadLinux(InputDefault *in) {
|
||||
#ifdef UDEV_ENABLED
|
||||
|
Loading…
Reference in New Issue
Block a user