Flycast is a multiplatform Sega Dreamcast, Naomi, Naomi 2 and Atomiswave emulator
Go to file
Flyinghead 3bf817aea1 vk: reset semaphore index to 0 when recreating the swap chain
When frame dupe is enabled and switching to fast forward, the current
semaphore index might end up pointing past the end of the semaphore
array, causing a crash.
Issue #1138
2023-07-10 12:41:13 +02:00
.github ci: disable fail fast on c-cpp job because of MacOS failures 2023-07-05 10:59:12 +02:00
core vk: reset semaphore index to 0 when recreating the swap chain 2023-07-10 12:41:13 +02: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/flash vf4: fix networking on windows (vanilla, evo). Add eeprom and nvmem 2023-05-20 11:19:26 +02:00
shell android: update android gradle plugin to version 8.0.2 2023-06-12 16:06:20 +02:00
tests fix test 2023-04-29 18:02:26 +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 bump libchdr to latest. add switch build fix 2023-02-24 18:44:06 +01:00
CMakeLists.txt deps: update miniupnpc to version 2.2.5 2023-06-12 16:07:41 +02:00
LICENSE project import 2013-12-19 19:10:14 +02:00
README.md Update README.md 2023-06-15 16:05:08 +02:00
vcpkg.json uwp: remove angle, upload to S3. windows: don't build SDL 2021-12-18 11:50:03 +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

Retail:

Open gamr13's github page from your Xbox console.

Dev Mode:

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