Another build fix for changed Prefs methods

This commit is contained in:
nigel 2009-10-08 09:20:51 +00:00
parent 29951ad1a5
commit 5d4fa37892

View File

@ -35,7 +35,8 @@
#import "prefs.h" #import "prefs.h"
#import "timer.h" #import "timer.h"
#undef check // memory.h defines a check macro, clashes with an OS X one? #undef check // memory.h defines a check macro,
// which may clash with an OS X one on 10.1 or 10.2
#import "cpu_emulation.h" #import "cpu_emulation.h"
#define DEBUG 0 #define DEBUG 0
@ -218,7 +219,7 @@
int argc = 0; int argc = 0;
char **argv; char **argv;
PrefsInit(argc, argv); PrefsInit(NULL, argc, argv);
SysInit(); SysInit();
emul = [NNThread new]; emul = [NNThread new];