mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 08:39:00 +00:00
[[unlikely]] ASSERT
and other ASSERT usage changes
This commit is contained in:
parent
6361586a04
commit
bf079d6d3a
10 changed files with 19 additions and 20 deletions
|
@ -70,7 +70,7 @@ static void GenerateLightShader(ShaderCode& object, const LightingUidData& uid_d
|
|||
swizzle_components, LIGHT_COL_PARAMS(index, swizzle));
|
||||
break;
|
||||
default:
|
||||
ASSERT(0);
|
||||
ASSERT(false);
|
||||
}
|
||||
|
||||
object.Write("\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue