X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fpsemu_plugin_defs.h;h=3926ccd16388dc20719e9d789055eede07b5449b;hb=174c454a98a71475b72958c9f76293af7d6fb502;hp=d1b05ac3435280e584bd2f4a48fbf1fd057e6858;hpb=ef79bbde537d6b9c745a7d86cb9df1d04c35590d;p=pcsx_rearmed.git diff --git a/libpcsxcore/psemu_plugin_defs.h b/libpcsxcore/psemu_plugin_defs.h index d1b05ac3..3926ccd1 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;