1
0
Fork 0
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:
Michael Scire 2019-02-21 01:37:43 -08:00
parent 5b235a4b03
commit fa6cf1ffb8

View file

@ -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;