mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-04-24 07:32:56 +00:00
Merge pull request #9229 from Docteh/achy_breaky_heart
Add break for default cases
This commit is contained in:
@@ -314,6 +314,7 @@ void MaxwellDMA::ReleaseSemaphore() {
|
||||
}
|
||||
default:
|
||||
ASSERT_MSG(false, "Unknown semaphore type: {}", static_cast<u32>(type.Value()));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user