mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 12:04:56 +00:00
SI_Device: Make GetDeviceNumber and GetDeviceType const.
This commit is contained in:
parent
ef1520eab0
commit
72c958810c
1 changed files with 2 additions and 2 deletions
|
@ -84,12 +84,12 @@ public:
|
|||
virtual void DoState(PointerWrap& p) {}
|
||||
|
||||
|
||||
int GetDeviceNumber()
|
||||
int GetDeviceNumber() const
|
||||
{
|
||||
return m_iDeviceNumber;
|
||||
}
|
||||
|
||||
SIDevices GetDeviceType()
|
||||
SIDevices GetDeviceType() const
|
||||
{
|
||||
return m_deviceType;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue