mirror of
https://github.com/libretro/RetroArch
synced 2025-01-27 21:35:25 +00:00
(Apple) Location interface fixups
This commit is contained in:
parent
f0aa0f99fd
commit
4ad6631812
@ -716,13 +716,13 @@ typedef struct apple_location
|
||||
void *empty;
|
||||
} applelocation_t;
|
||||
|
||||
static void *apple_location_init(int interval_update_ms, int interval_distance)
|
||||
static void *apple_location_init()
|
||||
{
|
||||
applelocation_t *applelocation = (applelocation_t*)calloc(1, sizeof(applelocation_t));
|
||||
if (!applelocation)
|
||||
return NULL;
|
||||
|
||||
[[RAGameView get] onLocationInit:interval_update_ms interval_update_distance:interval_distance];
|
||||
[[RAGameView get] onLocationInit];
|
||||
|
||||
return applelocation;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user