RetroDECK / RetroDECK

RetroDECK brings you an all-in-one sandboxed application to play your retro games (and even not-so-retro games) on Linux/SteamOS.
https://retrodeck.net
GNU General Public License v3.0
759 stars 35 forks source link

CEMU - MLC01 misplaced #668

Open Lazorne opened 7 months ago

Lazorne commented 7 months ago

image

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

XargonWan commented 7 months ago

The mlc01 path stores the emulated Wii U internal memory, including:

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.

XargonWan commented 6 months ago

This seems to being already done:

Image

Image

XargonWan commented 5 months ago

This will be moved into bios/cemu/mlc in 0.9.0 probably