summaryrefslogtreecommitdiffstats
path: root/src/video_core/video_core.vcxproj
diff options
context:
space:
mode:
authorTony Wasserka <NeoBrainX@gmail.com>2014-07-27 20:07:45 +0200
committerTony Wasserka <NeoBrainX@gmail.com>2014-08-12 13:46:20 +0200
commit8528c810cf6e2fcaad89c47ff2b598529a5bff64 (patch)
tree069ee963bd86f5cf6ea13fe16f836f18a117bcd2 /src/video_core/video_core.vcxproj
parentPica/GPU: Change hardware registers to use physical addresses rather than virtual ones. (diff)
downloadyuzu-8528c810cf6e2fcaad89c47ff2b598529a5bff64.tar
yuzu-8528c810cf6e2fcaad89c47ff2b598529a5bff64.tar.gz
yuzu-8528c810cf6e2fcaad89c47ff2b598529a5bff64.tar.bz2
yuzu-8528c810cf6e2fcaad89c47ff2b598529a5bff64.tar.lz
yuzu-8528c810cf6e2fcaad89c47ff2b598529a5bff64.tar.xz
yuzu-8528c810cf6e2fcaad89c47ff2b598529a5bff64.tar.zst
yuzu-8528c810cf6e2fcaad89c47ff2b598529a5bff64.zip
Diffstat (limited to 'src/video_core/video_core.vcxproj')
-rw-r--r--src/video_core/video_core.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/video_core.vcxproj b/src/video_core/video_core.vcxproj
index d77be2bef..2dbfc68dd 100644
--- a/src/video_core/video_core.vcxproj
+++ b/src/video_core/video_core.vcxproj
@@ -25,6 +25,7 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="gpu_debugger.h" />
+ <ClInclude Include="math.h" />
<ClInclude Include="pica.h" />
<ClInclude Include="renderer_base.h" />
<ClInclude Include="utils.h" />