Steamdeck optimized nightly builds of the Citron Emulator https://git.rgst.io/mirrors/Citron
Find a file
jaredallard 9285b62da4
docs(README): document what this is and how it works
Signed-off-by: jaredallard <jaredallard@noreply.git.rgst.io>
2025-03-13 22:49:55 +00:00
.github/workflows ci: authenticate with forgejo 2025-03-13 15:43:59 -07:00
scripts ci: authenticate with forgejo 2025-03-13 15:43:59 -07:00
.gitignore initial commit 2025-03-13 15:13:17 -07:00
.mise.toml initial commit 2025-03-13 15:13:17 -07:00
Dockerfile initial commit 2025-03-13 15:13:17 -07:00
LICENSE initial commit 2025-03-13 15:13:17 -07:00
README.md docs(README): document what this is and how it works 2025-03-13 22:49:55 +00:00
run.sh ci: authenticate with forgejo 2025-03-13 15:43:59 -07:00

citron-nightly

Steamdeck optimized nightly builds of the Citron emulator.

How are these optimized?

Compilation is performed with LTO and O2 compilation as well as with all of the feature sets supported by the steamdeck processor. So, it's optimized 😄

How do I download these?

Releases are published nightly on our /releases page.

These releases are created automatically through /actions. Although they run every day, a release will only be published once for a given commit.