ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/EmuXPortal/branches/mono-xml-linq/EmuXPortal/game_example.config
Revision: 329
Committed: Tue Dec 19 00:57:24 2017 UTC (5 years, 3 months ago) by william
File size: 654 byte(s)
Log Message:
+ creating a branch to load xml data using linq

File Contents

# Content
1 <?xml version="1.0" encoding="utf-8"?>
2 <config>
3 <!-- This is an example for a config file
4 for a non-emulated PC game.
5 In this example: gnome-chess is used
6 make sure to update the image path (don't leave it blank)
7
8 * copy this config file to your PC rom folder
9 * and place it under a sub-folder and update the emu.config fo
10 * your pc games to include this folder in the entry: <EXTERNALCONFIGSPATH>configs</EXTERNALCONFIGSPATH>
11 -->
12 <GAMETITLE>Gnome Chess</GAMETITLE>
13 <GAMEIMAGE>/usr/share/icons/hicolor/512x512/apps/gnome-chess.png</GAMEIMAGE>
14 <GAMEEXE>gnome-chess</GAMEEXE>
15 <GAMEEXEARGS></GAMEEXEARGS>
16 </config>