Merge pull request #71 from jakcron/v1.4-stable

Update NSTool to v1.4.1
This commit is contained in:
Jack 2020-09-02 21:48:57 +08:00 committed by GitHub
commit 4145ad10db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 89c258322f1fd48dbda9c0498be52399a3c04a8c
Subproject commit afbbe3900d4c0dab6b3c4cd06927aff227cc1f95

View file

@ -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())
{

View file

@ -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"