From f5c988e854d001af84e336c1bcb55d3ad0c2570f Mon Sep 17 00:00:00 2001 From: Silica Date: Fri, 7 Jul 2017 09:06:16 +1200 Subject: [PATCH] Delete index.lua --- index.lua | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 index.lua diff --git a/index.lua b/index.lua deleted file mode 100644 index 00d0638..0000000 --- a/index.lua +++ /dev/null @@ -1,25 +0,0 @@ --- Create a new color -white = Color.new(255,255,255,255) -if System.doesFileExist("ux0:step1done.txt") then -dofile("app0:step2.lua") -end --- Main loop -while true do - System.powerTick() - -- Draw a string on the screen - Graphics.initBlend() - Screen.clear() - Graphics.debugPrint(5, 5, "WARNING: DO NOT TURN OFF YOUR SYSTEM OR EXIT THIS APP WHILE INSTALLING", white) - Graphics.debugPrint(5, 45, "X: Run VitaRW To Enable R/W Permissions To VS0", white) - Graphics.termBlend() - - -- Update screen (For double buffering) - Screen.flip() - - -- Check controls for exiting - if Controls.check(Controls.read(), SCE_CTRL_CROSS) then - fileStream = io.open("ux0:step1done.txt",FCREATE) - System.launchEboot("app0:vitarw.bin") - end - -end \ No newline at end of file