diff options
author | ShizZy <shizzy@6bit.net> | 2013-09-16 04:18:16 +0200 |
---|---|---|
committer | ShizZy <shizzy@6bit.net> | 2013-09-16 04:18:16 +0200 |
commit | 71d4fa9d3fb60bc4b0fa1b51e8f6fb2a28ed5e49 (patch) | |
tree | 0be0ae198df33c2ee0cbbd0b8dee76caa41b836b /src/common/common.vcxproj | |
parent | renamed project to 'citrus' (diff) | |
download | yuzu-71d4fa9d3fb60bc4b0fa1b51e8f6fb2a28ed5e49.tar yuzu-71d4fa9d3fb60bc4b0fa1b51e8f6fb2a28ed5e49.tar.gz yuzu-71d4fa9d3fb60bc4b0fa1b51e8f6fb2a28ed5e49.tar.bz2 yuzu-71d4fa9d3fb60bc4b0fa1b51e8f6fb2a28ed5e49.tar.lz yuzu-71d4fa9d3fb60bc4b0fa1b51e8f6fb2a28ed5e49.tar.xz yuzu-71d4fa9d3fb60bc4b0fa1b51e8f6fb2a28ed5e49.tar.zst yuzu-71d4fa9d3fb60bc4b0fa1b51e8f6fb2a28ed5e49.zip |
Diffstat (limited to '')
-rw-r--r-- | src/common/common.vcxproj | 1 | ||||
-rw-r--r-- | src/common/common.vcxproj.filters | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj index 1e149d32b..48a7d5afa 100644 --- a/src/common/common.vcxproj +++ b/src/common/common.vcxproj @@ -166,6 +166,7 @@ <ClInclude Include="src\memory_util.h" /> <ClInclude Include="src\mem_arena.h" /> <ClInclude Include="src\msg_handler.h" /> + <ClInclude Include="src\platform.h" /> <ClInclude Include="src\scm_rev.h" /> <ClInclude Include="src\std_condition_variable.h" /> <ClInclude Include="src\std_mutex.h" /> diff --git a/src/common/common.vcxproj.filters b/src/common/common.vcxproj.filters index ddfb609e4..5bc11e5c5 100644 --- a/src/common/common.vcxproj.filters +++ b/src/common/common.vcxproj.filters @@ -53,6 +53,7 @@ <ClInclude Include="src\atomic_gcc.h" /> <ClInclude Include="src\atomic_win32.h" /> <ClInclude Include="src\emu_window.h" /> + <ClInclude Include="src\platform.h" /> </ItemGroup> <ItemGroup> <None Include="CMakeLists.txt" /> |