mirror of
				https://github.com/RetroDECK/RetroDECK.git
				synced 2025-04-10 19:15:12 +00:00 
			
		
		
		
	
		
			
	
	
		
			19 lines
		
	
	
		
			700 B
		
	
	
	
		
			XML
		
	
	
	
	
	
		
		
			
		
	
	
			19 lines
		
	
	
		
			700 B
		
	
	
	
		
			XML
		
	
	
	
	
	
|  | <?xml version="1.0"?> | ||
|  | <!--
 | ||
|  | This is an example of a custom system, you can add as many as you want by following this template. | ||
|  | More info on the official ES-DE Documentation: | ||
|  | https://gitlab.com/es-de/emulationstation-de/-/blob/master/USERGUIDE.md#game-system-customizations | ||
|  | --> | ||
|  | <systemList> | ||
|  |     <!--
 | ||
|  |     <system> | ||
|  |         <name>mysystem</name> | ||
|  |         <fullname>An example fake system</fullname> | ||
|  |         <path>%ROMPATH%/mysystem</path> | ||
|  |         <extension>.bin .BIN .chd .CHD .cue .CUE .iso .ISO .7z .7Z .zip .ZIP</extension> | ||
|  |         <command label="MyEmulator">%EMULATOR_SOMETHING% %ROM%</command> | ||
|  |         <platform>mysystem</platform> | ||
|  |         <theme>mysystem</theme> | ||
|  |     </system> | ||
|  |     --> | ||
|  | </systemList> |