mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-02-19 20:12:49 +01:00
Don't deinit the display yet, for now
This commit is contained in:
parent
d43255d484
commit
50498e3b20
@ -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…
x
Reference in New Issue
Block a user