mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Windows/OS X buildfix
This commit is contained in:
@@ -240,7 +240,7 @@ void Wiimote::Disconnect()
|
||||
DisableDataReporting();
|
||||
}
|
||||
|
||||
bool Wiimote::IsConnected()
|
||||
bool Wiimote::IsConnected() const
|
||||
{
|
||||
return m_connected;
|
||||
}
|
||||
|
||||
@@ -53,7 +53,7 @@ public:
|
||||
bool Read();
|
||||
bool Write();
|
||||
bool Connect();
|
||||
bool IsConnected();
|
||||
bool IsConnected() const;
|
||||
bool IsOpen() const;
|
||||
void Disconnect();
|
||||
void DisableDataReporting();
|
||||
|
||||
Reference in New Issue
Block a user