Making the main menu look pretty

This commit is contained in:
suchmememanyskill
2020-12-29 01:53:39 +01:00
parent 46460adc3b
commit 2e5ee10f93
4 changed files with 71 additions and 35 deletions

View File

@@ -19,12 +19,6 @@
#include "../fs/fscopy.h"
#include "../utils/utils.h"
extern int launch_payload(char *path);
void RebootToPayload(){
launch_payload("atmosphere/reboot_payload.bin");
}
void DumpSysFw(){
char sysPath[25 + 36 + 3 + 1]; // 24 for "bis:/Contents/registered", 36 for ncaName.nca, 3 for /00, and 1 to make sure :)
char *baseSdPath;