mirror of https://github.com/snes9xgit/snes9x.git
Add MSU-1 to libretro build
This commit is contained in:
parent
ded20db036
commit
0018638d3d
|
@ -30,6 +30,7 @@ SOURCES_CXX := $(CORE_DIR)/apu/apu.cpp \
|
|||
$(CORE_DIR)/globals.cpp \
|
||||
$(CORE_DIR)/logger.cpp \
|
||||
$(CORE_DIR)/memmap.cpp \
|
||||
$(CORE_DIR)/msu1.cpp \
|
||||
$(CORE_DIR)/obc1.cpp \
|
||||
$(CORE_DIR)/ppu.cpp \
|
||||
$(CORE_DIR)/stream.cpp \
|
||||
|
|
|
@ -222,6 +222,7 @@
|
|||
<ClInclude Include="..\messages.h" />
|
||||
<ClInclude Include="..\missing.h" />
|
||||
<ClInclude Include="..\movie.h" />
|
||||
<ClInclude Include="..\msu1.h" />
|
||||
<ClInclude Include="..\netplay.h" />
|
||||
<ClInclude Include="..\obc1.h" />
|
||||
<ClInclude Include="..\pixform.h" />
|
||||
|
@ -274,6 +275,7 @@
|
|||
<ClCompile Include="..\logger.cpp" />
|
||||
<ClCompile Include="..\memmap.cpp" />
|
||||
<ClCompile Include="..\movie.cpp" />
|
||||
<ClCompile Include="..\msu1.cpp" />
|
||||
<ClCompile Include="..\netplay.cpp" />
|
||||
<ClCompile Include="..\obc1.cpp" />
|
||||
<ClCompile Include="..\ppu.cpp" />
|
||||
|
|
|
@ -180,6 +180,9 @@
|
|||
<ClInclude Include="libretro.h">
|
||||
<Filter>libretro</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\msu1.h">
|
||||
<Filter>s9x-source</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\bsx.cpp">
|
||||
|
@ -338,5 +341,8 @@
|
|||
<ClCompile Include="libretro.cpp">
|
||||
<Filter>libretro</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\msu1.cpp">
|
||||
<Filter>s9x-source</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Reference in New Issue