mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(Apple) Add location driver for Apple to location_drivers array
This commit is contained in:
parent
5f33a6b373
commit
f29d590973
1
driver.c
1
driver.c
@ -303,6 +303,7 @@ static const location_driver_t *location_drivers[] = {
|
||||
#ifdef ANDROID
|
||||
#endif
|
||||
#ifdef IOS
|
||||
&location_apple,
|
||||
#endif
|
||||
NULL,
|
||||
};
|
||||
|
2
driver.h
2
driver.h
@ -657,6 +657,8 @@ extern const camera_driver_t camera_v4l2;
|
||||
extern const camera_driver_t camera_android;
|
||||
extern const camera_driver_t camera_rwebcam;
|
||||
extern const camera_driver_t camera_ios;
|
||||
extern const camera_driver_t location_apple;
|
||||
extern const camera_driver_t location_android;
|
||||
extern const input_osk_driver_t input_ps3_osk;
|
||||
|
||||
#include "driver_funcs.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user