Replaced the RetroArch core 4DO with Opera for the 3do system.

This commit is contained in:
Leon Styhre 2022-04-09 11:17:53 +02:00
parent 4e13739e58
commit 526e41b5d2
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
<fullname>3DO</fullname>
<path>%ROMPATH%/3do</path>
<extension>.iso .ISO .bin .BIN .chd .CHD .cue .CUE .7z .7Z .zip .ZIP</extension>
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/4do_libretro.dylib %ROM%</command>
<command label="Opera">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/opera_libretro.dylib %ROM%</command>
<platform>3do</platform>
<theme>3do</theme>
</system>

View file

@ -6,7 +6,7 @@
<fullname>3DO</fullname>
<path>%ROMPATH%/3do</path>
<extension>.iso .ISO .bin .BIN .chd .CHD .cue .CUE .7z .7Z .zip .ZIP</extension>
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/4do_libretro.so %ROM%</command>
<command label="Opera">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/opera_libretro.so %ROM%</command>
<platform>3do</platform>
<theme>3do</theme>
</system>

View file

@ -6,7 +6,7 @@
<fullname>3DO</fullname>
<path>%ROMPATH%\3do</path>
<extension>.iso .ISO .bin .BIN .chd .CHD .cue .CUE .7z .7Z .zip .ZIP</extension>
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\4do_libretro.dll %ROM%</command>
<command label="Opera">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\opera_libretro.dll %ROM%</command>
<platform>3do</platform>
<theme>3do</theme>
</system>