aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoralexis-puska2016-07-02 16:39:51 +0200
committeralexis-puska2016-07-02 16:39:51 +0200
commitb1fa817721fc53af709d68258bcbc976559fa17f (patch)
tree46f1069ed82d00dee4f926feb4d3cdf0ce720d56 /include
parentef29671582c0ce9236a8ea96c5c07f04da8dab85 (diff)
downloadpcsx_rearmed-b1fa817721fc53af709d68258bcbc976559fa17f.tar.gz
pcsx_rearmed-b1fa817721fc53af709d68258bcbc976559fa17f.tar.bz2
pcsx_rearmed-b1fa817721fc53af709d68258bcbc976559fa17f.zip
fix compilation error
Diffstat (limited to 'include')
-rw-r--r--include/psemu_plugin_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/psemu_plugin_defs.h b/include/psemu_plugin_defs.h
index 5c2fefe..fafd8c4 100644
--- a/include/psemu_plugin_defs.h
+++ b/include/psemu_plugin_defs.h
@@ -215,7 +215,7 @@ typedef struct
unsigned char VibF[2];
//configuration mode Request 0x43
- boolean configMode;
+ int configMode;
unsigned char reserved[87];
} PadDataS;