summaryrefslogtreecommitdiffstats
path: root/src/core/hw/hw.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2015-04-28 04:03:35 +0200
committerbunnei <bunneidev@gmail.com>2015-05-02 00:27:02 +0200
commit57aaaf92dbbdb4c1d43f6b564c7e8f83ab0811e7 (patch)
tree851fb394c4fe279ca90cae70112d33aa9c4e7d6b /src/core/hw/hw.cpp
parentServices: Initialize all state variables at bootup. (diff)
downloadyuzu-57aaaf92dbbdb4c1d43f6b564c7e8f83ab0811e7.tar
yuzu-57aaaf92dbbdb4c1d43f6b564c7e8f83ab0811e7.tar.gz
yuzu-57aaaf92dbbdb4c1d43f6b564c7e8f83ab0811e7.tar.bz2
yuzu-57aaaf92dbbdb4c1d43f6b564c7e8f83ab0811e7.tar.lz
yuzu-57aaaf92dbbdb4c1d43f6b564c7e8f83ab0811e7.tar.xz
yuzu-57aaaf92dbbdb4c1d43f6b564c7e8f83ab0811e7.tar.zst
yuzu-57aaaf92dbbdb4c1d43f6b564c7e8f83ab0811e7.zip
Diffstat (limited to 'src/core/hw/hw.cpp')
-rw-r--r--src/core/hw/hw.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hw/hw.cpp b/src/core/hw/hw.cpp
index bed50af50..236958139 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");
}