mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
[[unlikely]] ASSERT
and other ASSERT usage changes
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user