mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-10 07:06:34 +00:00
Don't deinit the display yet, for now
This commit is contained in:
parent
d43255d484
commit
50498e3b20
1 changed files with 2 additions and 2 deletions
|
@ -71,9 +71,9 @@ int main(int argc, void **argv) {
|
||||||
fsdev_unmount_all();
|
fsdev_unmount_all();
|
||||||
|
|
||||||
/* Deinitialize the framebuffer and display */
|
/* Deinitialize the framebuffer and display */
|
||||||
display_enable_backlight(false);
|
/*display_enable_backlight(false);
|
||||||
display_end();
|
display_end();
|
||||||
free(framebuffer);
|
free(framebuffer);*/
|
||||||
|
|
||||||
if (loader_ctx->chainload_entrypoint != 0) {
|
if (loader_ctx->chainload_entrypoint != 0) {
|
||||||
/* TODO: What else do we want to do in terms of argc/argv? */
|
/* TODO: What else do we want to do in terms of argc/argv? */
|
||||||
|
|
Loading…
Reference in a new issue