summaryrefslogtreecommitdiffhomepage
path: root/Drv
diff options
context:
space:
mode:
Diffstat (limited to 'Drv')
-rw-r--r--Drv/VideoDrv/VideoDrv.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/Drv/VideoDrv/VideoDrv.c b/Drv/VideoDrv/VideoDrv.c
index fc79d2a0..2e389358 100644
--- a/Drv/VideoDrv/VideoDrv.c
+++ b/Drv/VideoDrv/VideoDrv.c
@@ -6,17 +6,16 @@
#include <DDK/KernelString.h>
#include <DDK/KernelPrint.h>
-
#include <Builtins/GX/GX>
int __at_enter(void)
{
- kernelPrintStr("VideoDrv: Starting up...\r");
+ kernelPrintStr("VideoDrv: Starting up GPU...\r");
return 0;
}
int __at_exit(void)
{
- kernelPrintStr("VideoDrv: Shutting down...\r");
+ kernelPrintStr("VideoDrv: Shutting down GPU...\r");
return 0;
}