Просмотр исходного кода

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

bunnei 12 лет назад
Родитель
Сommit
f6c328cf37
3 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      src/core/core.vcxproj
  2. 1 1
      src/core/core.vcxproj.filters
  3. 0 0
      src/core/hle/hle.cpp

+ 1 - 1
src/core/core.vcxproj

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

+ 1 - 1
src/core/core.vcxproj.filters

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

+ 0 - 0
src/core/hle.cpp → src/core/hle/hle.cpp