-
Notifications
You must be signed in to change notification settings - Fork 608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document that flatpak override
is required for custom MLC paths
#1360
Comments
If you're using the flatpak version, you must give Cemu read and write access to this directory, You can use a tool like flatseal to make the process easier, for example if the path of your mlc directory is ~/WiiU/MLC you should add |
flatpak override
is required for custom MLC paths
Thank you very much! 😁 I updated the top post. |
@Exzap I completely rewrote this issue from the ground up after CDarkmatter helped me solve it. It should now be relatively straightforward to resolve! |
Current Behavior
"Failed to create the default MLC files in the selected directory. The MLC path has not changed"
Expected Behavior
There is no documentation that flatpak must be configured before you change the MLC path in Cemu. For example:
sudo flatpak override info.cemu.Cemu --filesystem=~/savedemulatorgames/cemu/.local/share/Cemu/mlc0
or pass the --user argument if you don't use sudo:
flatpak override info.cemu.Cemu --user --filesystem=~/savedemulatorgames/cemu/.local/share/Cemu/mlc0
This can be documented in:
Steps to Reproduce
System Info (Optional)
OS: Ubuntu MATE 22.04
GPU: Any
Cemu: 2.2 flatpak package
The text was updated successfully, but these errors were encountered: