summaryrefslogtreecommitdiffstats
path: root/src/video_core/video_core.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-03-25 04:38:08 +0200
committerbunnei <bunneidev@gmail.com>2018-03-27 03:16:59 +0200
commit0a5832798a0ce33a84e74a6f9aedc90278cb05ac (patch)
tree63a52e43127835a6a4cc014711a9a8e14740879c /src/video_core/video_core.cpp
parentrenderer_opengl: Remove framebuffer RasterizerFlushVirtualRegion hack. (diff)
downloadyuzu-0a5832798a0ce33a84e74a6f9aedc90278cb05ac.tar
yuzu-0a5832798a0ce33a84e74a6f9aedc90278cb05ac.tar.gz
yuzu-0a5832798a0ce33a84e74a6f9aedc90278cb05ac.tar.bz2
yuzu-0a5832798a0ce33a84e74a6f9aedc90278cb05ac.tar.lz
yuzu-0a5832798a0ce33a84e74a6f9aedc90278cb05ac.tar.xz
yuzu-0a5832798a0ce33a84e74a6f9aedc90278cb05ac.tar.zst
yuzu-0a5832798a0ce33a84e74a6f9aedc90278cb05ac.zip
Diffstat (limited to 'src/video_core/video_core.cpp')
-rw-r--r--src/video_core/video_core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/video_core.cpp b/src/video_core/video_core.cpp
index 864691baa..289140f31 100644
--- a/src/video_core/video_core.cpp
+++ b/src/video_core/video_core.cpp
@@ -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;