Update README.md with build instructions for Android
This commit is contained in:
parent
737bec0e7d
commit
f3e3d9a317
12
README.md
12
README.md
|
@ -2,7 +2,7 @@
|
|||
![Main Window Screenshot](https://raw.githubusercontent.com/stenzek/duckstation/md-images/main.png)
|
||||
|
||||
## Features
|
||||
- CPU Recompiler/JIT (x86_64 work-in-progress, AArch64 planned)
|
||||
- CPU Recompiler/JIT (x86-64 and AArch64)
|
||||
- Hardware (D3D11 and OpenGL) and software rendering
|
||||
- Upscaling and true colour (24-bit) in hardware renderers
|
||||
- "Fast boot" for skipping BIOS splash/intro
|
||||
|
@ -38,6 +38,14 @@ Requirements:
|
|||
3. Compile the source code. For the example above, run `ninja`.
|
||||
4. Run the binary, located in the build directory under `src/duckstation/duckstation`.
|
||||
|
||||
### Android
|
||||
Requirements:
|
||||
- Android Studio with the NDK and CMake installed
|
||||
|
||||
1. Open the project in the `android` directory.
|
||||
2. Select Build -> Build Bundle(s) / APKs(s) -> Build APK(s).
|
||||
3. Install APK on device, or use Run menu for attached device.
|
||||
|
||||
## Running
|
||||
1. Configure the BIOS path in the settings.
|
||||
2. Open a disc image file, enjoy.
|
||||
|
@ -75,4 +83,4 @@ To access the menus with the controller, press the right stick down and use the
|
|||
|
||||
Icon by icons8: https://icons8.com/icon/74847/platforms.undefined.short-title
|
||||
|
||||
"PlayStation" and "PSX" are registered trademarks of Sony Interactive Entertainment Europe Limited. This project is not affiliated in any way with Sony Interactive Entertainment.
|
||||
"PlayStation" and "PSX" are registered trademarks of Sony Interactive Entertainment Europe Limited. This project is not affiliated in any way with Sony Interactive Entertainment.
|
||||
|
|
Loading…
Reference in New Issue