Skip to content

update: add flycast standalone #217

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/general/emulator-support-and-issues.md
Original file line number Diff line number Diff line change
@@ -276,6 +276,7 @@ This page focuses on supported emulators. For extensive notes on unsupported emu

- ✅ libretro core: **Flycast**
- Disable threaded rendering to properly use save states.
- ✅ Standalone emulator: **[Flycast](https://github.com/flyinghead/flycast)**
Copy link
Contributor Author

@falsepopsky falsepopsky Mar 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gamecube has this:

  • Must use version 2407-68 or newer.

so probably should i add

  • Must use Nightly builds newer than 27 feb.
    or
  • Must use version 2.4-225 or newer.

why?

well, at this time flycast started to actually send the correct headers (commit for reference)

i was going to put 2.4, but i don't know if this can confuse users with the git tag release from github, with that site users will download an old version...

i think flycast uses version-build number or minor-commit, so if you check the workflow from the commit, people should use v2.4-225 or newer (https://github.com/flyinghead/flycast/actions/runs/13564228706/job/37913605590 check upload symbols to Sentry)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2.4 is correct, but as best as I can tell, Flycast is currently sending a version number of 1.0:

Flycast/1.0

This should probably be fixed in Flycast itself.


### Sega Genesis/Mega Drive