--- uae/src/gfxlib.c 2018/04/24 16:40:02 1.1.1.3 +++ uae/src/gfxlib.c 2018/04/24 16:44:49 1.1.1.4 @@ -1644,16 +1644,17 @@ void gfxlib_install(void) uae_u32 begin, end, resname, resid; int i; - if(!use_gfxlib) return; + if (! currprefs.use_gfxlib) + return; - fprintf(stderr, "Warning: you enabled the graphics.library replacement with -g\n" - "This may be buggy right now, and will not speed things up much.\n"); + fprintf (stderr, "Warning: you enabled the graphics.library replacement with -g\n" + "This may be buggy right now, and will not speed things up much.\n"); - resname = ds("UAEgfxlib.resource"); - resid = ds("UAE gfxlib 0.1"); + resname = ds ("UAEgfxlib.resource"); + resid = ds ("UAE gfxlib 0.1"); - gfxlibname = ds("graphics.library"); - layerslibname = ds("layers.library"); + gfxlibname = ds ("graphics.library"); + layerslibname = ds ("layers.library"); begin = here(); dw(0x4AFC); /* RTC_MATCHuae_s16 */