From d3c34f1554d5902eb2573cf1ddc2e5af7267a86c Mon Sep 17 00:00:00 2001 From: niklascfw Date: Mon, 30 Mar 2026 18:39:34 +0200 Subject: [PATCH] refactor(RebootNX): dynamic Hekate payload entries from glob Replace hardcoded per-payload sections with file_source on bootloader/payloads/*.bin; filter hekate/fusee so new .bin payloads appear automatically. Made-with: Cursor --- .../switch/.packages/RebootNX/include/hekate.ini | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/variants/light/switch/.packages/RebootNX/include/hekate.ini b/variants/light/switch/.packages/RebootNX/include/hekate.ini index 3749afc..b8f2a63 100644 --- a/variants/light/switch/.packages/RebootNX/include/hekate.ini +++ b/variants/light/switch/.packages/RebootNX/include/hekate.ini @@ -6,11 +6,7 @@ reboot HEKATE reboot UMS [*Payloads] -[AllgemeinerProblemLoeser] -reboot /bootloader/payloads/AllgemeinerProblemLoeser.bin - -[Lockpick_RCM] -reboot /bootloader/payloads/Lockpick_RCM.bin - -[Tegra_Explorer] -reboot /bootloader/payloads/Tegra_Explorer.bin \ No newline at end of file +file_source '/bootloader/payloads/*.bin' +filter '/bootloader/payloads/hekate.bin' +filter '/bootloader/payloads/fusee.bin' +reboot '{file_source}' \ No newline at end of file