From 63ea1523491e15390b4d3f672fa1e6544a704495 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Fri, 19 May 2023 11:47:38 -0700 Subject: [PATCH] fatal: take good idea from shrek --- stratosphere/fatal/source/fatal_task_screen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stratosphere/fatal/source/fatal_task_screen.cpp b/stratosphere/fatal/source/fatal_task_screen.cpp index 08db5be4e..cae3996cf 100644 --- a/stratosphere/fatal/source/fatal_task_screen.cpp +++ b/stratosphere/fatal/source/fatal_task_screen.cpp @@ -258,7 +258,7 @@ namespace ams::fatal::srv { /* Draw a background. */ for (size_t i = 0; i < FrameBufferRequiredSizeBytes / sizeof(*tiled_buf); i++) { - tiled_buf[i] = 0x39C9; + tiled_buf[i] = AtmosphereLogoData[0]; } /* Draw the atmosphere logo in the upper right corner. */