fatal: take good idea from shrek

This commit is contained in:
Michael Scire 2023-05-19 11:47:38 -07:00
parent 3cb54e2b4b
commit 63ea152349

View file

@ -258,7 +258,7 @@ namespace ams::fatal::srv {
/* Draw a background. */ /* Draw a background. */
for (size_t i = 0; i < FrameBufferRequiredSizeBytes / sizeof(*tiled_buf); i++) { 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. */ /* Draw the atmosphere logo in the upper right corner. */