1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-16 12:03:24 +01:00

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. */
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. */