mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 01:17:59 -05:00
cleaned up some logging messages
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user