mariko should not be able to reboot to rcm via home

This commit is contained in:
suchmememanyskill
2021-01-30 14:32:19 +01:00
parent 81120849d0
commit 97306ec204

View File

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