aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore')
-rw-r--r--libpcsxcore/psemu_plugin_defs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpcsxcore/psemu_plugin_defs.h b/libpcsxcore/psemu_plugin_defs.h
index d1b05ac..3926ccd 100644
--- a/libpcsxcore/psemu_plugin_defs.h
+++ b/libpcsxcore/psemu_plugin_defs.h
@@ -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;