summaryrefslogtreecommitdiff
path: root/src/core/hw/ndma.cpp
diff options
context:
space:
mode:
authorGravatar Tony Wasserka2014-05-17 22:50:33 +0200
committerGravatar bunnei2014-06-12 06:10:49 -0400
commit1dfa3928242ad486040b1c65768faa2c7fce4654 (patch)
tree50efedc7e5090c36df63043bd542e7e8508fa1c0 /src/core/hw/ndma.cpp
parentcitra-qt: Add GX command history viewer. (diff)
downloadyuzu-1dfa3928242ad486040b1c65768faa2c7fce4654.tar.gz
yuzu-1dfa3928242ad486040b1c65768faa2c7fce4654.tar.xz
yuzu-1dfa3928242ad486040b1c65768faa2c7fce4654.zip
Rename LCD to GPU.
Diffstat (limited to 'src/core/hw/ndma.cpp')
-rw-r--r--src/core/hw/ndma.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hw/ndma.cpp b/src/core/hw/ndma.cpp
index 52e459ebd..f6aa72d16 100644
--- a/src/core/hw/ndma.cpp
+++ b/src/core/hw/ndma.cpp
@@ -37,12 +37,12 @@ void Update() {
37 37
38/// Initialize hardware 38/// Initialize hardware
39void Init() { 39void Init() {
40 NOTICE_LOG(LCD, "initialized OK"); 40 NOTICE_LOG(GPU, "initialized OK");
41} 41}
42 42
43/// Shutdown hardware 43/// Shutdown hardware
44void Shutdown() { 44void Shutdown() {
45 NOTICE_LOG(LCD, "shutdown OK"); 45 NOTICE_LOG(GPU, "shutdown OK");
46} 46}
47 47
48} // namespace 48} // namespace