mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
GeneralPane: Add BalloonTip to cheats checkbox
This commit is contained in:
parent
b2107023ba
commit
d9336a5de0
5 changed files with 12 additions and 17 deletions
|
@ -266,7 +266,7 @@ void AchievementSettingsWidget::ToggleHardcore()
|
|||
if (Config::Get(Config::MAIN_EMULATION_SPEED) < 1.0f)
|
||||
Config::SetBaseOrCurrent(Config::MAIN_EMULATION_SPEED, 1.0f);
|
||||
Config::SetBaseOrCurrent(Config::FREE_LOOK_ENABLED, false);
|
||||
Settings::Instance().SetCheatsEnabled(false);
|
||||
Config::SetBaseOrCurrent(Config::MAIN_ENABLE_CHEATS, false);
|
||||
Settings::Instance().SetDebugModeEnabled(false);
|
||||
}
|
||||
emit Settings::Instance().EmulationStateChanged(Core::GetState(Core::System::GetInstance()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue