mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
sept: change splash to fancy one by @xamanthas
This commit is contained in:
parent
f1ea368585
commit
0df92148a4
3 changed files with 12 additions and 10 deletions
|
@ -57,8 +57,6 @@ static void exfiltrate_keys_and_reboot_if_needed(void) {
|
|||
uint8_t *dec_se_state = (uint8_t *)0x4003F000;
|
||||
|
||||
if (!has_rebooted()) {
|
||||
|
||||
|
||||
/* Save the security engine context. */
|
||||
se_get_regs()->_0x4 = 0x0;
|
||||
se_set_in_context_save_mode(true);
|
||||
|
@ -116,11 +114,6 @@ static void setup_env(void) {
|
|||
/* Set the framebuffer. */
|
||||
display_init_framebuffer(g_framebuffer);
|
||||
|
||||
/* Set display background color. */
|
||||
for (size_t i = 0; i < 1280 * 768 * 4; i += 4) {
|
||||
MAKE_REG32((uintptr_t)g_framebuffer + i) = 0xFF37394C;
|
||||
}
|
||||
|
||||
/* Draw splash. */
|
||||
draw_splash((volatile uint32_t *)g_framebuffer);
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,6 @@
|
|||
/*
|
||||
* Copyright (c) 2018 CtCaer
|
||||
* Copyright (c) 2018 CTCaer
|
||||
* Copyright (c) 2018 xamanthas
|
||||
* Copyright (c) 2018 Atmosphère-NX
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it
|
||||
|
|
Loading…
Reference in a new issue