diff --git a/server/source/noexs/diff b/server/source/noexs/diff new file mode 100644 index 0000000..c532293 --- /dev/null +++ b/server/source/noexs/diff @@ -0,0 +1,3 @@ +Comparing files noexs.kip1 and NOEXS.KIP1 +FC: no differences encountered + diff --git a/server/source/noexs/exefs.nsp b/server/source/noexs/exefs.nsp index e4da3d9..0291d21 100644 Binary files a/server/source/noexs/exefs.nsp and b/server/source/noexs/exefs.nsp differ diff --git a/server/source/noexs/include/gecko.h b/server/source/noexs/include/gecko.h index d27cb0d..2585500 100644 --- a/server/source/noexs/include/gecko.h +++ b/server/source/noexs/include/gecko.h @@ -11,7 +11,7 @@ #include "net.h" #define VER_MAJOR (1) -#define VER_MINOR (1) +#define VER_MINOR (2) #define VER_PATCH (138) #define GECKO_BUFFER_SIZE (2048 * 32) diff --git a/server/source/noexs/noexs.zip b/server/source/noexs/noexs.zip new file mode 100644 index 0000000..daa2e9d Binary files /dev/null and b/server/source/noexs/noexs.zip differ diff --git a/server/source/noexs/source/commands.cpp b/server/source/noexs/source/commands.cpp index 8baa607..1c453a9 100644 --- a/server/source/noexs/source/commands.cpp +++ b/server/source/noexs/source/commands.cpp @@ -194,6 +194,7 @@ static Result _attach(Gecko::Context& ctx){ dmnt = false; ctx.status = Gecko::Status::Paused; } else { + // return rc; if (ctx.dbg.attached()) { // dmntchtInitialize(); DmntCheatProcessMetadata cht; diff --git a/server/source/noexs/source/main.cpp b/server/source/noexs/source/main.cpp index 155a4e1..2abf21f 100644 --- a/server/source/noexs/source/main.cpp +++ b/server/source/noexs/source/main.cpp @@ -74,9 +74,9 @@ void __appInit(void) { } rc = dmntchtInitialize(); - if (R_FAILED(rc)) { - fatalThrow(rc); // maybe set a variable like noSd or something? It doesn't HAVE to log. - } + // if (R_FAILED(rc)) { + // fatalThrow(rc); // maybe set a variable like noSd or something? It doesn't HAVE to log. + // } } void __appExit(void) {