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:
doctaweed
2020-08-26 21:12:32 -06:00
parent 0e5d5ee10e
commit 86ee6637fe
5 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -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;
}