Save bytes, add screenshots into main and more
- Also run script on bootup if a script called startup.te is found on the root of the sd - Saved bytes by just disabling making exfat partitions, lol
This commit is contained in:
@@ -24,10 +24,8 @@ Input_t *hidRead(){
|
||||
if (controller->home)
|
||||
RebootToPayloadOrRcm();
|
||||
|
||||
#ifdef TAKESCREENSHOT
|
||||
if (controller->cap)
|
||||
TakeScreenshot();
|
||||
#endif
|
||||
if (controller->cap)
|
||||
TakeScreenshot();
|
||||
|
||||
inputs.buttons = controller->buttons;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user