mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-08 05:01:44 +00:00
fatal: take good idea from shrek
This commit is contained in:
parent
3cb54e2b4b
commit
63ea152349
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue