From 1ba7779d3c4b85ccd2a98ef09d4d4bbdb82c137a Mon Sep 17 00:00:00 2001 From: Catarax Date: Mon, 20 Jun 2016 15:29:35 +0200 Subject: [PATCH] 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. --- Data/Sys/GameSettings/GB3.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Data/Sys/GameSettings/GB3.ini b/Data/Sys/GameSettings/GB3.ini index 936341400c..707cbb4f39 100644 --- a/Data/Sys/GameSettings/GB3.ini +++ b/Data/Sys/GameSettings/GB3.ini @@ -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.