|
|
| 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 |