Fix missing semicolon. (#14)

This commit is contained in:
squidbus 2025-03-07 15:23:56 -08:00 committed by GitHub
parent 7be1285e3d
commit b15b5e4728
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1646,7 +1646,7 @@ void ShaderRecompiler::recompile(const uint8_t* shaderData, const std::string_vi
{
indent();
#ifdef UNLEASHED_RECOMP
print("[unroll] ")
print("[unroll] ");
#endif
println("for (aL = 0; aL < i{}.x; aL++)", uint32_t(cfInstr.loopStart.loopId));
indent();