Flycast is a multiplatform Sega Dreamcast, Naomi, Naomi 2 and Atomiswave emulator
Go to file
Flyinghead 5fde889d7c builtin cheat for f355 network race. enable builtin cheats when online
Increase the datapump timeout from 500 to 1000 to avoid an error when
posting network race results.
Enable built in cheats when online
2023-12-03 16:44:43 +01:00
.github tentative sentry build fix 2023-11-05 19:19:22 +01:00
core builtin cheat for f355 network race. enable builtin cheats when online 2023-12-03 16:44:43 +01:00
docs outdated stuff 2019-09-28 20:00:20 +02:00
fonts bios font kanji row 66 was incorrect 2023-05-07 21:58:54 +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 naomi: allow printing for f355/1 screen. Fix print template 2023-11-14 15:42:20 +01:00
shell Fetch translations & Recreate libretro_core_options_intl.h 2023-12-01 22:19:52 +00:00
tests Add Dreamcast 32MB RAM Mod (#1198) 2023-09-22 11:10:44 +02:00
.cirrus.yml ci: use freebsd 13.2 2023-05-02 09:46:28 +02:00
.gitignore Support for Maracas & Pop'n Music controllers, WIP for others (#1035) 2023-05-29 12:45:34 +02:00
.gitlab-ci.yml Build tvOS libretro core 2023-05-08 20:36:40 +02:00
.gitmodules Fix Spout2 MinGW error 2023-07-03 11:38:35 +02:00
CMakeLists.txt naomi: use background template for f355 printing 2023-11-10 17:58:46 +01:00
LICENSE project import 2013-12-19 19:10:14 +02:00
README.md (README) Modify Xbox Section 2023-07-28 10:03:31 +02:00
vcpkg.json tentative uwp build fix 2023-11-25 15:55:24 +01:00

README.md

Flycast

Android CI C/C++ CI Nintendo Switch CI Windows UWP 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

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 https://github.com/flyinghead/flycast.git

cd flycast

git submodule update --init --recursive

mkdir build && cd build

cmake ..

make