Flycast is a multiplatform Sega Dreamcast, Naomi, Naomi 2 and Atomiswave emulator
Go to file
Flyinghead de89d8cfed rend: fix Space Harrier arcade in Shenmue
Use the original tex dimensions and make sure they never change between
updates.
2024-03-12 14:56:13 +01:00
.github ci: update mathieu-bour/setup-sentry-cli action 2024-03-02 18:37:52 +01:00
core rend: fix Space Harrier arcade in Shenmue 2024-03-12 14:56:13 +01:00
docs outdated stuff 2019-09-28 20:00:20 +02:00
fonts refactor embedded resource loading. Use for imgui font and android OSD 2024-01-02 14:37:29 +01: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 systemsp: hopper and medal game fixes 2024-01-13 14:52:29 +01:00
shell don't force Native Depth Interpolation for AMD GPUs 2024-03-10 14:17:21 +01:00
tests pvr: apply a negative bias to background plane depth 2024-02-27 17:39:51 +01: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 deps: update libchdr 2024-02-27 17:39:51 +01:00
CMakeLists.txt deps: update sdl to version 2.30.1 2024-03-07 15:01:59 +01:00
LICENSE project import 2013-12-19 19:10:14 +02:00
README.md don't force Native Depth Interpolation for AMD GPUs 2024-03-10 14:17:21 +01: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

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