mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-08-07 08:38:45 +00:00
Display the frame buffer during console_init()
This commit is contained in:
parent
0491a21a99
commit
54b6bb340e
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ int console_init(bool display_initialized) {
|
||||||
console_end();
|
console_end();
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
console_display(g_framebuffer);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue