mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-22 11:56:42 +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;
|
u8 right_connected = 0;
|
||||||
|
|
||||||
if (controller != NULL){
|
if (controller != NULL){
|
||||||
if (controller->home)
|
if (controller->home && !h_cfg.t210b01)
|
||||||
RebootToPayloadOrRcm();
|
RebootToPayloadOrRcm();
|
||||||
|
|
||||||
if (controller->cap)
|
if (controller->cap)
|
||||||
|
|
Loading…
Reference in a new issue