diff options
| author | bunnei <ericbunnie@gmail.com> | 2014-06-27 16:18:56 -0400 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2014-07-04 20:37:45 -0400 |
| commit | 17a6148f9df406a6ca4bdca98777e0aaf21f582a (patch) | |
| tree | 3763cf9417649428c81c7e9e0cb6abac251faa49 /src/core/core.vcxproj | |
| parent | 82702fedb831c98479be7c4ea2caae920302efa6 (diff) | |
FileSys: Added preliminary support for applications reading the RomFS archive.
Archive: Fixed brace ugliness for neobrain :)
FS: Commented out unused local variables to prevent warnings.
...But keeping them here for future use.
archive_romfs: Removed unused #include.
Diffstat (limited to 'src/core/core.vcxproj')
| -rw-r--r-- | src/core/core.vcxproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj index 63efe7c4d..4e521903c 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj @@ -162,6 +162,7 @@ <ClCompile Include="arm\interpreter\vfp\vfpsingle.cpp" /> <ClCompile Include="core.cpp" /> <ClCompile Include="core_timing.cpp" /> + <ClCompile Include="file_sys\archive_romfs.cpp" /> <ClCompile Include="hle\config_mem.cpp" /> <ClCompile Include="hle\coprocessor.cpp" /> <ClCompile Include="hle\hle.cpp" /> @@ -211,7 +212,8 @@ <ClInclude Include="arm\interpreter\vfp\vfp_helper.h" /> <ClInclude Include="core.h" /> <ClInclude Include="core_timing.h" /> - <ClInclude Include="file_sys\file_sys.h" /> + <ClInclude Include="file_sys\archive.h" /> + <ClInclude Include="file_sys\archive_romfs.h" /> <ClInclude Include="hle\config_mem.h" /> <ClInclude Include="hle\coprocessor.h" /> <ClInclude Include="hle\function_wrappers.h" /> |
