mGalaxy forum

General Discussions => mGalaxy Wishlist => Topic started by: LateNightRetro on April 15, 2018, 08:54:01 AM

Title: Retroarch Sameboy Core Missing
Post by: LateNightRetro on April 15, 2018, 08:54:01 AM
If you could please add the core to the options. Would be great.
Title: Re: Retroarch Sameboy Core Missing
Post by: mgalaxy on April 16, 2018, 11:14:01 AM
I've just added it! (available with next version)
In the meantime you can already add it to your systems by following those steps:

- Open "C:\Program Files (x86)\mGalaxy\Data\BaseSystems\BaseSystems.xml" file with a text editor.

- Do a search on "Nintendo GB"

- You'll see that bloc of code:
Code: (xml) [Select]
<System type="Console">
<Name ss="9" em="Nintendo_Game_Boy" tgdb="Nintendo Game Boy" gb="3|GB">Nintendo GB</Name>
<Emu selected="Gambatte [Script]">
<Cmd hidden="false" name="Gambatte [Script]" value="-f &quot;%path\%file%ext&quot;" extensions=".gb,.gbc,.zip"/>
<Cmd hidden="false" name="VisualBoyAdvance" value="&quot;%path\%file%ext&quot;" extensions=".gb,.gbc,.zip"/>
<Cmd hidden="true" name="RetroArch [emux_gb_libretro.dll]" value="-f -L cores\emux_gb_libretro.dll &quot;%path\%file%ext&quot;" extensions=".gb,.gbc,.zip"/>
<Cmd hidden="true" name="RetroArch [gambatte_libretro.dll]" value="-f -L cores\gambatte_libretro.dll &quot;%path\%file%ext&quot;" extensions=".gb,.gbc,.zip"/>
<Cmd hidden="true" name="RetroArch [tgbdual_libretro.dll]" value="-f -L cores\tgbdual_libretro.dll &quot;%path\%file%ext&quot;" extensions=".gb,.gbc,.zip"/>
</Emu>
</System>

- Copy this line
Code: (xml) [Select]
<Cmd hidden="true" name="RetroArch [sameboy_libretro.dll]" value="-f -L cores\sameboy_libretro.dll &quot;%path\%file%ext&quot;" extensions=".gb,.gbc,.zip"/>... and paste it just before the </Emu> tag.

You should end up with something like this:
Code: (xml) [Select]
<System type="Console">
<Name ss="9" em="Nintendo_Game_Boy" tgdb="Nintendo Game Boy" gb="3|GB">Nintendo GB</Name>
<Emu selected="Gambatte [Script]">
<Cmd hidden="false" name="Gambatte [Script]" value="-f &quot;%path\%file%ext&quot;" extensions=".gb,.gbc,.zip"/>
<Cmd hidden="false" name="VisualBoyAdvance" value="&quot;%path\%file%ext&quot;" extensions=".gb,.gbc,.zip"/>
<Cmd hidden="true" name="RetroArch [emux_gb_libretro.dll]" value="-f -L cores\emux_gb_libretro.dll &quot;%path\%file%ext&quot;" extensions=".gb,.gbc,.zip"/>
<Cmd hidden="true" name="RetroArch [gambatte_libretro.dll]" value="-f -L cores\gambatte_libretro.dll &quot;%path\%file%ext&quot;" extensions=".gb,.gbc,.zip"/>
<Cmd hidden="true" name="RetroArch [tgbdual_libretro.dll]" value="-f -L cores\tgbdual_libretro.dll &quot;%path\%file%ext&quot;" extensions=".gb,.gbc,.zip"/>
<Cmd hidden="true" name="RetroArch [sameboy_libretro.dll]" value="-f -L cores\sameboy_libretro.dll &quot;%path\%file%ext&quot;" extensions=".gb,.gbc,.zip"/>
</Emu>
</System>

- Do exactly the same (with the same line) for "Nintendo GBC"