mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-09 13:41:43 +00:00
hid: fix sm usage
This commit is contained in:
parent
fd1a39996e
commit
ee2e9d50fd
1 changed files with 2 additions and 4 deletions
|
@ -40,14 +40,12 @@ namespace ams::hid {
|
|||
|
||||
/* Helper. */
|
||||
void InitializeHid() {
|
||||
R_ABORT_UNLESS(smInitialize());
|
||||
ON_SCOPE_EXIT { smExit(); };
|
||||
{
|
||||
sm::DoWithSession([&]() {
|
||||
R_ABORT_UNLESS(hidInitialize());
|
||||
hidInitializeNpad();
|
||||
R_ABORT_UNLESS(hidSetSupportedNpadIdType(NpadIdTypes, NumNpadIdTypes));
|
||||
R_ABORT_UNLESS(hidSetSupportedNpadStyleSet(HidNpadStyleSet_NpadStandard | HidNpadStyleTag_NpadSystemExt));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Result EnsureHidInitialized() {
|
||||
|
|
Loading…
Reference in a new issue