mirror of
https://github.com/jakcron/nstool
synced 2024-11-22 21:49:30 +00:00
Merge pull request #71 from jakcron/v1.4-stable
Update NSTool to v1.4.1
This commit is contained in:
commit
4145ad10db
3 changed files with 3 additions and 3 deletions
2
deps/libnintendo-hac
vendored
2
deps/libnintendo-hac
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 89c258322f1fd48dbda9c0498be52399a3c04a8c
|
Subproject commit afbbe3900d4c0dab6b3c4cd06927aff227cc1f95
|
|
@ -448,8 +448,8 @@ void MetaProcess::displayKernelCap(const nn::hac::KernelCapabilityControl& kern)
|
||||||
std::cout << "0x" << std::hex << (uint32_t)interupts[i];
|
std::cout << "0x" << std::hex << (uint32_t)interupts[i];
|
||||||
if (interupts[i] != interupts.atBack())
|
if (interupts[i] != interupts.atBack())
|
||||||
std::cout << ", ";
|
std::cout << ", ";
|
||||||
std::cout << std::endl;
|
|
||||||
}
|
}
|
||||||
|
std::cout << std::endl;
|
||||||
}
|
}
|
||||||
if (kern.getMiscParams().isSet())
|
if (kern.getMiscParams().isSet())
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,5 +3,5 @@
|
||||||
#define BIN_NAME "nstool"
|
#define BIN_NAME "nstool"
|
||||||
#define VER_MAJOR 1
|
#define VER_MAJOR 1
|
||||||
#define VER_MINOR 4
|
#define VER_MINOR 4
|
||||||
#define VER_PATCH 0
|
#define VER_PATCH 1
|
||||||
#define AUTHORS "jakcron"
|
#define AUTHORS "jakcron"
|
Loading…
Reference in a new issue