2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

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>