From 9d95d6ad29b9afa8cc3d6e3d089a7fa82c99df45 Mon Sep 17 00:00:00 2001 From: Maschell Date: Thu, 30 Dec 2021 14:19:37 +0100 Subject: [PATCH] Add missing OSScreenShutdown(); call --- source/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/main.cpp b/source/main.cpp index aa6a004..c97900a 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -305,6 +305,8 @@ std::string EnvironmentSelectionScreen(const std::map DrawUtils::deinitFont(); + OSScreenShutdown(); + free(screenBuffer); if (autoBoot != autobootIndex) {