dolphin/Source/Core/Common/Logging
JosJuice fbdc239199 Fix reducing log paths when building with MSVC
The LogManager code had trouble detecting the "/Source/Core/" substring
for two reasons, neither of which seemed to happen a few years ago:

1. __FILE__ is in lowercase on MSVC
2. __FILE__ uses backslash as the directory separator on MSVC

Fixes https://bugs.dolphin-emu.org/issues/11366
2018-08-28 11:48:43 +02:00
..
ConsoleListener.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
ConsoleListenerDroid.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
ConsoleListenerNix.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
ConsoleListenerWin.cpp Add includes for building on Windows without PCH 2017-01-23 01:37:41 -08:00
Log.h Common: Remove unnecessary ~9 year old LOGGING preprocessor define 2018-05-27 21:33:25 -04:00
LogManager.cpp Fix reducing log paths when building with MSVC 2018-08-28 11:48:43 +02:00
LogManager.h Remove NonCopyable 2017-08-22 16:40:34 +02:00