location_driver_ctl - return 'true' by default

This commit is contained in:
twinaphex 2016-09-29 12:13:46 +02:00
parent 3281c7a1a6
commit 5c4e3ad87e

View File

@ -281,5 +281,5 @@ bool location_driver_ctl(enum rarch_location_ctl_state state, void *data)
break;
}
return false;
return true;
}