2025-03-13 15:13:17 -07:00
|
|
|
# citron-nightly
|
|
|
|
|
2025-03-13 22:49:55 +00:00
|
|
|
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 :smile:
|
|
|
|
|
|
|
|
## How do I download these?
|
|
|
|
|
2025-03-13 22:51:08 +00:00
|
|
|
Releases are published nightly on our [releases](https://git.rgst.io/jaredallard/citron-nightly/releases) page.
|
2025-03-13 22:49:55 +00:00
|
|
|
|
2025-03-13 22:51:08 +00:00
|
|
|
These releases are created automatically through [actions](https://git.rgst.io/jaredallard/citron-nightly/actions). Although
|
2025-03-13 22:49:55 +00:00
|
|
|
they run every day, a release will only be published once for a given commit.
|
|
|
|
|
|
|
|
[Citron]: https://git.rgst.io/mirrors/Citron
|