From 97306ec204ef0a947ce528b5e33eb1463f6a85c8 Mon Sep 17 00:00:00 2001 From: suchmememanyskill Date: Sat, 30 Jan 2021 14:32:19 +0100 Subject: [PATCH] mariko should not be able to reboot to rcm via home --- source/hid/hid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/hid/hid.c b/source/hid/hid.c index 695bdef..f709919 100644 --- a/source/hid/hid.c +++ b/source/hid/hid.c @@ -26,7 +26,7 @@ Input_t *hidRead(){ u8 right_connected = 0; if (controller != NULL){ - if (controller->home) + if (controller->home && !h_cfg.t210b01) RebootToPayloadOrRcm(); if (controller->cap)