mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-29 00:34:52 +00:00
Merge pull request #2933 from t27duck/mm5_missing_ini
Added missing Mega Man 5 INI file
This commit is contained in:
parent
4120102305
commit
31584057a3
1 changed files with 29 additions and 0 deletions
29
Data/Sys/GameSettings/FFY.ini
Normal file
29
Data/Sys/GameSettings/FFY.ini
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue