Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?>
- <INISCHEMA>
- <INIFILES>
- <INIFILE name="%ModuleName%" required="false">
- <INITYPE>Module</INITYPE>
- <SECTIONS>
- <SECTION name="settings" required="false">
- <SECTIONTYPE>Global</SECTIONTYPE>
- <KEYS>
- <KEY name="Fullscreen" required="false" nullable="false">
- <KEYTYPE>Boolean</KEYTYPE>
- <DESCRIPTION>If true emulator will run fullscreen.</DESCRIPTION>
- </KEY>
- <KEY name="ExitKey" required="false" nullable="true">
- <KEYTYPE>String</KEYTYPE>
- <DESCRIPTION>Set Nestopia's Exit key.</DESCRIPTION>
- </KEY>
- <KEY name="ToggleMenuKey" required="false" nullable="true">
- <KEYTYPE>String</KEYTYPE>
- <DESCRIPTION>Set Nestopia's Toggle Menu key. Make sure this is not the same as your exit key.</DESCRIPTION>
- </KEY>
- <KEY name="bezelTopOffset" required="false" nullable="false">
- <KEYTYPE>Integer</KEYTYPE>
- <DESCRIPTION>If you see part of the emulator window at the top of your playing screen increase this value. If your playing screen is hidden at the top decrease it.</DESCRIPTION>
- </KEY>
- <KEY name="bezelBottomOffset" required="false" nullable="false">
- <KEYTYPE>Integer</KEYTYPE>
- <DESCRIPTION>If you see part of the emulator window at the bottom of your playing screen increase this value. If your playing screen is hidden at the bottom decrease it.</DESCRIPTION>
- </KEY>
- <KEY name="bezelLeftOffset" required="false" nullable="false">
- <KEYTYPE>Integer</KEYTYPE>
- <DESCRIPTION>If you see part of the emulator window at the left of your playing screen increase this value. If your playing screen is hidden at the left decrease it.</DESCRIPTION>
- </KEY>
- <KEY name="bezelRightOffset" required="false" nullable="false">
- <KEYTYPE>Integer</KEYTYPE>
- <DESCRIPTION>If you see part of the emulator window at the right of your playing screen increase this value. If your playing screen is hidden at the right decrease it.</DESCRIPTION>
- </KEY>
- </KEYS>
- </SECTION>
- <SECTION name="%RomName%" required="false">
- <SECTIONTYPE>Rom</SECTIONTYPE>
- <KEYS>
- <KEY name="force4players" required="false" nullable="false">
- <KEYTYPE>Boolean</KEYTYPE>
- <DESCRIPTION>Some games will not be automatically recognaiced as 4 players games, set this to true to force 4 pads.</DESCRIPTION>
- </KEY>
- </KEYS>
- </SECTION>
- </SECTIONS>
- </INIFILE>
- </INIFILES>
- </INISCHEMA>
Advertisement
Add Comment
Please, Sign In to add comment