SI_Device: Remove const specifiers from SIDevice_Create declaration's parameters

These are only relevant on the definition of the function.
This commit is contained in:
Lioncash 2017-01-22 22:26:32 -05:00
parent 0adb0dfeef
commit fbcf86870d
1 changed files with 1 additions and 1 deletions

View File

@ -99,4 +99,4 @@ protected:
bool SIDevice_IsGCController(SIDevices type);
std::unique_ptr<ISIDevice> SIDevice_Create(const SIDevices device, const int port_number);
std::unique_ptr<ISIDevice> SIDevice_Create(SIDevices device, int port_number);