RetroDECK
RetroDECK copied to clipboard
CEMU - MLC01 misplaced
https://cemu.cfw.guide/faq.html#what-is-the-mlc01-folder
Create a folder in a safe location named "mlc01"
This folder needs to be added to the MLC field and created by RetroDECK
/retrodeck/saves/wiiu/mlc01
The mlc01 path stores the emulated Wii U internal memory, including:
- System files and apps -> should be in the bios folder
- Installed games, updates and DLC's -> should be in the bios or roms folder
- User-created save data -> should be in the saves folder
So we would need to set the mlc01 path somwehere, like in /var/data, and then figure out which folders to link inside mlc01 and where exactly. A mere example:
bios/wiiu/cemu/ -> /var/data/cemu/mlc01/firmware
saves/wiiu/cemu -> /var/data/cemu/mlc01/saves
Or such, we would need to check this directory structure.
This seems to being already done:
This will be moved into bios/cemu/mlc in 0.9.0 probably