mirror of
				https://github.com/RetroDECK/ES-DE.git
				synced 2025-04-10 19:15:13 +00:00 
			
		
		
		
	Added two command line options to the standalone PPSSPP and DuckStation emulators.
This commit is contained in:
		
							parent
							
								
									74ce3fa08a
								
							
						
					
					
						commit
						9c485aeef8
					
				|  | @ -986,7 +986,7 @@ | |||
|         <path>%ROMPATH%/psp</path> | ||||
|         <extension>.elf .ELF .iso .ISO .cso .CSO .prx .PRX .pbp .PBP .7z .7Z .zip .ZIP</extension> | ||||
|         <command label="PPSSPP">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/ppsspp_libretro.dylib %ROM%</command> | ||||
|         <command label="PPSSPP (Standalone)">%EMULATOR_PPSSPP% %ROM%</command> | ||||
|         <command label="PPSSPP (Standalone)">%EMULATOR_PPSSPP% --escape-exit %ROM%</command> | ||||
|         <platform>psp</platform> | ||||
|         <theme>psp</theme> | ||||
|     </system> | ||||
|  | @ -1008,7 +1008,7 @@ | |||
|         <command label="Beetle PSX HW">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mednafen_psx_hw_libretro.dylib %ROM%</command> | ||||
|         <command label="PCSX ReARMed">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/pcsx_rearmed_libretro.dylib %ROM%</command> | ||||
|         <command label="SwanStation">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/swanstation_libretro.dylib %ROM%</command> | ||||
|         <command label="DuckStation (Standalone)">%EMULATOR_DUCKSTATION% %ROM%</command> | ||||
|         <command label="DuckStation (Standalone)">%EMULATOR_DUCKSTATION% -batch %ROM%</command> | ||||
|         <platform>psx</platform> | ||||
|         <theme>psx</theme> | ||||
|     </system> | ||||
|  |  | |||
|  | @ -992,7 +992,7 @@ | |||
|         <path>%ROMPATH%/psp</path> | ||||
|         <extension>.elf .ELF .iso .ISO .cso .CSO .prx .PRX .pbp .PBP .7z .7Z .zip .ZIP</extension> | ||||
|         <command label="PPSSPP">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/ppsspp_libretro.so %ROM%</command> | ||||
|         <command label="PPSSPP (Standalone)">%EMULATOR_PPSSPP% %ROM%</command> | ||||
|         <command label="PPSSPP (Standalone)">%EMULATOR_PPSSPP% --escape-exit %ROM%</command> | ||||
|         <platform>psp</platform> | ||||
|         <theme>psp</theme> | ||||
|     </system> | ||||
|  | @ -1015,7 +1015,7 @@ | |||
|         <command label="PCSX ReARMed">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/pcsx_rearmed_libretro.so %ROM%</command> | ||||
|         <command label="SwanStation">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/swanstation_libretro.so %ROM%</command> | ||||
|         <command label="DuckStation">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/duckstation_libretro.so %ROM%</command> | ||||
|         <command label="DuckStation (Standalone)">%EMULATOR_DUCKSTATION% %ROM%</command> | ||||
|         <command label="DuckStation (Standalone)">%EMULATOR_DUCKSTATION% -batch %ROM%</command> | ||||
|         <platform>psx</platform> | ||||
|         <theme>psx</theme> | ||||
|     </system> | ||||
|  |  | |||
|  | @ -991,7 +991,7 @@ | |||
|         <path>%ROMPATH%\psp</path> | ||||
|         <extension>.elf .ELF .iso .ISO .cso .CSO .prx .PRX .pbp .PBP .7z .7Z .zip .ZIP</extension> | ||||
|         <command label="PPSSPP">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\ppsspp_libretro.dll %ROM%</command> | ||||
|         <command label="PPSSPP (Standalone)">%EMULATOR_PPSSPP% %ROM%</command> | ||||
|         <command label="PPSSPP (Standalone)">%EMULATOR_PPSSPP% --escape-exit %ROM%</command> | ||||
|         <platform>psp</platform> | ||||
|         <theme>psp</theme> | ||||
|     </system> | ||||
|  | @ -1014,7 +1014,7 @@ | |||
|         <command label="PCSX ReARMed">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\pcsx_rearmed_libretro.dll %ROM%</command> | ||||
|         <command label="SwanStation">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\swanstation_libretro.dll %ROM%</command> | ||||
|         <command label="DuckStation">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\duckstation_libretro.dll %ROM%</command> | ||||
|         <command label="DuckStation (Standalone)">%EMULATOR_DUCKSTATION% %ROM%</command> | ||||
|         <command label="DuckStation (Standalone)">%EMULATOR_DUCKSTATION% -batch %ROM%</command> | ||||
|         <platform>psx</platform> | ||||
|         <theme>psx</theme> | ||||
|     </system> | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Leon Styhre
						Leon Styhre