diff options
author | bunnei <ericbunnie@gmail.com> | 2014-04-06 22:54:28 +0200 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-04-06 22:54:28 +0200 |
commit | a604eaee54993befcb4721d7435ccc7c9add782a (patch) | |
tree | 47d22b779eef24e6b1198d4f662f5614dcdeae18 /src/citra/citra.vcxproj | |
parent | added video_core project to solution (diff) | |
download | yuzu-a604eaee54993befcb4721d7435ccc7c9add782a.tar yuzu-a604eaee54993befcb4721d7435ccc7c9add782a.tar.gz yuzu-a604eaee54993befcb4721d7435ccc7c9add782a.tar.bz2 yuzu-a604eaee54993befcb4721d7435ccc7c9add782a.tar.lz yuzu-a604eaee54993befcb4721d7435ccc7c9add782a.tar.xz yuzu-a604eaee54993befcb4721d7435ccc7c9add782a.tar.zst yuzu-a604eaee54993befcb4721d7435ccc7c9add782a.zip |
Diffstat (limited to 'src/citra/citra.vcxproj')
-rw-r--r-- | src/citra/citra.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/citra/citra.vcxproj b/src/citra/citra.vcxproj index 8f29e3e63..16157ad04 100644 --- a/src/citra/citra.vcxproj +++ b/src/citra/citra.vcxproj @@ -194,6 +194,9 @@ <LinkLibraryDependencies>true</LinkLibraryDependencies> <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> </ProjectReference> + <ProjectReference Include="..\video_core\video_core.vcxproj"> + <Project>{6678d1a3-33a6-48a9-878b-48e5d2903d27}</Project> + </ProjectReference> </ItemGroup> <ItemGroup> <ClCompile Include="src\citra.cpp" /> |