Flycast is a multiplatform Sega Dreamcast, Naomi, Naomi 2 and Atomiswave emulator
Go to file
brosasaki e1da1c3a55
CMake: Change core install location to lib/libretro (#1842)
* 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>
2025-02-10 13:25:34 +01:00
.github CMake: Change core install location to lib/libretro (#1842) 2025-02-10 13:25:34 +01:00
core [macOS] Fix booting game stuck at "Starting..." when Video Routing is enabled with OpenGL 2025-01-09 13:59:54 +01:00
docs outdated stuff 2019-09-28 20:00:20 +02:00
fonts ui: achievements list, new pause menu 2024-05-03 20:09:31 +02:00
gdtool gdrom: fix cdda restart. revert previous change. fix hle pause/release 2023-05-16 14:33:33 +02:00
intl Fix Crowdin config & workflow 2022-11-28 15:00:25 +01:00
resources android,ios: arcade vgamepad layout. android vgamepad rewrite 2024-12-03 21:04:51 +01:00
shell Fetch translations & Recreate libretro_core_options_intl.h 2025-02-07 22:20:30 +00:00
tests gdrom: reduce dma buffer size. reios: schedule dma reads by chunks 2024-11-30 16:37:55 +01:00
.gitignore CMake: fix build on Windows 2025-01-06 19:46:52 +01:00
.gitlab-ci.yml gdrom: add support for hardware CD-ROM devices 2024-12-11 11:25:50 +01:00
.gitmodules net: add asio. use it for the gdb agent 2024-12-27 18:39:13 +01:00
CMakeLists.txt CMake: Change core install location to lib/libretro (#1842) 2025-02-10 13:25:34 +01:00
CMakePresets.json CMake: fix build on Windows 2025-01-06 19:46:52 +01:00
LICENSE project import 2013-12-19 19:10:14 +02:00
README.md Google Play install link 2024-07-16 09:49:29 +02:00

README.md

Flycast

Android CI C/C++ CI Nintendo Switch CI Windows UWP CI BSD CI

flycast logo

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

Install Flycast from Google Play.

Flatpak (Linux ubuntu logo)

  1. Set up Flatpak.

  2. Install Flycast from Flathub:

flatpak install -y org.flycast.Flycast

  1. Run Flycast:

flatpak run org.flycast.Flycast

Homebrew (MacOS apple logo)

  1. Set up Homebrew.

  2. Install Flycast via Homebrew:

brew install --cask flycast

Xbox One/Series xbox logo

Grab the latest build from the builds page, or the GitHub Actions. Then install it using the Xbox Device Portal.

Binaries android windows linux apple switch xbox

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