mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-01 00:46:32 -05:00
common: Change semantics of UNREACHABLE to unconditionally crash
This commit is contained in:
@@ -631,7 +631,7 @@ void QtControllerSelectorDialog::DisableUnsupportedPlayers() {
|
||||
switch (max_supported_players) {
|
||||
case 0:
|
||||
default:
|
||||
UNREACHABLE();
|
||||
ASSERT(false);
|
||||
return;
|
||||
case 1:
|
||||
ui->widgetSpacer->hide();
|
||||
|
Reference in New Issue
Block a user