Added the SAME CDi and CDi 2015 RetroArch cores for the cdimono1 system.

This commit is contained in:
Leon Styhre 2022-05-01 16:42:48 +02:00
parent 5b08e655af
commit 00d0a34646
3 changed files with 9 additions and 6 deletions

View file

@ -259,8 +259,9 @@
<name>cdimono1</name>
<fullname>Philips CD-i</fullname>
<path>%ROMPATH%/cdimono1</path>
<extension>.7z .7Z .zip .ZIP</extension>
<command>PLACEHOLDER %ROM%</command>
<extension>.chd .CHD .cue .CUE .iso .ISO</extension>
<command label="SAME CDi">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/same_cdi_libretro.dylib %ROM%</command>
<command label="CDi 2015">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/cdi2015_libretro.dylib %ROM%</command>
<platform>cdimono1</platform>
<theme>cdimono1</theme>
</system>

View file

@ -260,8 +260,9 @@
<name>cdimono1</name>
<fullname>Philips CD-i</fullname>
<path>%ROMPATH%/cdimono1</path>
<extension>.7z .7Z .zip .ZIP</extension>
<command>PLACEHOLDER %ROM%</command>
<extension>.chd .CHD .cue .CUE .iso .ISO</extension>
<command label="SAME CDi">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/same_cdi_libretro.so %ROM%</command>
<command label="CDi 2015">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/cdi2015_libretro.so %ROM%</command>
<platform>cdimono1</platform>
<theme>cdimono1</theme>
</system>

View file

@ -260,8 +260,9 @@
<name>cdimono1</name>
<fullname>Philips CD-i</fullname>
<path>%ROMPATH%\cdimono1</path>
<extension>.7z .7Z .zip .ZIP</extension>
<command>PLACEHOLDER %ROM%</command>
<extension>.chd .CHD .cue .CUE .iso .ISO</extension>
<command label="SAME CDi">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\same_cdi_libretro.dll %ROM%</command>
<command label="CDi 2015">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\cdi2015_libretro.dll %ROM%</command>
<platform>cdimono1</platform>
<theme>cdimono1</theme>
</system>