cleaned up some logging messages
This commit is contained in:
parent
d4cb2aab63
commit
5d95bb9843
6 changed files with 21 additions and 33 deletions
|
@ -38,12 +38,13 @@ void Init(EmuWindow* emu_window) {
|
|||
|
||||
g_current_frame = 0;
|
||||
|
||||
NOTICE_LOG(VIDEO, "initialized ok");
|
||||
NOTICE_LOG(VIDEO, "initialized OK");
|
||||
}
|
||||
|
||||
/// Shutdown the video core
|
||||
void Shutdown() {
|
||||
delete g_renderer;
|
||||
NOTICE_LOG(VIDEO, "shutdown OK");
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue