Diff for /xmil/wince/ini.cpp between versions 1.2 and 1.3

version 1.2, 2004/08/20 08:41:41 version 1.3, 2004/08/20 09:51:53
Line 27  static const PFTBL iniitem[] = { Line 27  static const PFTBL iniitem[] = {
         {"s_NOWAIT", PFTYPE_BOOL,               &xmiloscfg.NOWAIT,              0},          {"s_NOWAIT", PFTYPE_BOOL,               &xmiloscfg.NOWAIT,              0},
         {"SkpFrame", PFTYPE_UINT8,              &xmiloscfg.DRAW_SKIP,   0},          {"SkpFrame", PFTYPE_UINT8,              &xmiloscfg.DRAW_SKIP,   0},
 #if defined(WIN32_PLATFORM_PSPC)  #if defined(WIN32_PLATFORM_PSPC)
         {"pbindcur", PFTYPE_UINT8,              &np2oscfg.bindcur,              0},          {"pbindcur", PFTYPE_UINT8,              &xmiloscfg.bindcur,             0},
         {"pbindbtn", PFTYPE_UINT8,              &np2oscfg.bindbtn,              0},          {"pbindbtn", PFTYPE_UINT8,              &xmiloscfg.bindbtn,             0},
 #endif  #endif
   
   

Removed from v.1.2  
changed lines
  Added in v.1.3


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