Flycast is a multiplatform Sega Dreamcast, Naomi, Naomi 2 and Atomiswave emulator
Go to file
Flyinghead 09ab139407 android: deadlock when Emulator::checkStatus is called concurrently
If checkStatus(wait = true) is called, any other thread will be blocked
even when calling with wait = false since the mutex is locked. This
happens on Android when JNIdc.rendinitNative(null) is called by the app
main thread.
Use a shared_future instead and unlock the mutex before waiting.
2024-08-15 11:55:07 +02:00
.github android: revert changesNotSentForReview param change 2024-07-20 10:58:26 +02:00
core android: deadlock when Emulator::checkStatus is called concurrently 2024-08-15 11:55:07 +02: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 systemsp: hopper and medal game fixes 2024-01-13 14:52:29 +01:00
shell android: bug fixes 2024-07-20 10:30:27 +02:00
tests sh4: incorrect div1 implementation if Rn == Rm 2024-06-20 18:12:11 +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 windows: fix unit tests 2024-06-01 19:05:23 +02:00
CMakeLists.txt cmake: use fallback git values 2024-06-09 15:38:39 +02:00
LICENSE project import 2013-12-19 19:10:14 +02:00
README.md Update README.md 2024-05-27 10:03:24 +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

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