hekate: add force 8GB ram config mode

This commit is contained in:
CTCaer
2025-11-27 12:29:16 +02:00
parent dcf8e76441
commit e5566c0a46
3 changed files with 9 additions and 1 deletions

View File

@@ -447,6 +447,10 @@ void nyx_init_load_res()
nyx_str->info.magic = 0;
nyx_str->info_ex.magic = 0;
// Override DRAM ID if needed.
if (nyx_str->info_ex.rsvd_flags & RSVD_FLAG_DRAM_8GB)
fuse_force_8gb_dramid();
// Set display id from previous initialization.
display_set_decoded_panel_id(nyx_str->info.panel_id);