Diff for /np2/x11/ini.c between versions 1.10 and 1.11

version 1.10, 2004/03/25 15:10:33 version 1.11, 2004/05/22 16:35:08
Line 554  static const INITBL iniitem[] = { Line 554  static const INITBL iniitem[] = {
   
         {"e_resume", INITYPE_BOOL,      &np2oscfg.resume,       0},          {"e_resume", INITYPE_BOOL,      &np2oscfg.resume,       0},
         {"STATSAVE", INIRO_BOOL,        &np2oscfg.statsave,     0},          {"STATSAVE", INIRO_BOOL,        &np2oscfg.statsave,     0},
 #if defined(__GNUC__) && (defined(i386) || defined(__i386__))  #if defined(GCC_CPU_ARCH_IA32)
         {"nousemmx", INITYPE_BOOL,      &np2oscfg.disablemmx,   0},          {"nousemmx", INITYPE_BOOL,      &np2oscfg.disablemmx,   0},
 #endif  #endif
         {"toolwind", INITYPE_BOOL,      &np2oscfg.toolwin,      0},          {"toolwind", INITYPE_BOOL,      &np2oscfg.toolwin,      0},

Removed from v.1.10  
changed lines
  Added in v.1.11


RetroPC.NET-CVS <cvs@retropc.net>