location_driver_ctl - return 'true' by default
This commit is contained in:
parent
3281c7a1a6
commit
5c4e3ad87e
|
@ -281,5 +281,5 @@ bool location_driver_ctl(enum rarch_location_ctl_state state, void *data)
|
|||
break;
|
||||
}
|
||||
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue