From 2cd05f2225e8a8423d43e61c8bf3e484e1c275a1 Mon Sep 17 00:00:00 2001 From: Scott Mansell Date: Sat, 5 Sep 2015 14:05:48 +1200 Subject: [PATCH] Merge pull request #2968 from t27duck/lost_levels_missing_ini Add missing INI file for SMB: The Lost Levels --- Data/Sys/GameSettings/FB2.ini | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Data/Sys/GameSettings/FB2.ini 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