Skip to content

deadmeu/info.cemu.Cemu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flatpak for Cemu

Cemu is a Nintendo Wii U emulator. For more information, please visit the project website or view the source code.

Transfarring AppImage user data to flatpak

If you've been using the AppImage you can move your saves and settings to the flatpak sandbox with:

mv ~/.local/share/Cemu ~/.var/app/info.cemu.Cemu/data/Cemu

Shader cache with:

mv ~/.cache/Cemu ~/.var/app/info.cemu.Cemu/cache/Cemu

Setting and controller configs with:

mv ~/.config/Cemu ~/.var/app/info.cemu.Cemu/config/Cemu

Filesystem write permissions

In order to convert files to wua you can run Cemu without filesystem sandboxing from the terminal via:

flathub run --filesystem=host info.cemu.Cemu

This can be done permanently with flatseal or with:

flatpak override --user --filesystem=host info.cemu.Cemu

Releases

No releases published

Packages

No packages published