From 69f3128b075d6739361a61dc8756accbb9089e53 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Thu, 9 Jul 2020 13:31:33 +1000 Subject: [PATCH] README.md: Add link to libretro Android AArch64 build --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5dcfef5ee..7a0962ef8 100644 --- a/README.md +++ b/README.md @@ -200,11 +200,12 @@ Hotkeys: DuckStation is available as a libretro core, which can be loaded into a frontend such as RetroArch. It supports most features of the full frontend, within the constraints and limitations of being a libretro core. -Prebuilt binaries for Windows and 64-bit Linux can be found on the releases page. Direct links: +Prebuilt binaries for 64-bit Windows, Linux and Android can be found on the releases page. Direct links: - 64-bit Windows: https://github.com/stenzek/duckstation/releases/download/latest/duckstation_libretro.dll.zip - 64-bit Linux: https://github.com/stenzek/duckstation/releases/download/latest/duckstation_libretro.so.zip +- AArch64 Android: https://github.com/stenzek/duckstation/releases/download/latest/duckstation_libretro_android_aarch64.so.zip -To use, extract the `dll` or `so` into your RetroArch or other libretro frontend's `cores` directory, load the DuckStation core, and pick any bin/cue/chd-format image as content. +To use, download and extract, and install the core file in RetroArch or your preferred frontend. To build on Windows, simply compile in the same manner as the normal frontend build. A libretro DLL will be built automatically and placed in the output directory. This will be based on the configuration you selected, you can load it directly into RetroArch, or rename it to `duckstation_libretro.dll`.