mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
f0aa0f99fd
and get_longitude are gone now in place of get_position. Basically, from C land we basically do a poll-style queries, but on the implementation side (ie. Android/iOS/OSX) - they all use callback-based location updates. So we simply check in the poll function (get_position) whether position has changed, and if so, update the pointer values and return true - if not, set them to 0 and return false.
Phoenix - Android front-end for RetroArch.
- For instructions on importing the project correctly, please see the document, "Building in Eclipse.txt" within the docs folder.