mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-18 09:04:23 -04:00
fusee: tactically don't trash PLLA1, fixes audio corruption on boot
This commit is contained in:
parent
a8f898b591
commit
b7521465ee
3 changed files with 6 additions and 2 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue