mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
InputCommon: Clean up how numeric settings are handled. Add units of measure to UI. Eliminate hidden magic values of the IR cursor.
This commit is contained in:
@ -239,7 +239,7 @@ void MappingWindow::OnSaveProfilePressed()
|
||||
}
|
||||
}
|
||||
|
||||
void MappingWindow::OnSelectDevice(int index)
|
||||
void MappingWindow::OnSelectDevice(int)
|
||||
{
|
||||
if (IsMappingAllDevices())
|
||||
return;
|
||||
|
Reference in New Issue
Block a user