aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcbransden2016-05-13 17:50:34 +0100
committercbransden2016-05-13 18:30:03 +0100
commit3b1a5e21b399fcb38c5d8ead3c16603f566d7ffa (patch)
tree93dfb321a3aae5421fdb3aef533987e271211d06 /include
parentbebaef4be9a87d92b11bc29a002a531a9d1fa5d7 (diff)
downloadpcsx_rearmed-3b1a5e21b399fcb38c5d8ead3c16603f566d7ffa.tar.gz
pcsx_rearmed-3b1a5e21b399fcb38c5d8ead3c16603f566d7ffa.tar.bz2
pcsx_rearmed-3b1a5e21b399fcb38c5d8ead3c16603f566d7ffa.zip
Style nits
Diffstat (limited to 'include')
-rw-r--r--include/psemu_plugin_defs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/psemu_plugin_defs.h b/include/psemu_plugin_defs.h
index 7232d03..034f21b 100644
--- a/include/psemu_plugin_defs.h
+++ b/include/psemu_plugin_defs.h
@@ -191,10 +191,10 @@ typedef struct
typedef struct
{
- // controler type - fill it withe predefined values above
+ // controller type - fill it withe predefined values above
unsigned char controllerType;
- //0 : No multitap between psx and pad
+ //0 : no multitap between psx and pad
//1 : multitap between psx and pad on port 1
//2 : multitap between psx and pad on port 2
int portMultitap;