Skip to content

Commit 97306ec

Browse files
mariko should not be able to reboot to rcm via home
1 parent 8112084 commit 97306ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/hid/hid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Input_t *hidRead(){
2626
u8 right_connected = 0;
2727

2828
if (controller != NULL){
29-
if (controller->home)
29+
if (controller->home && !h_cfg.t210b01)
3030
RebootToPayloadOrRcm();
3131

3232
if (controller->cap)

0 commit comments

Comments
 (0)