mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 06:05:40 +12:00
Specify SHA-256 when printing firmware info
This commit is contained in:
parent
7e51f50999
commit
ab2005d50d
1 changed files with 2 additions and 2 deletions
|
@ -344,7 +344,7 @@ void DSPService::printFirmwareInfo() {
|
|||
sha.CalculateDigest(hash.data(), loadedComponent.data(), firmwareSize);
|
||||
|
||||
fmt::print("\nLoaded DSP firmware\n");
|
||||
fmt::print("DSP firmware hash: {:X}\n", fmt::join(hash, ""));
|
||||
fmt::print("Firmware SHA-256 hash: {:X}\n", fmt::join(hash, ""));
|
||||
fmt::print("Size: {} bytes ({} KB)\n", firmwareSize, firmwareSize / 1024);
|
||||
|
||||
bool knownFirmware = false;
|
||||
|
@ -368,4 +368,4 @@ void DSPService::printFirmwareInfo() {
|
|||
}
|
||||
|
||||
fmt::print("\n");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue