rlauncher & Emulationstation How?

ALIE

New member
RL Member
i have searched on the matter and seen people having done it successfully. but i cant find a solution assuming something would have to be added in the ES system config ?. would really love the space saving option of a compressed game
 

stellarwiid

New member
RL Member
An example of my NES setup:

Code:
	<system>
		<name>nes</name>
		<fullname>Nintendo Entertainment System</fullname>
		<path>~\Roms\Nintendo Entertainment System</path>
		<extension>.nes .NES</extension>
		<command>%HOME%\RocketLauncher\RocketLauncher.exe -s "Nintendo Entertainment System" -r "%ROM_RAW%"</command>
		<platform>nes</platform>
		<theme>nes</theme>
	</system>

-s refers to the system name in rocket launcher, and -r refers to the rom name.
 
Top