mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-04-23 21:14:49 +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();
|
||||
return -1;
|
||||
}
|
||||
|
||||
console_display(g_framebuffer);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue