Diff for /np2/x11/np2.h between versions 1.20 and 1.22

version 1.20, 2011/01/15 16:14:24 version 1.22, 2011/01/15 19:16:58
Line 1 Line 1
 /*      $Id$    */  
   
 #ifndef NP2_X11_NP2_H__  #ifndef NP2_X11_NP2_H__
 #define NP2_X11_NP2_H__  #define NP2_X11_NP2_H__
   
Line 7 Line 5
   
 #include "joymng.h"  #include "joymng.h"
   
   G_BEGIN_DECLS
   
 typedef struct {  typedef struct {
         BYTE    port;          BYTE    port;
         BYTE    def_en;          BYTE    def_en;
Line 89  enum { Line 89  enum {
         INTERP_HYPER            = 3          INTERP_HYPER            = 3
 };  };
   
 #ifdef __cplusplus  
 extern "C" {  
 #endif  
   
 /* np2.c */  /* np2.c */
 extern volatile sig_atomic_t np2running;  extern volatile sig_atomic_t np2running;
 extern NP2OSCFG np2oscfg;  extern NP2OSCFG np2oscfg;
Line 131  int mainloop(void *); Line 127  int mainloop(void *);
 extern int mmxflag;  extern int mmxflag;
 int havemmx(void);  int havemmx(void);
   
 #ifdef __cplusplus  G_END_DECLS
 }  
 #endif  
   
 #endif  /* NP2_X11_NP2_H__ */  #endif  /* NP2_X11_NP2_H__ */

Removed from v.1.20  
changed lines
  Added in v.1.22


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