mirror of
https://github.com/libretro/RetroArch
synced 2024-12-28 09:29:16 +00:00
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
Block a user