mirror of
https://github.com/open-goal/jak-project
synced 2026-07-07 22:22:21 -04:00
[cleanup] memory bugs, memory usage reduction, delete merc1 (#1515)
* [cleanup] remove merc1, fix memory bugs, reduce memory usage * change compiler log to see actual info from build_level * save file * editing text is hard
This commit is contained in:
+1
-2
@@ -169,8 +169,6 @@ void ee_runner(SystemThreadInterface& iface) {
|
||||
// // kill the IOP todo
|
||||
iop::LIBRARY_kill();
|
||||
|
||||
munmap(g_ee_main_mem, EE_MAIN_MEM_SIZE);
|
||||
|
||||
// after main returns, trigger a shutdown.
|
||||
iface.trigger_shutdown();
|
||||
}
|
||||
@@ -341,5 +339,6 @@ RuntimeExitStatus exec_runtime(int argc, char** argv) {
|
||||
// join and exit
|
||||
tm.join();
|
||||
lg::info("GOAL Runtime Shutdown (code {})", MasterExit);
|
||||
munmap(g_ee_main_mem, EE_MAIN_MEM_SIZE);
|
||||
return MasterExit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user