fs.mitm: Use same override button semantics as loader.

This commit is contained in:
Michael Scire 2018-10-16 19:01:41 -07:00
parent 6711cd93a8
commit 55ad57a02d
9 changed files with 552 additions and 6 deletions

View file

@ -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);