File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -181,3 +181,32 @@ Requires a [Nintendo GameBoy Advance Core](http://wiki.libretro.com/index.php?ti
181181 <theme >gba</theme >
182182</system >
183183```
184+
185+ ## [ Steam] ( http://store.steampowered.com )
186+
187+ 1 . Create a folder at ` ~/.emulationstation/steam `
188+ ```
189+ mkdir -p ~/.emulationstation/steam
190+ ```
191+ 2 . Add text files for each Steam game you would like to have available through
192+ EmulationStation where:
193+ * The file name represents the game's name
194+ * The contents of the file represents the Steam application ID (found from the
195+ game's Steam store page)
196+
197+ ```
198+ cd ~/.emulationstation/steam
199+ echo "250900" >> "The Binding of Isaac: Rebirth.txt"
200+ ```
201+
202+ ``` xml
203+ <system >
204+ <name >steam</name >
205+ <fullname >Steam</fullname >
206+ <path >~/.emulationstation/steam</path >
207+ <extension >.txt</extension >
208+ <command >steam steam://rungameid/$(tail %ROM%)</command >
209+ <platform >pc</platform >
210+ <theme >steam</theme >
211+ </system >
212+ ```
You can’t perform that action at this time.
0 commit comments