dolphin/Source/Core
Christian Widmer 252a3d16c2 VideoCommon: Add includes for generic build
On x86_64 and arm64 builds Common/MsgHandler.h and Common/Logging/Log.h are
indirectly included through the corresponding VertexLoaders, Emitters
and lastly Assert.h. Because the generic build does not build a vertex
loader JIT it does not include those and fails at compile time.
Thanks to HdkR and mibofra!
2015-10-16 20:18:27 +02:00
..
AudioCommon Merge pull request #3105 from phire/dont_block 2015-10-03 17:55:26 -07:00
Common Merge pull request #3139 from JosJuice/fix-wii-root 2015-10-16 16:49:34 +02:00
Core Merge pull request #3139 from JosJuice/fix-wii-root 2015-10-16 16:49:34 +02:00
DiscIO Merge pull request #3139 from JosJuice/fix-wii-root 2015-10-16 16:49:34 +02:00
DolphinQt DolphinQt: Install binary for systems not matching APPLE 2015-10-09 11:11:41 +02:00
DolphinWX Merge pull request #3139 from JosJuice/fix-wii-root 2015-10-16 16:49:34 +02:00
InputCommon Merge pull request #3128 from lioncash/unique 2015-10-03 19:08:00 -07:00
UICommon [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
VideoBackends VertexShaderManager: Get rid of float pointer casts 2015-10-15 23:34:54 -04:00
VideoCommon VideoCommon: Add includes for generic build 2015-10-16 20:18:27 +02:00
CMakeLists.txt