mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-11 10:30:09 +00:00
fix PrefsEditor build
This commit is contained in:
parent
5cef748ac7
commit
743888f407
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user