This repository has been archived on 2024-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
rustboyadvance-ng/platform/rustboyadvance-libretro
Michel Heily 4db32b1af2 Get rid of the VideoInterface trait
Former-commit-id: 30a14ff0609b385b80b4c17a8f70e89fce816509
Former-commit-id: 519aeea19b3faa37b732463ecfdddb9730322021
2022-09-12 01:13:01 +03:00
..
src Get rid of the VideoInterface trait 2022-09-12 01:13:01 +03:00
Cargo.toml Get rid of the VideoInterface trait 2022-09-12 01:13:01 +03:00
README.md Add experimental RetroArch Core 2020-05-15 13:25:12 +03:00

Experimental RustBoyAdvance-NG retroarch core

Desktop Build

To build for your host system, run

cargo build --release

For Linux, the output is repo/target/release/librustboyadvance_libretro.so For windows, the output is repo/target/release/rustboyadvance_libretro.dll

Android Build

Assuming you have NDK toolchain installed and configured, this crate can be built for android targets.

For example, for armv7-linux-androideabi

cargo build --release --target=armv7-linux-androideabi

The output will be in /repo/target/armv7-linux-androideabi/release/librustboyadvance_libretro.so