mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
1ba7779d3c
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.
21 lines
475 B
INI
21 lines
475 B
INI
# GB3E51, GB3P51 - BMX XXX
|
|
|
|
[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.
|
|
EmulationStateId = 4
|
|
EmulationIssues =
|
|
|
|
[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.
|