mirror of
https://github.com/open-goal/jak-project
synced 2026-07-11 23:30:16 -04:00
Symbol fixes
Quick fixing a few more unresolved symbols. This should compile as is, but will not run as it requires mman.dll.
This commit is contained in:
@@ -329,7 +329,7 @@ int InitMachine() {
|
||||
// }
|
||||
|
||||
if (MasterDebug) { // connect to GOAL compiler
|
||||
InitGoalProto();
|
||||
// InitGoalProto();
|
||||
}
|
||||
|
||||
printf("InitSound\n");
|
||||
@@ -359,7 +359,7 @@ int ShutdownMachine() {
|
||||
StopIOP();
|
||||
CloseListener();
|
||||
ShutdownSound();
|
||||
ShutdownGoalProto();
|
||||
// ShutdownGoalProto();
|
||||
Msg(6, "kernel: machine shutdown");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user