[makerom] renamed dir.c/dir.h to romfs_fs.c/romfs_fs.h

This commit is contained in:
jakcron
2015-11-15 03:26:25 +08:00
parent 0854cbe5d1
commit 9ca12816ef
8 changed files with 6 additions and 8 deletions
+2 -2
View File
@@ -104,7 +104,7 @@
<ClInclude Include="desc\dev_sigdata.h" />
<ClInclude Include="desc\presets.h" />
<ClInclude Include="desc\prod_sigdata.h" />
<ClInclude Include="dir.h" />
<ClInclude Include="romfs_fs.h" />
<ClInclude Include="elf.h" />
<ClInclude Include="exefs.h" />
<ClInclude Include="exefs_build.h" />
@@ -201,7 +201,7 @@
<ClCompile Include="code.c" />
<ClCompile Include="crypto.c" />
<ClCompile Include="ctr_utils.c" />
<ClCompile Include="dir.c" />
<ClCompile Include="romfs_fs.c" />
<ClCompile Include="elf.c" />
<ClCompile Include="exefs.c" />
<ClCompile Include="exheader.c" />