1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-16 20:13:24 +01:00

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)