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>Enables/Disables Fullscreen</DESCRIPTION>
- </KEY>
- <KEY name="PerGameMemoryCards" required="false" nullable="false">
- <KEYTYPE>Boolean</KEYTYPE>
- <DESCRIPTION>Enables/Disables Support for Per-Game Memory Card support. Make sure the first time you run with this option enabled, your current memory cards are formatted and blank.</DESCRIPTION>
- </KEY>
- <KEY name="memCardPath" required="false" nullable="false">
- <KEYTYPE>FolderPath</KEYTYPE>
- <FULLROW>true</FULLROW>
- <DESCRIPTION>Relative path to your memory card folder, defaults to EmuPath\cards. Path relative to the emulator folder.</DESCRIPTION>
- <PATHTYPE>Relative</PATHTYPE>
- <BASEPATH>%EmulatorPath%</BASEPATH>
- </KEY>
- </KEYS>
- </SECTION>
- <SECTION name="%RomName%" required="false">
- <SECTIONTYPE>Rom</SECTIONTYPE>
- <KEYS>
- <KEY name="DisableMemoryCard1" required="false" nullable="false">
- <KEYTYPE>Boolean</KEYTYPE>
- <DESCRIPTION>If true, disables memory card 1 for this game. Some games may not boot if both memory cards are inserted.</DESCRIPTION>
- </KEY>
- <KEY name="DisableMemoryCard2" required="false" nullable="false">
- <KEYTYPE>Boolean</KEYTYPE>
- <DESCRIPTION>If true, disables memory card 2 for this game. Some games may not boot if both memory cards are inserted.</DESCRIPTION>
- </KEY>
- </KEYS>
- </SECTION>
- </SECTIONS>
- </INIFILE>
- </INIFILES>
- </INISCHEMA>
Advertisement
Add Comment
Please, Sign In to add comment