diff options
| author | comex <comexk@gmail.com> | 2014-10-21 21:10:39 -0400 |
|---|---|---|
| committer | comex <comexk@gmail.com> | 2014-10-21 21:10:39 -0400 |
| commit | 54035560e5b0bb5cd85dc66b1fb2265ddbba0ea9 (patch) | |
| tree | f5f152e15f44ae9101ad926a515ca0803c3c392b /Data/Sys | |
| parent | 9adf608f38a1e333f5ce30446ec7860ea4c164ef (diff) | |
| parent | 61758585f71a0419798f5af76737a58bd0da96f1 (diff) | |
Merge pull request #1332 from Stevoisiak/bittosSettingsFile
Added settings file for bittos+
Diffstat (limited to 'Data/Sys')
| -rw-r--r-- | Data/Sys/GameSettings/WIBEQK.ini | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/WIBEQK.ini b/Data/Sys/GameSettings/WIBEQK.ini new file mode 100644 index 0000000000..5afc6ee2a3 --- /dev/null +++ b/Data/Sys/GameSettings/WIBEQK.ini @@ -0,0 +1,24 @@ +# WIBEQK - bittos+ + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 2 +EmulationIssues = Low FPS with OpenGL, crashes with Direct3D + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] + +[Video_Settings] +UseXFB = True +UseRealXFB = False |
