Convert old logging calls to new logging macros

This commit is contained in:
Yuri Kunde Schlesner
2014-12-05 23:53:49 -02:00
parent 6390c66e95
commit 0600e2d8b5
65 changed files with 502 additions and 516 deletions

View File

@ -30,13 +30,13 @@ void Init(EmuWindow* emu_window) {
g_current_frame = 0;
NOTICE_LOG(VIDEO, "initialized OK");
LOG_DEBUG(Render, "initialized OK");
}
/// Shutdown the video core
void Shutdown() {
delete g_renderer;
NOTICE_LOG(VIDEO, "shutdown OK");
LOG_DEBUG(Render, "shutdown OK");
}
} // namespace