[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:
water111
2024-01-21 18:08:05 -05:00
committed by GitHub
parent 638bf1d3d9
commit 01d5fc2bbb
27 changed files with 8868 additions and 387 deletions
+1
View File
@@ -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");
}