diff options
| author | 2014-05-15 18:19:34 -0400 | |
|---|---|---|
| committer | 2014-05-15 18:19:34 -0400 | |
| commit | cf2eb8e3d3876d5866bdcb5dfe2ae9deceea2cb4 (patch) | |
| tree | 54f5df772f7c0726c82f8041cff8d3e01b3b332e /src/common/common.vcxproj | |
| parent | - added helper function for __KernelCreateThread (diff) | |
| download | yuzu-cf2eb8e3d3876d5866bdcb5dfe2ae9deceea2cb4.tar.gz yuzu-cf2eb8e3d3876d5866bdcb5dfe2ae9deceea2cb4.tar.xz yuzu-cf2eb8e3d3876d5866bdcb5dfe2ae9deceea2cb4.zip | |
added ThreadQueueList class to common (taken from PPSSPP)
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 5dc6ff790..86295a480 100644 --- a/src/common/common.vcxproj +++ b/src/common/common.vcxproj | |||
| @@ -190,6 +190,7 @@ | |||
| 190 | <ClInclude Include="swap.h" /> | 190 | <ClInclude Include="swap.h" /> |
| 191 | <ClInclude Include="symbols.h" /> | 191 | <ClInclude Include="symbols.h" /> |
| 192 | <ClInclude Include="thread.h" /> | 192 | <ClInclude Include="thread.h" /> |
| 193 | <ClInclude Include="thread_queue_list.h" /> | ||
| 193 | <ClInclude Include="thunk.h" /> | 194 | <ClInclude Include="thunk.h" /> |
| 194 | <ClInclude Include="timer.h" /> | 195 | <ClInclude Include="timer.h" /> |
| 195 | <ClInclude Include="utf8.h" /> | 196 | <ClInclude Include="utf8.h" /> |