Citron Prod Keys — Keys Folder and Firmware Setup
Citron is a Yuzu-based fork, which means the folder layout is the one you already know with a different application data directory. If you have ever set up Suyu or Yuzu, this is the same procedure with citron substituted in the path.
Where Citron looks for keys
Where Citron reads prod keys
- Windows
%APPDATA%/citron/keys/ - Linux
~/.local/share/citron/keys/ - Android
Internal/Citron/keys/
Yuzu-based fork. Same keys folder layout as Suyu, different application data directory.
Setup
- Download the current keys release from the prod keys download page.
- Create the keys folder if missing, then copy
prod.keysinto it. - Install firmware if Citron reports a version problem after the keys load.
- Restart the emulator fully before testing.
The substitution rule
Any Yuzu-lineage instruction can be adapted to Citron by replacing the application folder name. So %APPDATA%/yuzu/keys/ becomes %APPDATA%/citron/keys/ on Windows, and ~/.local/share/yuzu/keys/ becomes ~/.local/share/citron/keys/ on Linux. That rule removes the need for a Citron-specific guide for every platform.
Android
Same file, app storage instead of a browsable folder — see prod keys on Android.
Frequently asked questions
Where do Citron keys go?
%APPDATA%/citron/keys/ on Windows, ~/.local/share/citron/keys/ on Linux, app storage on Android.<br />
Is Citron the same as Suyu?
Both descend from Yuzu and share the folder layout. The application data directory differs.<br />
Which prod keys version does Citron need?
The current release, unless you are running an old Citron build.<br />