mirror of
https://github.com/libretro/RetroArch
synced 2024-12-29 12:31:05 +00:00
(Android Location) Fix init function
This commit is contained in:
parent
44beafcfcb
commit
d43c971a1e
@ -76,7 +76,7 @@ static void *android_location_init(void)
|
||||
if (!androidlocation->onLocationGetHorizontalAccuracy)
|
||||
goto dealloc;
|
||||
|
||||
GET_METHOD_ID(env, androidlocation->onLocationGetLongitude, class, "onLocationSetInterval", "(II)V");
|
||||
GET_METHOD_ID(env, androidlocation->onLocationSetInterval, class, "onLocationSetInterval", "(II)V");
|
||||
if (!androidlocation->onLocationSetInterval)
|
||||
goto dealloc;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user