diff options
| author | 2014-05-07 18:14:42 -0400 | |
|---|---|---|
| committer | 2014-05-07 18:14:42 -0400 | |
| commit | e7a0283625a4d05a9dcf5f9ec4ef8158ce34cf05 (patch) | |
| tree | 6ca6749017b8242147de650a148e1aba566bf869 /src/common/common.vcxproj | |
| parent | - added debug logging to syscall.cpp (diff) | |
| download | yuzu-e7a0283625a4d05a9dcf5f9ec4ef8158ce34cf05.tar.gz yuzu-e7a0283625a4d05a9dcf5f9ec4ef8158ce34cf05.tar.xz yuzu-e7a0283625a4d05a9dcf5f9ec4ef8158ce34cf05.zip | |
added BitField to common
Diffstat (limited to 'src/common/common.vcxproj')
| -rw-r--r-- | src/common/common.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj index 5048bebff..5dc6ff790 100644 --- a/src/common/common.vcxproj +++ b/src/common/common.vcxproj | |||
| @@ -157,6 +157,7 @@ | |||
| 157 | <ClInclude Include="atomic.h" /> | 157 | <ClInclude Include="atomic.h" /> |
| 158 | <ClInclude Include="atomic_gcc.h" /> | 158 | <ClInclude Include="atomic_gcc.h" /> |
| 159 | <ClInclude Include="atomic_win32.h" /> | 159 | <ClInclude Include="atomic_win32.h" /> |
| 160 | <ClInclude Include="bit_field.h" /> | ||
| 160 | <ClInclude Include="break_points.h" /> | 161 | <ClInclude Include="break_points.h" /> |
| 161 | <ClInclude Include="chunk_file.h" /> | 162 | <ClInclude Include="chunk_file.h" /> |
| 162 | <ClInclude Include="common.h" /> | 163 | <ClInclude Include="common.h" /> |