Diff for /np2/x11/np2.h between versions 1.14 and 1.15
|
version 1.14, 2007/01/12 16:41:25
|
version 1.15, 2007/01/12 19:09:58
|
|
Line 61 typedef struct {
|
Line 61 typedef struct {
|
| BYTE mouse_move_ratio; |
BYTE mouse_move_ratio; |
| |
|
| BYTE disablemmx; |
BYTE disablemmx; |
| |
BYTE drawinterp; |
| |
BYTE F11KEY; |
| } NP2OSCFG; |
} NP2OSCFG; |
| |
|
| |
|
|
Line 77 enum {
|
Line 79 enum {
|
| MMXFLAG_NOTSUPPORT = 2 |
MMXFLAG_NOTSUPPORT = 2 |
| }; |
}; |
| |
|
| |
enum { |
| |
INTERP_NEAREST = 0, |
| |
INTERP_TILES = 1, |
| |
INTERP_BILINEAR = 2, |
| |
INTERP_HYPER = 3 |
| |
}; |
| |
|
| #ifdef __cplusplus |
#ifdef __cplusplus |
| extern "C" { |
extern "C" { |
| #endif |
#endif |
RetroPC.NET-CVS <cvs@retropc.net>