mirror of
https://github.com/libretro/RetroArch
synced 2025-02-01 00:32:46 +00:00
Fix typo.
This commit is contained in:
parent
188a233ec8
commit
44beafcfcb
@ -769,7 +769,7 @@ typedef void (*retro_location_stop_t)(void);
|
||||
typedef bool (*retro_location_get_position_t)(double *lat, double *lon, double *horiz_accuracy,
|
||||
double *vert_accuracy);
|
||||
|
||||
// Callback which signals when the camera driver is initialized and/or deinitialized.
|
||||
// Callback which signals when the location driver is initialized and/or deinitialized.
|
||||
// retro_location_start_t can be called in initialized callback.
|
||||
typedef void (*retro_location_lifetime_status_t)(void);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user