refactor: phase 0 & 1

This commit is contained in:
2026-04-26 20:02:15 +03:00
parent 844093e3e7
commit b5c506cf03
36 changed files with 690 additions and 137 deletions
+1 -11
View File
@@ -26,7 +26,7 @@
#include "util.hpp"
#include <logger.hpp>
#include <MainApplication.hpp>
#include <main_application.hpp>
#include "main.hpp"
void servicesExit(void)
@@ -47,16 +47,6 @@ Result servicesInit(void)
Logger::getInstance().log(Logger::WARN, "Please do not run NXST in applet mode.");
}
// Result socinit = 0;
// if ((socinit = socketInitializeDefault()) == 0) {
// nxlinkStdio();
// }
// else {
// Logger::getInstance().log(Logger::INFO, "Unable to initialize socket. Result code 0x%08lX.", socinit);
// }
// g_shouldExitNetworkLoop = R_FAILED(socinit);
Result res = 0;
romfsInit();