Hi, I use the Emulga Theme which needs the correct theme tag to display the wheel correctly.
<system>
<fullname>PC Engine CD</fullname>
<name>pcenginecd</name>
<path>/userdata/roms/pcenginecd</path>
<extension>.pce .PCE .cue .CUE .ccd .CCD .iso .ISO .img .IMG .chd .CHD .zip .ZIP .7z .7Z</extension>
<command>python /usr/lib/python2.7/site-packages/configgen/emulatorlauncher.py %CONTROLLERSCONFIG% -system %SYSTEM% -rom %ROM%</command>
<platform>pcenginecd</platform>
**<theme>pce-cd</theme>**
<emulators>
<emulator name="libretro">
<cores>
<core default="true">pce_fast</core>
</cores>
</emulator>
</emulators>
</system>
<system>
It should read “pcenginecd” not “pce-cd”. Can you change it in the next release update please? Thanks!