Project

General

Profile

Emulator Issues #9999

Updated by JosJuice almost 7 years ago

The "Skip BIOS" checkbox in the GameCube tab of the general config is only supposed to be enabled when a BIOS file is available (and the core isn't running): https://github.com/dolphin-emu/dolphin/blob/bfa9cc27361415a78ddb366764be6f929bf78d6a/Source/Core/DolphinWX/Config/GameCubeConfigPane.cpp#L74 https://github.com/dolphin-emu/dolphin/pull/4427/commits/bfa9cc27361415a78ddb366764be6f929bf78d6a 

 However, https://github.com/dolphin-emu/dolphin/pull/4427/commits/bfa9cc27361415a78ddb366764be6f929bf78d6a made it so that the checkbox always is enabled as long as the core isn't running, ignoring the BIOS file check.

Back