General additions, fixes and bugfixes
This commit is contained in:
7
ipl/di.c
7
ipl/di.c
@@ -213,7 +213,7 @@ void display_color_screen(u32 color)
|
||||
display_backlight(1);
|
||||
}
|
||||
|
||||
u32 *display_init_framebuffer(u32 *fb)
|
||||
u32 *display_init_framebuffer()
|
||||
{
|
||||
//Sanitize framebuffer area. Aligned to 4MB.
|
||||
memset((u32 *)0xC0000000, 0, 0x400000);
|
||||
@@ -227,3 +227,8 @@ u32 *display_init_framebuffer(u32 *fb)
|
||||
|
||||
return (u32 *)0xC0000000;
|
||||
}
|
||||
|
||||
void display_init_framebuffer_bgra()
|
||||
{
|
||||
exec_cfg((u32 *)DISPLAY_A_BASE, cfg_display_framebuffer2, 32);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user