mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-05 06:21:19 +12:00
Replaced ASSUME(false) with UNREACHABLE.
This commit is contained in:
parent
f33540faa1
commit
73a8e6faac
8 changed files with 20 additions and 14 deletions
|
@ -3412,7 +3412,7 @@ VkDescriptorSetInfo::~VkDescriptorSetInfo()
|
|||
break;
|
||||
}
|
||||
default:
|
||||
ASSUME(false);
|
||||
UNREACHABLE;
|
||||
}
|
||||
// update global stats
|
||||
performanceMonitor.vk.numDescriptorSamplerTextures.decrement(statsNumSamplerTextures);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue