diff --git a/deps/libnintendo-hac b/deps/libnintendo-hac index 89c2583..afbbe39 160000 --- a/deps/libnintendo-hac +++ b/deps/libnintendo-hac @@ -1 +1 @@ -Subproject commit 89c258322f1fd48dbda9c0498be52399a3c04a8c +Subproject commit afbbe3900d4c0dab6b3c4cd06927aff227cc1f95 diff --git a/src/MetaProcess.cpp b/src/MetaProcess.cpp index c299704..40877bb 100644 --- a/src/MetaProcess.cpp +++ b/src/MetaProcess.cpp @@ -448,8 +448,8 @@ void MetaProcess::displayKernelCap(const nn::hac::KernelCapabilityControl& kern) std::cout << "0x" << std::hex << (uint32_t)interupts[i]; if (interupts[i] != interupts.atBack()) std::cout << ", "; - std::cout << std::endl; } + std::cout << std::endl; } if (kern.getMiscParams().isSet()) { diff --git a/src/version.h b/src/version.h index 529c4cc..25ed5b5 100644 --- a/src/version.h +++ b/src/version.h @@ -3,5 +3,5 @@ #define BIN_NAME "nstool" #define VER_MAJOR 1 #define VER_MINOR 4 -#define VER_PATCH 0 +#define VER_PATCH 1 #define AUTHORS "jakcron" \ No newline at end of file