Created
August 7, 2019 21:55
-
-
Save st4rk/9c1cd5f38717d76b2b2b963029464adc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void *conf_lcd_io_for_rendering() | |
{ | |
s_unknown_1 *g_struct; // r10 | |
s_lcd_bg_io_conf *lcd_bg_io_conf; // r5 | |
void *result; // r0 | |
s_blending_io_conf *blending_io_conf; // r5 | |
lcd_bg_io_conf = g_struct->lcd_bg_io_conf_200AC40; | |
IO_MOSAIC = lcd_bg_io_conf->mosaic_size; // set mosaic mode | |
memcpy32(&lcd_bg_io_conf->background_cnt0, &IO_BG0CNT, 0x38u);// configure BG | |
CpuSet_2(g_struct->window_conf_200F3A0, &IO_WIN0H, 0xCu); | |
blending_io_conf = g_struct->blending_io_conf_2009740; | |
BLDCNT = *&blending_io_conf->blending_cnt; | |
BLDY = blending_io_conf->blending_brightness; | |
DISPCNT = g_struct->lcd_bg_io_conf_200AC40->display_cnt; | |
return result; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment