1
0
Fork 0
mirror of https://github.com/CTCaer/hekate.git synced 2024-09-16 20:13:33 +01:00

hos: reinstate host1x disable

This commit is contained in:
CTCaer 2024-06-11 12:41:13 +03:00
parent 80b3651d0a
commit 66303d0d47

View file

@ -1166,6 +1166,7 @@ int hos_launch(ini_sec_t *cfg)
// Disable display. This must be executed before secmon to provide support for all fw versions.
display_end();
clock_disable_host1x();
// Override uCID if set.
EMC(EMC_SCRATCH0) = ctxt.ucid;