aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/n64/osys_n64.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/n64/osys_n64.h')
-rw-r--r--backends/platform/n64/osys_n64.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/platform/n64/osys_n64.h b/backends/platform/n64/osys_n64.h
index 9ca2e05dd4..d01eb1ff88 100644
--- a/backends/platform/n64/osys_n64.h
+++ b/backends/platform/n64/osys_n64.h
@@ -117,6 +117,7 @@ protected:
int _mouseHotspotX, _mouseHotspotY;
controller_data_buttons *_ctrlData; // Controller data read from the N64 serial interface
+ uint8 _controllerNumber;
bool _controllerHasRumble;
bool _dirtyOffscreen;
@@ -197,6 +198,8 @@ public:
void switchGraphicModeId(int mode);
void setupMixer(void);
+
+ void detectControllers(void);
};
#endif /* __OSYS_N64_H__ */