mirror of
https://github.com/open-goal/jak-project
synced 2026-07-07 22:22:21 -04:00
[jak3] Decomp for gkernel, gkernel-h, gstate, gstring (#3326)
I ported the kernel test from jak1/jak2 to jak 3, and it's passing!
This commit is contained in:
@@ -229,6 +229,7 @@ void ee_runner(SystemThreadInterface& iface) {
|
||||
break;
|
||||
case GameVersion::Jak3:
|
||||
jak3::goal_main(g_argc, g_argv);
|
||||
break;
|
||||
default:
|
||||
ASSERT_MSG(false, "Unsupported game version");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user