mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-02-16 10:42:41 +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();
|
||||
|
||||
/* Deinitialize the framebuffer and display */
|
||||
display_enable_backlight(false);
|
||||
/*display_enable_backlight(false);
|
||||
display_end();
|
||||
free(framebuffer);
|
||||
free(framebuffer);*/
|
||||
|
||||
if (loader_ctx->chainload_entrypoint != 0) {
|
||||
/* TODO: What else do we want to do in terms of argc/argv? */
|
||||
|
Loading…
x
Reference in New Issue
Block a user