fusee: tactically don't trash PLLA1, fixes audio corruption on boot

This commit is contained in:
Michael Scire 2021-09-05 12:44:52 -07:00 committed by SciresM
parent a8f898b591
commit b7521465ee
3 changed files with 6 additions and 2 deletions

View file

@ -234,7 +234,6 @@ namespace ams::fatal::srv {
font::PrintFormatLine( "Program: %016lX", static_cast<u64>(this->context->program_id));
font::AddSpacingLines(0.5f);
/* TODO: Remove Mesosphere identifier in 1.0.0. */
font::PrintFormatLine("Firmware: %s (Atmosphère %u.%u.%u-%s)", config.GetFirmwareVersion().display_version, ATMOSPHERE_RELEASE_VERSION, ams::GetGitRevision());
font::AddSpacingLines(1.5f);
if (!exosphere::ResultVersionMismatch::Includes(this->context->result)) {