From 57aaaf92dbbdb4c1d43f6b564c7e8f83ab0811e7 Mon Sep 17 00:00:00 2001 From: bunnei Date: Mon, 27 Apr 2015 22:03:35 -0400 Subject: HW: Properly initialize and shutdown all modules. --- src/core/hw/hw.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/hw/hw.cpp') diff --git a/src/core/hw/hw.cpp b/src/core/hw/hw.cpp index bed50af5..23695813 100644 --- a/src/core/hw/hw.cpp +++ b/src/core/hw/hw.cpp @@ -63,6 +63,8 @@ void Init() { /// Shutdown hardware void Shutdown() { + GPU::Shutdown(); + LCD::Shutdown(); LOG_DEBUG(HW, "shutdown OK"); } -- cgit v1.2.3