mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Add file to project that was missing
This commit is contained in:
parent
f4f2a95067
commit
5ff1d91323
2 changed files with 2 additions and 0 deletions
|
@ -240,6 +240,7 @@
|
|||
<ClInclude Include="file\ini_file.h" />
|
||||
<ClInclude Include="file\vfs.h" />
|
||||
<ClInclude Include="file\zip_read.h" />
|
||||
<ClInclude Include="gfx\gl_common.h" />
|
||||
<ClInclude Include="gfx\gl_debug_log.h" />
|
||||
<ClInclude Include="gfx\gl_lost_manager.h" />
|
||||
<ClInclude Include="gfx\texture_gen.h" />
|
||||
|
|
|
@ -360,6 +360,7 @@
|
|||
<ClInclude Include="thread\executor.h">
|
||||
<Filter>thread</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="gfx\gl_common.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="gfx\gl_debug_log.cpp">
|
||||
|
|
Loading…
Add table
Reference in a new issue