mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-26 13:52:21 +00:00
fix splash boundaries
This commit is contained in:
parent
5b235a4b03
commit
fa6cf1ffb8
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ void draw_splash(volatile uint32_t *fb) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Draw actual splash. */
|
/* Draw actual splash. */
|
||||||
const size_t x_res = 352;
|
const size_t x_res = 336;
|
||||||
const size_t y_res = 392;
|
const size_t y_res = 392;
|
||||||
const size_t x_start = (768 - x_res) / 2;
|
const size_t x_start = (768 - x_res) / 2;
|
||||||
const size_t y_start = (1280 - y_res) / 2;
|
const size_t y_start = (1280 - y_res) / 2;
|
||||||
|
|
Loading…
Reference in a new issue