mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +00:00
Fix formatting issue.
Interupts formatted properly
This commit is contained in:
parent
531c2048cf
commit
8b5c75ce0a
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue