feat: call main entrypoint from the ps2 game (next commits will fix some missing feature for it)

This commit is contained in:
Ran-j
2025-12-27 14:30:03 -03:00
parent 2d1f7ec07f
commit 2ca84c131a
+1 -1
View File
@@ -2774,7 +2774,7 @@ namespace ps2recomp
{
ss << " SET_GPR_U32(ctx, 29, bss_end);\n";
}
ss << " InitThread(rdram, ctx, runtime);\n";
ss << " ps2_main(rdram, ctx, runtime);\n";
ss << "}\n";
return ss.str();
}