aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authortwinaphex2014-12-04 14:03:55 +0100
committertwinaphex2014-12-04 14:03:55 +0100
commit8ddd009b7531148f4c2a24e0e327a541a24eb213 (patch)
treef7abbc2a5a2446f08d32c04d1622ec49c1e3ea24 /include
parentf563a4bfd576197a8e907f30fb77cd6db8e24f00 (diff)
downloadpcsx_rearmed-8ddd009b7531148f4c2a24e0e327a541a24eb213.tar.gz
pcsx_rearmed-8ddd009b7531148f4c2a24e0e327a541a24eb213.tar.bz2
pcsx_rearmed-8ddd009b7531148f4c2a24e0e327a541a24eb213.zip
1) Build fix
2) Implement input descriptors
Diffstat (limited to 'include')
-rw-r--r--include/psemu_plugin_defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/psemu_plugin_defs.h b/include/psemu_plugin_defs.h
index 0805f4a..b40c77c 100644
--- a/include/psemu_plugin_defs.h
+++ b/include/psemu_plugin_defs.h
@@ -5,6 +5,8 @@
extern "C" {
#endif
+#include <stdint.h>
+
// header version
#define _PPDK_HEADER_VERSION 3