Cemu is a Nintendo Wii U emulator. For more information, please visit the project website or view the source code.
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
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