aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hw/ndma.cpp
diff options
context:
space:
mode:
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 52e459eb..f6aa72d1 100644
--- a/src/core/hw/ndma.cpp
+++ b/src/core/hw/ndma.cpp
@@ -37,12 +37,12 @@ void Update() {
/// Initialize hardware
void Init() {
- NOTICE_LOG(LCD, "initialized OK");
+ NOTICE_LOG(GPU, "initialized OK");
}
/// Shutdown hardware
void Shutdown() {
- NOTICE_LOG(LCD, "shutdown OK");
+ NOTICE_LOG(GPU, "shutdown OK");
}
} // namespace