mirror of
https://github.com/ran-j/PS2Recomp.git
synced 2026-09-26 16:59:35 -04:00
feat: call main entrypoint from the ps2 game (next commits will fix some missing feature for it)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user