moved hle.cpp into hle folder (due to mistake earlier)

This commit is contained in:
bunnei 2014-04-11 18:07:49 -04:00
parent e9f0e4967d
commit f6c328cf37
3 changed files with 2 additions and 2 deletions

View File

@ -152,7 +152,7 @@
<ClCompile Include="elf\elf_reader.cpp" />
<ClCompile Include="file_sys\directory_file_system.cpp" />
<ClCompile Include="file_sys\meta_file_system.cpp" />
<ClCompile Include="hle.cpp" />
<ClCompile Include="hle\hle.cpp" />
<ClCompile Include="hle\hle_syscall.cpp" />
<ClCompile Include="hw\hw.cpp" />
<ClCompile Include="hw\hw_lcd.cpp" />

View File

@ -81,7 +81,7 @@
<ClCompile Include="hle\hle_syscall.cpp">
<Filter>hle</Filter>
</ClCompile>
<ClCompile Include="hle.cpp">
<ClCompile Include="hle\hle.cpp">
<Filter>hle</Filter>
</ClCompile>
</ItemGroup>