diff --git a/location/location_driver.c b/location/location_driver.c index 9f06d71b98..88baefea74 100644 --- a/location/location_driver.c +++ b/location/location_driver.c @@ -281,5 +281,5 @@ bool location_driver_ctl(enum rarch_location_ctl_state state, void *data) break; } - return false; + return true; }