GameIni: Disable Broken Progressive Scan in BMX XXX
BMX XXX can detect forced Progressive Scan in Dolphin but the game will not be playable, the emulator will freeze. On an original GameCube, GC-Forever reported that "Game does not support component video output.". By default, it's better to disable the forced Progressive Scan feature on this game to make it playable and also not stuck in a broken startup.
This commit is contained in:
parent
bb15468c90
commit
1ba7779d3c
|
@ -2,6 +2,8 @@
|
|||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
# Progressive Scan is broken by the game by default, disabled feature
|
||||
ProgressiveScan = False
|
||||
|
||||
[EmuState]
|
||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
|
|
Loading…
Reference in New Issue