Commit 13fcdca5 authored by CeRiAl's avatar CeRiAl

MACOSX: Fixed compilation for MacOS X 10.5 PowerPC (still only works without --optimized-flags)

parent f18dcf46
......@@ -4,7 +4,7 @@
#
#
#
base=" --with-sdl --with-sdl-gl --with-sdl-gfx --with-sdl-sound --enable-drvsnd "
base=" --without-x --with-sdl --with-sdl-gl --with-sdl-gfx --with-sdl-sound --enable-drvsnd "
cd32=" --enable-cd32 "
a600=" --enable-gayle "
scsi=" --enable-scsi-device --enable-ncr --enable-a2091 "
......
......@@ -901,8 +901,8 @@ static BOOL wasFullscreen = NO; // used by ensureNotFullscreen() and restoreFull
#ifdef JIT
if (tag == 10) {
if (changed_prefs.fpu_strict) [menuItem setState:NSOnState];
else [menuItem setState:NSOffState];
/* if (changed_prefs.fpu_strict) [menuItem setState:NSOnState];
else*/ [menuItem setState:NSOffState];
}
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment