retrograde-android icon indicating copy to clipboard operation
retrograde-android copied to clipboard

Play retro video games on your Android TV!

Results 6 retrograde-android issues
Sort by recently updated
recently updated
newest added

Here there an initial mobile application which exposes almost all the features of the leanback version. It also includes a few bonus points: - Completed the migration to AndroidX -...

Hi, Regarding "Automatically indexes your game library and downloads game titles and artwork" feature, does it require some file naming convention? How long does it take to index and download?...

This pull request includes temporary touch support in retrograde-app-tv which can be enabled from the flags screen. Touch inputs are implemented as custom views that live in a separate module...

* Core calls the "environment" callback with `RETRO_ENVIRONMENT_SET_HW_RENDER` https://github.com/libretro/libretro-common/blob/master/include/libretro.h#L546 * Frontend receives that callback and returns a pointer to a struct `retro_hw_render_callback` * That struct has two important fields that...

help wanted

enhancement
help wanted

In the gradle files, there are lots of deps, and it would cause error like " Unresolved reference: deps". Is there any file define all these deps? Thanks