Advertisement
Guest User

GameBrowser.xml (Client)

a guest
Jan 25th, 2014
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.12 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <GameBrowserSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3.   <GameSystems>
  4.     <anyType xsi:type="GameSystem">
  5.       <Name>Game Boy</Name>
  6.       <Executable>C:\Emulators\VBA-M\VisualBoyAdvance-M.exe</Executable>
  7.       <Switches>"{rom}"</Switches>
  8.     </anyType>
  9.     <anyType xsi:type="GameSystem">
  10.       <Name>Game Boy Advance</Name>
  11.       <Executable>C:\Emulators\VBA-M\VisualBoyAdvance-M.exe</Executable>
  12.       <Switches>"{rom}"</Switches>
  13.     </anyType>
  14.     <anyType xsi:type="GameSystem">
  15.       <Name>Game Boy Color</Name>
  16.       <Executable>C:\Emulators\VBA-M\VisualBoyAdvance-M.exe</Executable>
  17.       <Switches>"{rom}"</Switches>
  18.     </anyType>
  19.     <anyType xsi:type="GameSystem">
  20.       <Name>Gamecube</Name>
  21.       <Executable>C:\Emulators\Dolphin\Dolphin.exe</Executable>
  22.       <Switches>/b /e "{rom}"</Switches>
  23.     </anyType>
  24.     <anyType xsi:type="GameSystem">
  25.       <Name>Nintendo</Name>
  26.       <Executable />
  27.       <Switches>"{rom}"</Switches>
  28.     </anyType>
  29.     <anyType xsi:type="GameSystem">
  30.       <Name>Nintendo 64</Name>
  31.       <Executable>C:\Emulators\Project64\Project64.exe</Executable>
  32.       <Switches>"{rom}"</Switches>
  33.     </anyType>
  34.     <anyType xsi:type="GameSystem">
  35.       <Name>Nintendo DS</Name>
  36.       <Executable>C:\Emulators\DeSmuME\DeSmuME.exe</Executable>
  37.       <Switches>"{rom}"</Switches>
  38.     </anyType>
  39.     <anyType xsi:type="GameSystem">
  40.       <Name>PS2</Name>
  41.       <Executable>C:\Emulators\ePSXe\ePSXe.exe</Executable>
  42.       <Switches>"{rom}"</Switches>
  43.     </anyType>
  44.     <anyType xsi:type="GameSystem">
  45.       <Name>Sony Playstation</Name>
  46.       <Executable>C:\Emulators\ePSXe\ePSXe.exe</Executable>
  47.       <Switches>"{rom}"</Switches>
  48.     </anyType>
  49.     <anyType xsi:type="GameSystem">
  50.       <Name>Super Nintendo</Name>
  51.       <Executable>C:\Emulators\ZSNES\zsnesw.exe</Executable>
  52.       <Switches>"{rom}"</Switches>
  53.     </anyType>
  54.   </GameSystems>
  55.   <DosGames />
  56.   <WinGames />
  57.   <EnableQuitKey>false</EnableQuitKey>
  58.   <SelectedQuitKey>0</SelectedQuitKey>
  59. </GameBrowserSettings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement