Retroarch Sameboy Core Missing
Posted: Sun Apr 15, 2018 1:54 pm
If you could please add the core to the options. Would be great.
Code: Select all
<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 "%path\%file%ext"" extensions=".gb,.gbc,.zip"/>
<Cmd hidden="false" name="VisualBoyAdvance" value=""%path\%file%ext"" extensions=".gb,.gbc,.zip"/>
<Cmd hidden="true" name="RetroArch [emux_gb_libretro.dll]" value="-f -L cores\emux_gb_libretro.dll "%path\%file%ext"" extensions=".gb,.gbc,.zip"/>
<Cmd hidden="true" name="RetroArch [gambatte_libretro.dll]" value="-f -L cores\gambatte_libretro.dll "%path\%file%ext"" extensions=".gb,.gbc,.zip"/>
<Cmd hidden="true" name="RetroArch [tgbdual_libretro.dll]" value="-f -L cores\tgbdual_libretro.dll "%path\%file%ext"" extensions=".gb,.gbc,.zip"/>
</Emu>
</System>
Code: Select all
<Cmd hidden="true" name="RetroArch [sameboy_libretro.dll]" value="-f -L cores\sameboy_libretro.dll "%path\%file%ext"" extensions=".gb,.gbc,.zip"/>
Code: Select all
<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 "%path\%file%ext"" extensions=".gb,.gbc,.zip"/>
<Cmd hidden="false" name="VisualBoyAdvance" value=""%path\%file%ext"" extensions=".gb,.gbc,.zip"/>
<Cmd hidden="true" name="RetroArch [emux_gb_libretro.dll]" value="-f -L cores\emux_gb_libretro.dll "%path\%file%ext"" extensions=".gb,.gbc,.zip"/>
<Cmd hidden="true" name="RetroArch [gambatte_libretro.dll]" value="-f -L cores\gambatte_libretro.dll "%path\%file%ext"" extensions=".gb,.gbc,.zip"/>
<Cmd hidden="true" name="RetroArch [tgbdual_libretro.dll]" value="-f -L cores\tgbdual_libretro.dll "%path\%file%ext"" extensions=".gb,.gbc,.zip"/>
<Cmd hidden="true" name="RetroArch [sameboy_libretro.dll]" value="-f -L cores\sameboy_libretro.dll "%path\%file%ext"" extensions=".gb,.gbc,.zip"/>
</Emu>
</System>