diff options
| author | Tony Drake <t27duck@gmail.com> | 2015-08-31 21:16:38 -0400 |
|---|---|---|
| committer | Tony Drake <t27duck@gmail.com> | 2015-08-31 21:16:38 -0400 |
| commit | 6d4b7b6cf616dcdccfb0f8a8936759d385fee97e (patch) | |
| tree | 3bd032dc7b8ad03dc67069910d177385b5890153 | |
| parent | b9ea9c05ad8287462cfbbc1c19620f98f9eaad26 (diff) | |
Added missing Mega Man 5 INI file
While going through and testing various NES VC games, I noticed Mega Man
5 was just displaying a black screen but the sound and button inputs
were working as expected. Turns out, there is no INI file for that game
id. Copying and renaming Mega Man 4's INI file appears to be enough to
get the game going.
| -rw-r--r-- | Data/Sys/GameSettings/FFY.ini | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/FFY.ini b/Data/Sys/GameSettings/FFY.ini new file mode 100644 index 0000000000..12c0b16789 --- /dev/null +++ b/Data/Sys/GameSettings/FFY.ini @@ -0,0 +1,29 @@ +# FFYE01, FFYJ01, FFYP01 - Mega Man 5 + +[Core] +# Values set here will override the main Dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = Texture filtering will cause glitches. +EmulationStateId = 4 + +[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 |
