As from last main MiSTer update - MGL: add setname tag to make a separate profiles for same core."
This is the diff in GitHub:
https://github.com/MiSTer-devel/Main_Mi ... 226810e1c5
So, how can now we launch two separate profiles for the same core (eg "Minimig Amiga" and "Minimi Shapeshifter")?
Thanks!
Launch a separate profile for Minimig
-
- Posts: 313
- Joined: Thu Sep 16, 2021 10:54 pm
- Has thanked: 840 times
- Been thanked: 51 times
- wark91
- Core Developer
- Posts: 334
- Joined: Sun May 24, 2020 8:34 pm
- Has thanked: 447 times
- Been thanked: 95 times
Re: Launch a separate profile for Minimig
You need to create a MGL file. You will have an example below.
Some elements may need to be adapt.
<rbf> the path where the RBF is deployed
<setname> the name of the core
MGLFILE;
<mistergamedescription>
<rbf>_Computers/Minimig</rbf>
<setname>MinimiShapeshifter</setname>
</mistergamedescription>
In this case the MGL file will search datas in games/MinimiShapeshifter/ and will have configfiles like this config/MinimiShapeshifter.cfg
Some elements may need to be adapt.
<rbf> the path where the RBF is deployed
<setname> the name of the core
MGLFILE;
<mistergamedescription>
<rbf>_Computers/Minimig</rbf>
<setname>MinimiShapeshifter</setname>
</mistergamedescription>
In this case the MGL file will search datas in games/MinimiShapeshifter/ and will have configfiles like this config/MinimiShapeshifter.cfg
-
- Posts: 313
- Joined: Thu Sep 16, 2021 10:54 pm
- Has thanked: 840 times
- Been thanked: 51 times
Re: Launch a separate profile for Minimig
Very clear, thanks a lot!wark91 wrote: ↑Sun Jul 24, 2022 6:20 pm You need to create a MGL file. You will have an example below.
Some elements may need to be adapt.
<rbf> the path where the RBF is deployed
<setname> the name of the core
MGLFILE;
<mistergamedescription>
<rbf>_Computers/Minimig</rbf>
<setname>MinimiShapeshifter</setname>
</mistergamedescription>
In this case the MGL file will search datas in games/MinimiShapeshifter/ and will have configfiles like this config/MinimiShapeshifter.cfg