summaryrefslogtreecommitdiffstats
path: root/src/common/common.vcxproj
diff options
context:
space:
mode:
authorTony Wasserka <NeoBrainX@gmail.com>2014-05-18 22:50:41 +0200
committerbunnei <ericbunnie@gmail.com>2014-06-12 12:10:54 +0200
commit4c2bff61e5e8409cd25a5db396ce3574486f94b1 (patch)
tree39110e36491ec9c6b3e938b7c2223b33fc3db5b5 /src/common/common.vcxproj
parentFurther refine GPU command list debugging. (diff)
downloadyuzu-4c2bff61e5e8409cd25a5db396ce3574486f94b1.tar
yuzu-4c2bff61e5e8409cd25a5db396ce3574486f94b1.tar.gz
yuzu-4c2bff61e5e8409cd25a5db396ce3574486f94b1.tar.bz2
yuzu-4c2bff61e5e8409cd25a5db396ce3574486f94b1.tar.lz
yuzu-4c2bff61e5e8409cd25a5db396ce3574486f94b1.tar.xz
yuzu-4c2bff61e5e8409cd25a5db396ce3574486f94b1.tar.zst
yuzu-4c2bff61e5e8409cd25a5db396ce3574486f94b1.zip
Diffstat (limited to 'src/common/common.vcxproj')
-rw-r--r--src/common/common.vcxproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj
index 86295a480..1f5c714c3 100644
--- a/src/common/common.vcxproj
+++ b/src/common/common.vcxproj
@@ -182,6 +182,7 @@
<ClInclude Include="mem_arena.h" />
<ClInclude Include="msg_handler.h" />
<ClInclude Include="platform.h" />
+ <ClInclude Include="register_set.h" />
<ClInclude Include="scm_rev.h" />
<ClInclude Include="std_condition_variable.h" />
<ClInclude Include="std_mutex.h" />
@@ -221,4 +222,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project> \ No newline at end of file
+</Project>