mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Added the .ps3 extension for the ps3 system and .svm extension for the scummvm system.
Also removed the .7z and .zip extensions for the scummvm system.
This commit is contained in:
parent
440e089847
commit
6ef74bc305
|
@ -966,7 +966,7 @@
|
|||
<name>ps3</name>
|
||||
<fullname>Sony PlayStation 3</fullname>
|
||||
<path>%ROMPATH%/ps3</path>
|
||||
<extension>.ps3dir .PS3DIR</extension>
|
||||
<extension>.ps3 .PS3 .ps3dir .PS3DIR</extension>
|
||||
<command label="RPCS3 (Standalone)">%EMULATOR_RPCS3% --no-gui %ROM%</command>
|
||||
<platform>ps3</platform>
|
||||
<theme>ps3</theme>
|
||||
|
@ -1059,7 +1059,7 @@
|
|||
<name>scummvm</name>
|
||||
<fullname>ScummVM Game Engine</fullname>
|
||||
<path>%ROMPATH%/scummvm</path>
|
||||
<extension>.scummvm .7z .7Z .zip .ZIP</extension>
|
||||
<extension>.scummvm .SCUMMVM .svm .SVM</extension>
|
||||
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/scummvm_libretro.dylib %ROM%</command>
|
||||
<platform>scummvm</platform>
|
||||
<theme>scummvm</theme>
|
||||
|
|
|
@ -972,7 +972,7 @@
|
|||
<name>ps3</name>
|
||||
<fullname>Sony PlayStation 3</fullname>
|
||||
<path>%ROMPATH%/ps3</path>
|
||||
<extension>.ps3dir .PS3DIR</extension>
|
||||
<extension>.ps3 .PS3 .ps3dir .PS3DIR</extension>
|
||||
<command label="RPCS3 (Standalone)">%EMULATOR_RPCS3% --no-gui %ROM%</command>
|
||||
<platform>ps3</platform>
|
||||
<theme>ps3</theme>
|
||||
|
@ -1070,7 +1070,7 @@
|
|||
<name>scummvm</name>
|
||||
<fullname>ScummVM Game Engine</fullname>
|
||||
<path>%ROMPATH%/scummvm</path>
|
||||
<extension>.scummvm .7z .7Z .zip .ZIP</extension>
|
||||
<extension>.scummvm .SCUMMVM .svm .SVM</extension>
|
||||
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/scummvm_libretro.so %ROM%</command>
|
||||
<platform>scummvm</platform>
|
||||
<theme>scummvm</theme>
|
||||
|
|
|
@ -971,7 +971,7 @@
|
|||
<name>ps3</name>
|
||||
<fullname>Sony PlayStation 3</fullname>
|
||||
<path>%ROMPATH%\ps3</path>
|
||||
<extension>.ps3dir .PS3DIR</extension>
|
||||
<extension>.ps3 .PS3 .ps3dir .PS3DIR</extension>
|
||||
<command label="RPCS3 (Standalone)">%EMULATOR_RPCS3% --no-gui %ROM%</command>
|
||||
<platform>ps3</platform>
|
||||
<theme>ps3</theme>
|
||||
|
@ -1069,7 +1069,7 @@
|
|||
<name>scummvm</name>
|
||||
<fullname>ScummVM Game Engine</fullname>
|
||||
<path>%ROMPATH%\scummvm</path>
|
||||
<extension>.scummvm .7z .7Z .zip .ZIP</extension>
|
||||
<extension>.scummvm .SCUMMVM .svm .SVM</extension>
|
||||
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\scummvm_libretro.dll %ROM%</command>
|
||||
<platform>scummvm</platform>
|
||||
<theme>scummvm</theme>
|
||||
|
|
Loading…
Reference in a new issue