Skip to content

Instantly share code, notes, and snippets.

@johndrinkwater
Created February 25, 2014 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johndrinkwater/9215418 to your computer and use it in GitHub Desktop.
Save johndrinkwater/9215418 to your computer and use it in GitHub Desktop.
config/DisplayOptions.xml
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<XnaContent>
<DisplayOptions>
<language guess="1" value="en"/>
<stretched value="0"/>
<fullscreen value="0"/>
<fullscreenWidth value="1920"/>
<fullscreenHeight value="1080"/>
<vsync value="1"/>
<framerate limit="0" limitframerate="60"/>
<windowedWidth value="1280"/>
<windowedHeight value="720"/>
<scale value="1.0"/>
<gameApiForceOff value="0"/>
</DisplayOptions>
</XnaContent>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment