diff options
| author | Tony Drake <t27duck@gmail.com> | 2015-09-04 21:36:02 -0400 |
|---|---|---|
| committer | Tony Drake <t27duck@gmail.com> | 2015-09-04 21:36:02 -0400 |
| commit | f67d8ac5246535c6e4d2400a8407dc3f06926987 (patch) | |
| tree | 8647a3ffce76a6d0b3dea8cff88783210f6df223 /Data/Sys | |
| parent | 3a04c771808d2967ff54f3a8b7af9fed3428fd21 (diff) | |
Add missing INI file for SMB: The Lost Levels
Lost Levels NES VC game was missing an INI file and prevented it from
displaying anything but a black screen. This seems to get the graphics
working.
Played though 1-2 without issue.
Diffstat (limited to 'Data/Sys')
| -rw-r--r-- | Data/Sys/GameSettings/FB2.ini | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/FB2.ini b/Data/Sys/GameSettings/FB2.ini new file mode 100644 index 0000000000..ee42a85e06 --- /dev/null +++ b/Data/Sys/GameSettings/FB2.ini @@ -0,0 +1,29 @@ +# FB2E01, FB2P01 - Super Mario Bros. The Lost Levels + +[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 = 4 +EmulationIssues = Texture filtering will cause glitches. + +[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_Settings] +SafeTextureCacheColorSamples = 0 +EFBScale = 2 + +[Video_Hacks] +EFBToTextureEnable = False + +[Video_Enhancements] +MaxAnisotropy = 0 +ForceFiltering = False |
