From f7340cff6c7b5d6bd7417e245760d4f7e00e7c1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Israelson?= <57065102+israpps@users.noreply.github.com> Date: Fri, 4 Aug 2023 14:17:46 -0300 Subject: [PATCH] HDDBoot enabler: add fade animation --- bin/INSTALL/KELFBinder.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/INSTALL/KELFBinder.lua b/bin/INSTALL/KELFBinder.lua index b9577bf..e41e29d 100644 --- a/bin/INSTALL/KELFBinder.lua +++ b/bin/INSTALL/KELFBinder.lua @@ -1894,6 +1894,7 @@ while true do Eval_HDDStatus() --check again! OrbIntro(1) elseif (ACT == 3) then + FadeWIthORBS(true) local ret = HDD.EnableHDDBoot() ret = 100 + ret Report(ret, true, false)