![]() * CMake: Change core install location to lib/libretro * fix CI build artifacts location --------- Co-authored-by: Andrew Wong <wongandj@icloud.com> Co-authored-by: Flyinghead <raphael.jean@gmail.com> |
||
---|---|---|
.github | ||
core | ||
docs | ||
fonts | ||
gdtool | ||
intl | ||
resources | ||
shell | ||
tests | ||
.gitignore | ||
.gitlab-ci.yml | ||
.gitmodules | ||
CMakeLists.txt | ||
CMakePresets.json | ||
LICENSE | ||
README.md |
README.md
Flycast
Flycast is a multi-platform Sega Dreamcast, Naomi, Naomi 2, and Atomiswave emulator derived from reicast.
Information about configuration and supported features can be found on TheArcadeStriker's flycast wiki.
Join us on our Discord server for a chat.
Install
Android ![android](https://flyinghead.github.io/flycast-builds/android.jpg)
Install Flycast from Google Play.
Flatpak (Linux
)
-
Install Flycast from Flathub:
flatpak install -y org.flycast.Flycast
- Run Flycast:
flatpak run org.flycast.Flycast
Homebrew (MacOS
)
-
Install Flycast via Homebrew:
brew install --cask flycast
Xbox One/Series ![xbox logo](https://flyinghead.github.io/flycast-builds/xbox.png)
Grab the latest build from the builds page, or the GitHub Actions. Then install it using the Xbox Device Portal.
Binaries
![xbox](https://flyinghead.github.io/flycast-builds/xbox.png)
Get fresh builds for your system on the builds page.
New: Now automated test results are available as well.
Build instructions:
$ git clone --recursive https://github.com/flyinghead/flycast.git
$ cd flycast
$ mkdir build && cd build
$ cmake ..
$ make