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

pull/8/head
bunnei 11 years ago
parent e9f0e4967d
commit f6c328cf37

@ -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" />

@ -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>

Loading…
Cancel
Save