diff --git a/SheepShaver/src/MacOSX/PrefsEditor/PrefsEditor.mm b/SheepShaver/src/MacOSX/PrefsEditor/PrefsEditor.mm index e1d3a823..105359ab 100644 --- a/SheepShaver/src/MacOSX/PrefsEditor/PrefsEditor.mm +++ b/SheepShaver/src/MacOSX/PrefsEditor/PrefsEditor.mm @@ -25,6 +25,14 @@ const int CDROMRefNum = -62; // RefNum of driver +void prefs_init() +{ +} + +void prefs_exit() +{ +} + @implementation PrefsEditor - (id) init @@ -36,7 +44,7 @@ const int CDROMRefNum = -62; // RefNum of driver AddPlatformPrefsDefaults(); // Load preferences from settings file - LoadPrefs(); + LoadPrefs(NULL); chdir([[[NSBundle mainBundle] bundlePath] UTF8String]); chdir(".."); #endif