DolphinQt2: Fix MSBuild for Visual Studio.

Null VideoBackend is not being linked correctly.
This commit is contained in:
EmptyChaos
2016-07-13 01:11:29 +00:00
parent ac00b249aa
commit 3e4cea7f6f
3 changed files with 6 additions and 1 deletions

View File

@ -189,6 +189,9 @@
<ProjectReference Include="$(CoreDir)VideoBackends\Software\Software.vcxproj">
<Project>{a4c423aa-f57c-46c7-a172-d1a777017d29}</Project>
</ProjectReference>
<ProjectReference Include="$(CoreDir)VideoBackends\Null\Null.vcxproj">
<Project>{53A5391B-737E-49A8-BC8F-312ADA00736F}</Project>
</ProjectReference>
<ProjectReference Include="$(CoreDir)VideoCommon\VideoCommon.vcxproj">
<Project>{3de9ee35-3e91-4f27-a014-2866ad8c3fe3}</Project>
</ProjectReference>

View File

@ -8,6 +8,7 @@
#include <QMessageBox>
#include "Core/BootManager.h"
#include "Core/ConfigManager.h"
#include "Core/Core.h"
#include "Core/HW/ProcessorInterface.h"
#include "Core/Movie.h"