mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 13:11:54 +00:00
mariko should not be able to reboot to rcm via home
This commit is contained in:
parent
81120849d0
commit
97306ec204
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue