mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-12 15:56:28 +00:00
renderer_opengl: Logging, etc. cleanup.
This commit is contained in:
@@ -26,7 +26,7 @@ bool Init(EmuWindow* emu_window) {
|
||||
if (g_renderer->Init()) {
|
||||
LOG_DEBUG(Render, "initialized OK");
|
||||
} else {
|
||||
LOG_ERROR(Render, "initialization failed !");
|
||||
LOG_CRITICAL(Render, "initialization failed !");
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user