mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 07:35:38 +00:00
Added the .m3u file extension to the pcfx system.
This commit is contained in:
parent
0ffa4fd935
commit
0f8cb1d2a1
|
@ -1083,7 +1083,7 @@
|
|||
<name>pcfx</name>
|
||||
<fullname>NEC PC-FX</fullname>
|
||||
<path>%ROMPATH%/pcfx</path>
|
||||
<extension>.cue CUE .ccd .CCD .toc .TOC .chd .CHD .7z .7Z .zip .ZIP</extension>
|
||||
<extension>.ccd .CCD .chd .CHD .cue CUE .m3u .M3U .toc .TOC .7z .7Z .zip .ZIP</extension>
|
||||
<command label="Beetle PC-FX">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mednafen_pcfx_libretro.dylib %ROM%</command>
|
||||
<command label="Mednafen (Standalone)">%EMULATOR_MEDNAFEN% -force_module pcfx %ROM%</command>
|
||||
<platform>pcfx</platform>
|
||||
|
|
|
@ -1102,7 +1102,7 @@
|
|||
<name>pcfx</name>
|
||||
<fullname>NEC PC-FX</fullname>
|
||||
<path>%ROMPATH%/pcfx</path>
|
||||
<extension>.cue CUE .ccd .CCD .toc .TOC .chd .CHD .7z .7Z .zip .ZIP</extension>
|
||||
<extension>.ccd .CCD .chd .CHD .cue CUE .m3u .M3U .toc .TOC .7z .7Z .zip .ZIP</extension>
|
||||
<command label="Beetle PC-FX">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mednafen_pcfx_libretro.so %ROM%</command>
|
||||
<command label="Mednafen (Standalone)">%EMULATOR_MEDNAFEN% -force_module pcfx %ROM%</command>
|
||||
<platform>pcfx</platform>
|
||||
|
|
|
@ -1104,7 +1104,7 @@
|
|||
<name>pcfx</name>
|
||||
<fullname>NEC PC-FX</fullname>
|
||||
<path>%ROMPATH%\pcfx</path>
|
||||
<extension>.cue CUE .ccd .CCD .toc .TOC .chd .CHD .7z .7Z .zip .ZIP</extension>
|
||||
<extension>.ccd .CCD .chd .CHD .cue CUE .m3u .M3U .toc .TOC .7z .7Z .zip .ZIP</extension>
|
||||
<command label="Beetle PC-FX">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mednafen_pcfx_libretro.dll %ROM%</command>
|
||||
<command label="Mednafen (Standalone)">%EMULATOR_MEDNAFEN% -force_module pcfx %ROM%</command>
|
||||
<platform>pcfx</platform>
|
||||
|
|
Loading…
Reference in a new issue