aboutsummaryrefslogtreecommitdiff
path: root/source/display.h
diff options
context:
space:
mode:
authortwinaphex2017-08-14 08:06:11 +0200
committertwinaphex2017-08-14 08:06:11 +0200
commit78b32e05a8e3c221279ba40c8f19d762420be8a6 (patch)
tree522343d835ca7eec5ebae18c20ec35ac768250be /source/display.h
parent75dbfcb2348fb8f41feb5b9b1536d8525a47f9e3 (diff)
downloadsnes9x2005-78b32e05a8e3c221279ba40c8f19d762420be8a6.tar.gz
snes9x2005-78b32e05a8e3c221279ba40c8f19d762420be8a6.tar.bz2
snes9x2005-78b32e05a8e3c221279ba40c8f19d762420be8a6.zip
C++ comments need to become C
Diffstat (limited to 'source/display.h')
-rw-r--r--source/display.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/display.h b/source/display.h
index e43b80c..213955b 100644
--- a/source/display.h
+++ b/source/display.h
@@ -3,7 +3,7 @@
#ifndef _DISPLAY_H_
#define _DISPLAY_H_
-// Routines the port specific code has to implement
+/* Routines the port specific code has to implement */
uint32_t S9xReadJoypad(int32_t port);
bool S9xReadMousePosition(int32_t which1_0_to_1, int32_t* x, int32_t* y, uint32_t* buttons);
bool S9xReadSuperScopePosition(int32_t* x, int32_t* y, uint32_t* buttons);