Francommit / win10_emulation_station

Emulation Station for Windows 10/11
https://francommit.com/emulationstation/
158 stars 27 forks source link

No entry for Game Boy (original) in es_systems.cfg #37

Closed MagikGimp closed 4 years ago

MagikGimp commented 4 years ago

I guess it was just overlooked? This adds a separate list of games for that system. It's very similar to the code for the GBC. Paste it in after Gamecube:

<system>
        <fullname>Game Boy</fullname>
        <name>gb</name>
        <path>[CHANGE THIS TO YOUR ROMS DIRECTORY]</path>
        <extension>.gb .zip .ZIP .7z</extension>
        <command>C:\Users\[YOUR USERNAME]\.emulationstation\systems\retroarch\retroarch.exe -L C:\Users\[YOUR USERNAME]\.emulationstation\systems\retroarch\cores\gambatte_libretro.dll %ROM%</command>
        <platform>gb</platform>
        <theme>gb</theme>
    </system>
Francommit commented 4 years ago

Fixed here - https://github.com/Francommit/win10_emulation_station/commit/fc34a0acba1394067f3b964a8853f7867e2f9e88

Cheers