mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Windows/OS X buildfix
This commit is contained in:
parent
1c10d3a1bb
commit
cc0226254d
2 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue