Rename LCD to GPU.

This commit is contained in:
Tony Wasserka 2014-05-17 22:50:33 +02:00 committed by bunnei
parent 87e98ff97b
commit 1dfa392824
11 changed files with 41 additions and 41 deletions

View file

@ -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