mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 23:17:56 -05:00
common: Change semantics of UNREACHABLE to unconditionally crash
This commit is contained in:
@ -65,7 +65,7 @@ void DefaultControllerApplet::ReconfigureControllers(std::function<void()> callb
|
||||
controller->SetNpadStyleIndex(Core::HID::NpadStyleIndex::Handheld);
|
||||
controller->Connect(true);
|
||||
} else {
|
||||
UNREACHABLE_MSG("Unable to add a new controller based on the given parameters!");
|
||||
ASSERT_MSG(false, "Unable to add a new controller based on the given parameters!");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user