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:
Leon Styhre 2022-04-21 21:10:26 +02:00
parent 440e089847
commit 6ef74bc305
3 changed files with 6 additions and 6 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>