mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-29 00:34:52 +00:00
Merge pull request #3912 from Catarax/master
GameIni: Disable Broken Progressive Scan in BMX XXX
This commit is contained in:
commit
e813eed70b
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main Dolphin settings.
|
# Values set here will override the main Dolphin settings.
|
||||||
|
# Progressive Scan is broken by the game by default, disabled feature
|
||||||
|
ProgressiveScan = False
|
||||||
|
|
||||||
[EmuState]
|
[EmuState]
|
||||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
|
|
Loading…
Add table
Reference in a new issue