Swordfish90 / LibretroDroid

GNU General Public License v3.0
68 stars 16 forks source link

LibretroDroid

LibretroDroid is a simple C++ LibRetro frontend library for Android. It's powering Lemuroid.

Supported features:

Tested working cores:

Setup

LibretroDroid can be added to a standard build.gradle file.

[app/build.gradle]
dependencies {
    ...
    implementation 'com.github.swordfish90:libretrodroid:<version>'
    ...
}