summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/errors.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-01hid:StartLrAssignmentMode, hid:StopLrAssignmentMode, hid:SwapNpadAssignmentDavid Marcec1-3/+4
StartLrAssignmentMode and StopLrAssignmentMode don't require any implementation as it's just used for showing the screen of changing the controller orientation if the user wishes to do so. Ever since #1634 this has not been needed as users can specify the controller orientation from the config and swap at any time. We store a private member just in case this gets used for anything extra in the future
2019-05-23clang-format fixesMichael Scire1-1/+0
2019-05-23Implement IApplicationFunctions::GetDesiredLanguageMichael Scire1-0/+13