add mtp (haze) ftp (ftpsrv), update RA file assoc, nxlink now polls for connection.

This commit is contained in:
ITotalJustice
2024-12-25 22:17:21 +00:00
parent a2c9b63dfd
commit 37890f157d
52 changed files with 742 additions and 289 deletions

View File

@@ -61,6 +61,8 @@ void userAppInit(void) {
diagAbortWithResult(rc);
if (R_FAILED(rc = setInitialize()))
diagAbortWithResult(rc);
if (R_FAILED(rc = hidsysInitialize()))
diagAbortWithResult(rc);
log_nxlink_init();
}
@@ -68,6 +70,7 @@ void userAppInit(void) {
void userAppExit(void) {
log_nxlink_exit();
hidsysExit();
setExit();
accountExit();
nifmExit();