Rename files endian.c and memory.c

This commit is contained in:
twinaphex
2014-03-30 22:29:30 +02:00
parent 7e6caac57d
commit 30b4c60b21
25 changed files with 40 additions and 142 deletions

View File

@@ -1587,7 +1587,7 @@
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release|Xbox 360'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release_LTCG|Xbox 360'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\..\..\src\memory.c">
<ClCompile Include="..\..\..\..\..\src\fceu-memory.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='CodeAnalysis|Xbox 360'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Xbox 360'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Profile|Xbox 360'">CompileAsC</CompileAs>
@@ -1711,7 +1711,7 @@
<ClInclude Include="..\..\..\..\..\srcmappers\mapinc.h" />
<ClInclude Include="..\..\..\..\..\srcmappers\vrc7tone.h" />
<ClInclude Include="..\..\..\..\..\srcmd5.h" />
<ClInclude Include="..\..\..\..\..\srcmemory.h" />
<ClInclude Include="..\..\..\..\..\srcfceu-memory.h" />
<ClInclude Include="..\..\..\..\..\srcfceu-endian.h" />
<ClInclude Include="..\..\..\..\..\srcops.h" />
<ClInclude Include="..\..\..\..\..\srcpalette.h" />

View File

@@ -629,7 +629,7 @@
<ClCompile Include="..\..\..\..\..\src\md5.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\..\src\memory.c">
<ClCompile Include="..\..\..\..\..\src\fceu-memory.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\..\src\mycrc32.c">
@@ -739,7 +739,7 @@
<ClInclude Include="..\..\..\..\..\src\md5.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\..\..\src\memory.h">
<ClInclude Include="..\..\..\..\..\src\fceu-memory.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\..\..\src\myendian.h">
@@ -785,4 +785,4 @@
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>
</Project>

View File

@@ -845,7 +845,7 @@
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\..\..\src\memory.c">
<ClCompile Include="..\..\..\..\..\src\fceu-memory.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CompileAsC</CompileAs>
</ClCompile>
@@ -921,7 +921,7 @@
<ClInclude Include="..\..\..\..\..\src\mappers\mapinc.h" />
<ClInclude Include="..\..\..\..\..\src\mappers\vrc7tone.h" />
<ClInclude Include="..\..\..\..\..\src\md5.h" />
<ClInclude Include="..\..\..\..\..\src\memory.h" />
<ClInclude Include="..\..\..\..\..\src\fceu-memory.h" />
<ClInclude Include="..\..\..\..\..\src\fceu-endian.h" />
<ClInclude Include="..\..\..\..\..\src\ops.h" />
<ClInclude Include="..\..\..\..\..\src\palette.h" />
@@ -941,4 +941,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

View File

@@ -75,7 +75,7 @@
<ClCompile Include="..\..\..\..\..\src\md5.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\..\src\memory.c">
<ClCompile Include="..\..\..\..\..\src\fceu-memory.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\..\src\mycrc32.c">
@@ -731,7 +731,7 @@
<ClInclude Include="..\..\..\..\..\src\md5.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\..\..\src\memory.h">
<ClInclude Include="..\..\..\..\..\src\fceu-memory.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\..\..\src\ops.h">
@@ -777,4 +777,4 @@
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>
</Project>