Provide detection and help for unmapped gamepads. Fixes #70
This commit is contained in:
parent
1ad072236d
commit
4ad27670ec
6 changed files with 125 additions and 6 deletions
|
|
@ -99,6 +99,11 @@ bool StreamingPreferences::isWow64()
|
|||
#endif
|
||||
}
|
||||
|
||||
QString StreamingPreferences::getUnmappedGamepads()
|
||||
{
|
||||
return SdlInputHandler::getUnmappedGamepads();
|
||||
}
|
||||
|
||||
int StreamingPreferences::getMaximumStreamingFrameRate()
|
||||
{
|
||||
// Never let the maximum drop below 60 FPS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue