From 316b933a31a22dafccc4884a224b202fa1062fbf Mon Sep 17 00:00:00 2001 From: Tobias Date: Thu, 12 Jul 2018 18:26:27 +0200 Subject: Port #3335 and #3373 from Citra: "Small SDL fixes" and "Print the actual error preventing SDL from working" (#637) * Port #3335 and #3373 from Citra * Fixup: Use the new logging placeholders --- src/yuzu_cmd/yuzu.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/yuzu_cmd/yuzu.cpp') diff --git a/src/yuzu_cmd/yuzu.cpp b/src/yuzu_cmd/yuzu.cpp index 5f67ae4ee..f126bd277 100644 --- a/src/yuzu_cmd/yuzu.cpp +++ b/src/yuzu_cmd/yuzu.cpp @@ -22,10 +22,8 @@ #include "yuzu_cmd/config.h" #include "yuzu_cmd/emu_window/emu_window_sdl2.h" -#ifdef _MSC_VER -#include -#else #include +#ifndef _MSC_VER #include #endif -- cgit v1.2.3