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

File Contents

# User Rev Content
1 william 17 <?xml version="1.0" encoding="utf-8"?>
2     <config>
3     <PLATFORMNAMESHORT></PLATFORMNAMESHORT>
4     <PLATFORMNAMELONG></PLATFORMNAMELONG>
5     <PLATFORMIMAGE></PLATFORMIMAGE>
6     <EXTENSIONS></EXTENSIONS>
7     <EMULATORPATH></EMULATORPATH>
8     <EMULATOROPTIONS></EMULATOROPTIONS>
9 william 283 <!-- Below example is for non-emulated games
10     the configs folder resides within the a folder named PC
11     under the roms path
12     -->
13     <!--
14     <PLATFORMNAMESHORT>PC</PLATFORMNAMESHORT>
15     <PLATFORMNAMELONG>PC Games</PLATFORMNAMELONG>
16     <PLATFORMIMAGE></PLATFORMIMAGE>
17     <EXTERNALCONFIGSPATH>configs</EXTERNALCONFIGSPATH>
18     -->
19 william 17 </config>