dolphin/Source/Core
Scott Mansell 876f6651b4
cmake: fix PCH to work with msvc/ninja
Ninja puts way more effort into compiling targets in parallel, and
ignores dependenceis until link time.

So we need to jump though hoops to force ninja to compile
pch.cpp before any targets which depend on the PCH.
2022-05-22 00:29:47 +02:00
..
AudioCommon IOFile: Make origin parameter to Seek() an enum class. 2022-01-29 06:49:21 +01:00
Common cmake: fix PCH to work with msvc/ninja 2022-05-22 00:29:47 +02:00
Core MainSettings: Make MAIN_CUSTOM_RTC_VALUE default value less magical 2022-05-20 20:35:53 -07:00
DiscIO Merge pull request #10514 from JosJuice/datel-no-gametdb 2022-03-26 03:38:57 +01:00
DolphinNoGUI msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinQt cmake: ignore external warnings in MSVC 2022-05-22 00:29:46 +02:00
DolphinTool Merge pull request #10629 from Tilka/spaces 2022-05-03 23:01:25 +01:00
InputCommon Core/WGInput: Use fmt logging and include HRESULT in messages 2022-05-19 12:12:19 -07:00
MacUpdater CMakeLists: Replace tab characters with spaces 2022-01-16 15:20:40 -08:00
UICommon Common/PointerWrap: Prevent reads/writes past the end of the buffer. 2022-04-18 23:48:00 +02:00
UpdaterCommon UpdaterCommon: Copy content file to a temporary file before renaming on macOS 2022-01-30 15:40:28 -05:00
VideoBackends Show a panic alert if the CP matrix indices don't match the XF matrix indices 2022-05-18 14:43:14 -07:00
VideoCommon Merge pull request #10677 from Pokechu22/no-printf-log 2022-05-19 17:55:17 -04:00
WinUpdater msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
CMakeLists.txt CMakeLists: Add option to disable automatic update support 2022-03-18 03:04:51 -04:00
DolphinLib.ARM64.props msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.props msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.vcxproj msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.vcxproj.user msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.x64.props msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00