mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
(OSX PPC) Finally works
This commit is contained in:
parent
e2a2180473
commit
063470f652
2
driver.c
2
driver.c
@ -254,7 +254,9 @@ static const location_driver_t *location_drivers[] = {
|
|||||||
&location_android,
|
&location_android,
|
||||||
#endif
|
#endif
|
||||||
#if defined(IOS) || defined(OSX)
|
#if defined(IOS) || defined(OSX)
|
||||||
|
#ifdef HAVE_LOCATION
|
||||||
&location_apple,
|
&location_apple,
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
&location_null,
|
&location_null,
|
||||||
NULL,
|
NULL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user