dolphin/Source
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
..
Android Profiler: Migrate global g_ProfileBlocks boolean to JitOptions 2018-08-27 11:30:19 -04:00
Core Fix reducing log paths when building with MSVC 2018-08-28 11:48:43 +02:00
DSPSpy
DSPTool DSPTool: Use std::string == instead of strcmp 2018-07-05 09:40:43 +02:00
PCH bump msvc version check 2018-07-11 14:53:38 -07:00
UnitTests Common, DSP: Only compile in x86-64 emitter related utilities on x86 platforms 2018-06-21 06:53:31 -04:00
VSProps Merge pull request #6819 from spycrab/delete_wx 2018-06-30 00:12:24 +02:00
.clang-format
CMakeLists.txt
dolphin-emu.sln Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00