mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-25 12:14:24 -04:00
fs.mitm: Use same override button semantics as loader.
This commit is contained in:
parent
6711cd93a8
commit
55ad57a02d
9 changed files with 552 additions and 6 deletions
|
@ -20,8 +20,6 @@
|
|||
#include "ldr_content_management.hpp"
|
||||
#include "ldr_hid.hpp"
|
||||
|
||||
static bool g_has_opened_hid_session = false;
|
||||
|
||||
Result HidManagement::GetKeysDown(u64 *keys) {
|
||||
if (!ContentManagement::HasCreatedTitle(0x0100000000000013) || R_FAILED(hidInitialize())) {
|
||||
return MAKERESULT(Module_Libnx, LibnxError_InitFail_HID);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue