Skip to content

Commit

Permalink
Game changed
Browse files Browse the repository at this point in the history
  • Loading branch information
LillyJadeKatrin committed Feb 11, 2024
1 parent f0ec6de commit 4888866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/Core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ static void EmuThread(Core::System& system, std::unique_ptr<BootParameters> boot
HW::Init(system,
NetPlay::IsNetPlayRunning() ? &(boot_session_data.GetNetplaySettings()->sram) : nullptr);

RADevToolManager::GetInstance()->GameChanged(core_parameter.bWii);
RADevToolManager::GetInstance()->GameChanged(system.IsWii());

Common::ScopeGuard hw_guard{[&system] {
// We must set up this flag before executing HW::Shutdown()
Expand Down

0 comments on commit 4888866

Please sign in to comment.