add guncon support
[pcsx_rearmed.git] / libpcsxcore / psemu_plugin_defs.h
index d1b05ac..3926ccd 100644 (file)
@@ -54,8 +54,8 @@ extern "C" {
 
 typedef struct
 {
-       uint32_t        flags;
-       uint32_t        status;
+       unsigned int flags;
+       unsigned int status;
        void*   window;
        unsigned char reserved[100];
 } gpuQueryS;