mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2025-07-26 21:37:30 +02:00

* Bump libchdr and adjust build * Additional zstd cleanup and fix Wii build * Fix libretro/android build * Fix standalone sdl/gx_vstudio projects * Fix CHD loading for libretro
366 lines
24 KiB
XML
366 lines
24 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<VCProjectVersion>15.0</VCProjectVersion>
|
|
<ProjectGuid>{6E5A2D82-D5E3-4AE2-9253-733BAC8A924C}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<RootNamespace>genesisplusgxlibretro</RootNamespace>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="Shared">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;GENESISPLUSGXLIBRETRO_EXPORTS;_CRT_SECURE_NO_WARNINGS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions);USE_LIBTREMOR;USE_LIBCHDR;HAVE_LROUND;HAVE_STDINT_H;Z7_ST;ZSTD_DISABLE_ASM;HAVE_FSEEKO;DEBUG;USE_16BPP_RENDERING;FRONTEND_SUPPORTS_RGB565;LSB_FIRST;BYTE_ORDER=LITTLE_ENDIAN;HAVE_ZLIB;__LIBRETRO__;M68K_OVERCLOCK_SHIFT=20;Z80_OVERCLOCK_SHIFT=20;HAVE_YM3438_CORE;HAVE_OPLL_CORE;INLINE=static __inline</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<AdditionalIncludeDirectories>../../core/cd_hw/libchdr/include;../../core/cd_hw/libchdr/src;../../core/cd_hw/libchdr/deps/lzma-24.05/include;../../core/cd_hw/libchdr/deps/zstd-1.5.6/lib;../../core/cd_hw/libchdr/deps/zstd-1.5.6/lib/common;../../core/cd_hw/libchdr/deps/zstd-1.5.6/lib/decompress;../../core/cd_hw/libchdr/deps/zlib-1.3.1;../../core;../../core/z80;../../core/m68k;../../core/ntsc;../../core/sound;../../core/input_hw;../../core/cd_hw;../../core/cart_hw;../../core/cart_hw/svp;../../core/debug;../../libretro;../../libretro/libretro-common/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<SubSystem>Windows</SubSystem>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<PreprocessorDefinitions>_DEBUG;GENESISPLUSGXLIBRETRO_EXPORTS;_CRT_SECURE_NO_WARNINGS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions);USE_LIBTREMOR;USE_LIBCHDR;HAVE_LROUND;HAVE_STDINT_H;Z7_ST;ZSTD_DISABLE_ASM;HAVE_FSEEKO;DEBUG;USE_16BPP_RENDERING;FRONTEND_SUPPORTS_RGB565;LSB_FIRST;BYTE_ORDER=LITTLE_ENDIAN;HAVE_ZLIB;__LIBRETRO__;M68K_OVERCLOCK_SHIFT=20;Z80_OVERCLOCK_SHIFT=20;HAVE_YM3438_CORE;HAVE_OPLL_CORE;INLINE=static __inline</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<AdditionalIncludeDirectories>../../core/cd_hw/libchdr/include;../../core/cd_hw/libchdr/src;../../core/cd_hw/libchdr/deps/lzma-24.05/include;../../core/cd_hw/libchdr/deps/zstd-1.5.6/lib;../../core/cd_hw/libchdr/deps/zstd-1.5.6/lib/common;../../core/cd_hw/libchdr/deps/zstd-1.5.6/lib/decompress;../../core/cd_hw/libchdr/deps/zlib-1.3.1;../../core;../../core/z80;../../core/m68k;../../core/ntsc;../../core/sound;../../core/input_hw;../../core/cd_hw;../../core/cart_hw;../../core/cart_hw/svp;../../core/debug;../../libretro;../../libretro/libretro-common/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<SubSystem>Windows</SubSystem>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;GENESISPLUSGXLIBRETRO_EXPORTS;_CRT_SECURE_NO_WARNINGS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions);USE_LIBTREMOR;USE_LIBCHDR;HAVE_LROUND;HAVE_STDINT_H;Z7_ST;ZSTD_DISABLE_ASM;HAVE_FSEEKO;USE_16BPP_RENDERING;FRONTEND_SUPPORTS_RGB565;LSB_FIRST;BYTE_ORDER=LITTLE_ENDIAN;HAVE_ZLIB;__LIBRETRO__;M68K_OVERCLOCK_SHIFT=20;Z80_OVERCLOCK_SHIFT=20;HAVE_YM3438_CORE;HAVE_OPLL_CORE;INLINE=static __inline</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<AdditionalIncludeDirectories>../../core/cd_hw/libchdr/include;../../core/cd_hw/libchdr/src;../../core/cd_hw/libchdr/deps/lzma-24.05/include;../../core/cd_hw/libchdr/deps/zstd-1.5.6/lib;../../core/cd_hw/libchdr/deps/zstd-1.5.6/lib/common;../../core/cd_hw/libchdr/deps/zstd-1.5.6/lib/decompress;../../core/cd_hw/libchdr/deps/zlib-1.3.1;../../core;../../core/z80;../../core/m68k;../../core/ntsc;../../core/sound;../../core/input_hw;../../core/cd_hw;../../core/cart_hw;../../core/cart_hw/svp;../../core/debug;../../libretro;../../libretro/libretro-common/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
<Link>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<SubSystem>Windows</SubSystem>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<PreprocessorDefinitions>NDEBUG;GENESISPLUSGXLIBRETRO_EXPORTS;_CRT_SECURE_NO_WARNINGS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions);USE_LIBTREMOR;USE_LIBCHDR;HAVE_LROUND;HAVE_STDINT_H;Z7_ST;ZSTD_DISABLE_ASM;HAVE_FSEEKO;USE_16BPP_RENDERING;FRONTEND_SUPPORTS_RGB565;LSB_FIRST;BYTE_ORDER=LITTLE_ENDIAN;HAVE_ZLIB;__LIBRETRO__;M68K_OVERCLOCK_SHIFT=20;Z80_OVERCLOCK_SHIFT=20;HAVE_YM3438_CORE;HAVE_OPLL_CORE;INLINE=static __inline</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<AdditionalIncludeDirectories>../../core/cd_hw/libchdr/include;../../core/cd_hw/libchdr/src;../../core/cd_hw/libchdr/deps/lzma-24.05/include;../../core/cd_hw/libchdr/deps/zstd-1.5.6/lib;../../core/cd_hw/libchdr/deps/zstd-1.5.6/lib/common;../../core/cd_hw/libchdr/deps/zstd-1.5.6/lib/decompress;../../core/cd_hw/libchdr/deps/zlib-1.3.1;../../core;../../core/z80;../../core/m68k;../../core/ntsc;../../core/sound;../../core/input_hw;../../core/cd_hw;../../core/cart_hw;../../core/cart_hw/svp;../../core/debug;../../libretro;../../libretro/libretro-common/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
<Link>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<SubSystem>Windows</SubSystem>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\..\core\cart_hw\areplay.c" />
|
|
<ClCompile Include="..\..\core\cart_hw\eeprom_93c.c" />
|
|
<ClCompile Include="..\..\core\cart_hw\eeprom_i2c.c" />
|
|
<ClCompile Include="..\..\core\cart_hw\eeprom_spi.c" />
|
|
<ClCompile Include="..\..\core\cart_hw\ggenie.c" />
|
|
<ClCompile Include="..\..\core\cart_hw\md_cart.c" />
|
|
<ClCompile Include="..\..\core\cart_hw\sms_cart.c" />
|
|
<ClCompile Include="..\..\core\cart_hw\megasd.c" />
|
|
<ClCompile Include="..\..\core\cart_hw\sram.c" />
|
|
<ClCompile Include="..\..\core\cart_hw\svp\ssp16.c" />
|
|
<ClCompile Include="..\..\core\cart_hw\svp\svp.c" />
|
|
<ClCompile Include="..\..\core\cd_hw\cdc.c" />
|
|
<ClCompile Include="..\..\core\cd_hw\cdd.c" />
|
|
<ClCompile Include="..\..\core\cd_hw\cd_cart.c" />
|
|
<ClCompile Include="..\..\core\cd_hw\gfx.c" />
|
|
<ClCompile Include="..\..\core\cd_hw\libchdr\deps\lzma-24.05\src\CpuArch.c" />
|
|
<ClCompile Include="..\..\core\cd_hw\libchdr\deps\lzma-24.05\src\LzFind.c" />
|
|
<ClCompile Include="..\..\core\cd_hw\libchdr\deps\lzma-24.05\src\LzmaDec.c" />
|
|
<ClCompile Include="..\..\core\cd_hw\libchdr\deps\lzma-24.05\src\LzmaEnc.c" />
|
|
<ClCompile Include="..\..\core\cd_hw\libchdr\deps\zlib-1.3.1\adler32.c" />
|
|
<ClCompile Include="..\..\core\cd_hw\libchdr\deps\zlib-1.3.1\inffast.c" />
|
|
<ClCompile Include="..\..\core\cd_hw\libchdr\deps\zlib-1.3.1\inflate.c" />
|
|
<ClCompile Include="..\..\core\cd_hw\libchdr\deps\zlib-1.3.1\inftrees.c" />
|
|
<ClCompile Include="..\..\core\cd_hw\libchdr\deps\zlib-1.3.1\zutil.c" />
|
|
<ClCompile Include="..\..\core\cd_hw\libchdr\deps\zstd-1.5.6\lib\common\entropy_common.c" />
|
|
<ClCompile Include="..\..\core\cd_hw\libchdr\deps\zstd-1.5.6\lib\common\error_private.c" />
|
|
<ClCompile Include="..\..\core\cd_hw\libchdr\deps\zstd-1.5.6\lib\common\fse_decompress.c" />
|
|
<ClCompile Include="..\..\core\cd_hw\libchdr\deps\zstd-1.5.6\lib\common\xxhash.c" />
|
|
<ClCompile Include="..\..\core\cd_hw\libchdr\deps\zstd-1.5.6\lib\common\zstd_common.c" />
|
|
<ClCompile Include="..\..\core\cd_hw\libchdr\deps\zstd-1.5.6\lib\decompress\huf_decompress.c" />
|
|
<ClCompile Include="..\..\core\cd_hw\libchdr\deps\zstd-1.5.6\lib\decompress\zstd_ddict.c" />
|
|
<ClCompile Include="..\..\core\cd_hw\libchdr\deps\zstd-1.5.6\lib\decompress\zstd_decompress.c" />
|
|
<ClCompile Include="..\..\core\cd_hw\libchdr\deps\zstd-1.5.6\lib\decompress\zstd_decompress_block.c" />
|
|
<ClCompile Include="..\..\core\cd_hw\libchdr\src\libchdr_bitstream.c" />
|
|
<ClCompile Include="..\..\core\cd_hw\libchdr\src\libchdr_cdrom.c" />
|
|
<ClCompile Include="..\..\core\cd_hw\libchdr\src\libchdr_chd.c" />
|
|
<ClCompile Include="..\..\core\cd_hw\libchdr\src\libchdr_flac.c" />
|
|
<ClCompile Include="..\..\core\cd_hw\libchdr\src\libchdr_huffman.c" />
|
|
<ClCompile Include="..\..\core\cd_hw\pcm.c" />
|
|
<ClCompile Include="..\..\core\cd_hw\scd.c" />
|
|
<ClCompile Include="..\..\core\debug\cpuhook.c" />
|
|
<ClCompile Include="..\..\core\genesis.c" />
|
|
<ClCompile Include="..\..\core\input_hw\activator.c" />
|
|
<ClCompile Include="..\..\core\input_hw\gamepad.c" />
|
|
<ClCompile Include="..\..\core\input_hw\graphic_board.c" />
|
|
<ClCompile Include="..\..\core\input_hw\input.c" />
|
|
<ClCompile Include="..\..\core\input_hw\lightgun.c" />
|
|
<ClCompile Include="..\..\core\input_hw\mouse.c" />
|
|
<ClCompile Include="..\..\core\input_hw\paddle.c" />
|
|
<ClCompile Include="..\..\core\input_hw\sportspad.c" />
|
|
<ClCompile Include="..\..\core\input_hw\teamplayer.c" />
|
|
<ClCompile Include="..\..\core\input_hw\terebi_oekaki.c" />
|
|
<ClCompile Include="..\..\core\input_hw\xe_1ap.c" />
|
|
<ClCompile Include="..\..\core\io_ctrl.c" />
|
|
<ClCompile Include="..\..\core\loadrom.c" />
|
|
<ClCompile Include="..\..\core\m68k\m68kcpu.c" />
|
|
<ClCompile Include="..\..\core\m68k\s68kcpu.c" />
|
|
<ClCompile Include="..\..\core\mem68k.c" />
|
|
<ClCompile Include="..\..\core\membnk.c" />
|
|
<ClCompile Include="..\..\core\memz80.c" />
|
|
<ClCompile Include="..\..\core\ntsc\md_ntsc.c" />
|
|
<ClCompile Include="..\..\core\ntsc\sms_ntsc.c" />
|
|
<ClCompile Include="..\..\core\sound\blip_buf.c" />
|
|
<ClCompile Include="..\..\core\sound\eq.c" />
|
|
<ClCompile Include="..\..\core\sound\opll.c" />
|
|
<ClCompile Include="..\..\core\sound\psg.c" />
|
|
<ClCompile Include="..\..\core\sound\sound.c" />
|
|
<ClCompile Include="..\..\core\sound\ym2413.c" />
|
|
<ClCompile Include="..\..\core\sound\ym2612.c" />
|
|
<ClCompile Include="..\..\core\sound\ym3438.c" />
|
|
<ClCompile Include="..\..\core\state.c" />
|
|
<ClCompile Include="..\..\core\system.c" />
|
|
<ClCompile Include="..\..\core\tremor\bitwise.c" />
|
|
<ClCompile Include="..\..\core\tremor\block.c" />
|
|
<ClCompile Include="..\..\core\tremor\codebook.c" />
|
|
<ClCompile Include="..\..\core\tremor\floor0.c" />
|
|
<ClCompile Include="..\..\core\tremor\floor1.c" />
|
|
<ClCompile Include="..\..\core\tremor\framing.c" />
|
|
<ClCompile Include="..\..\core\tremor\info.c" />
|
|
<ClCompile Include="..\..\core\tremor\mapping0.c" />
|
|
<ClCompile Include="..\..\core\tremor\mdct.c" />
|
|
<ClCompile Include="..\..\core\tremor\registry.c" />
|
|
<ClCompile Include="..\..\core\tremor\res012.c" />
|
|
<ClCompile Include="..\..\core\tremor\sharedbook.c" />
|
|
<ClCompile Include="..\..\core\tremor\synthesis.c" />
|
|
<ClCompile Include="..\..\core\tremor\vorbisfile.c" />
|
|
<ClCompile Include="..\..\core\tremor\window.c" />
|
|
<ClCompile Include="..\..\core\vdp_ctrl.c" />
|
|
<ClCompile Include="..\..\core\vdp_render.c" />
|
|
<ClCompile Include="..\..\core\z80\z80.c" />
|
|
<ClCompile Include="..\libretro-common\compat\compat_strl.c" />
|
|
<ClCompile Include="..\libretro-common\compat\fopen_utf8.c" />
|
|
<ClCompile Include="..\libretro-common\encodings\encoding_utf.c" />
|
|
<ClCompile Include="..\libretro-common\streams\file_stream.c" />
|
|
<ClCompile Include="..\libretro-common\streams\file_stream_transforms.c" />
|
|
<ClCompile Include="..\libretro-common\vfs\vfs_implementation.c" />
|
|
<ClCompile Include="..\libretro.c" />
|
|
<ClCompile Include="..\scrc32.c" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\..\core\cart_hw\areplay.h" />
|
|
<ClInclude Include="..\..\core\cart_hw\eeprom_93c.h" />
|
|
<ClInclude Include="..\..\core\cart_hw\eeprom_i2c.h" />
|
|
<ClInclude Include="..\..\core\cart_hw\eeprom_spi.h" />
|
|
<ClInclude Include="..\..\core\cart_hw\ggenie.h" />
|
|
<ClInclude Include="..\..\core\cart_hw\md_cart.h" />
|
|
<ClInclude Include="..\..\core\cart_hw\sms_cart.h" />
|
|
<ClInclude Include="..\..\core\cart_hw\megasd.h" />
|
|
<ClInclude Include="..\..\core\cart_hw\sram.h" />
|
|
<ClInclude Include="..\..\core\cart_hw\svp\ssp16.h" />
|
|
<ClInclude Include="..\..\core\cart_hw\svp\svp.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\cdc.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\cdd.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\cd_cart.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\gfx.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\libchdr\deps\lzma-24.05\include\7zTypes.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\libchdr\deps\lzma-24.05\include\7zWindows.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\libchdr\deps\lzma-24.05\include\Compiler.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\libchdr\deps\lzma-24.05\include\CpuArch.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\libchdr\deps\lzma-24.05\include\LzFind.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\libchdr\deps\lzma-24.05\include\LzHash.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\libchdr\deps\lzma-24.05\include\LzmaDec.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\libchdr\deps\lzma-24.05\include\LzmaEnc.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\libchdr\deps\lzma-24.05\include\Precomp.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\libchdr\deps\zlib-1.3.1\gzguts.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\libchdr\deps\zlib-1.3.1\inffast.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\libchdr\deps\zlib-1.3.1\inffixed.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\libchdr\deps\zlib-1.3.1\inflate.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\libchdr\deps\zlib-1.3.1\inftrees.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\libchdr\deps\zlib-1.3.1\zconf.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\libchdr\deps\zlib-1.3.1\zlib.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\libchdr\deps\zlib-1.3.1\zutil.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\libchdr\deps\zstd-1.5.6\lib\common\error_private.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\libchdr\deps\zstd-1.5.6\lib\decompress\zstd_ddict.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\libchdr\deps\zstd-1.5.6\lib\decompress\zstd_decompress_block.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\libchdr\deps\zstd-1.5.6\lib\decompress\zstd_decompress_internal.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\libchdr\deps\zstd-1.5.6\lib\zstd.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\libchdr\include\dr_libs\dr_flac.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\libchdr\include\libchdr\bitstream.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\libchdr\include\libchdr\cdrom.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\libchdr\include\libchdr\chd.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\libchdr\include\libchdr\chdconfig.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\libchdr\include\libchdr\coretypes.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\libchdr\include\libchdr\flac.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\libchdr\include\libchdr\huffman.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\pcm.h" />
|
|
<ClInclude Include="..\..\core\cd_hw\scd.h" />
|
|
<ClInclude Include="..\..\core\debug\cpuhook.h" />
|
|
<ClInclude Include="..\..\core\genesis.h" />
|
|
<ClInclude Include="..\..\core\input_hw\activator.h" />
|
|
<ClInclude Include="..\..\core\input_hw\gamepad.h" />
|
|
<ClInclude Include="..\..\core\input_hw\graphic_board.h" />
|
|
<ClInclude Include="..\..\core\input_hw\input.h" />
|
|
<ClInclude Include="..\..\core\input_hw\lightgun.h" />
|
|
<ClInclude Include="..\..\core\input_hw\mouse.h" />
|
|
<ClInclude Include="..\..\core\input_hw\paddle.h" />
|
|
<ClInclude Include="..\..\core\input_hw\sportspad.h" />
|
|
<ClInclude Include="..\..\core\input_hw\teamplayer.h" />
|
|
<ClInclude Include="..\..\core\input_hw\terebi_oekaki.h" />
|
|
<ClInclude Include="..\..\core\input_hw\xe_1ap.h" />
|
|
<ClInclude Include="..\..\core\io_ctrl.h" />
|
|
<ClInclude Include="..\..\core\loadrom.h" />
|
|
<ClInclude Include="..\..\core\m68k\m68k.h" />
|
|
<ClInclude Include="..\..\core\m68k\m68kconf.h" />
|
|
<ClInclude Include="..\..\core\m68k\m68kcpu.h" />
|
|
<ClInclude Include="..\..\core\m68k\m68ki_cycles.h" />
|
|
<ClInclude Include="..\..\core\m68k\m68ki_instruction_jump_table.h" />
|
|
<ClInclude Include="..\..\core\m68k\m68kops.h" />
|
|
<ClInclude Include="..\..\core\m68k\s68kconf.h" />
|
|
<ClInclude Include="..\..\core\m68k\s68ki_cycles.h" />
|
|
<ClInclude Include="..\..\core\mem68k.h" />
|
|
<ClInclude Include="..\..\core\membnk.h" />
|
|
<ClInclude Include="..\..\core\memz80.h" />
|
|
<ClInclude Include="..\..\core\ntsc\md_ntsc.h" />
|
|
<ClInclude Include="..\..\core\ntsc\md_ntsc_config.h" />
|
|
<ClInclude Include="..\..\core\ntsc\md_ntsc_impl.h" />
|
|
<ClInclude Include="..\..\core\ntsc\sms_ntsc.h" />
|
|
<ClInclude Include="..\..\core\ntsc\sms_ntsc_config.h" />
|
|
<ClInclude Include="..\..\core\ntsc\sms_ntsc_impl.h" />
|
|
<ClInclude Include="..\..\core\shared.h" />
|
|
<ClInclude Include="..\..\core\sound\blip_buf.h" />
|
|
<ClInclude Include="..\..\core\sound\eq.h" />
|
|
<ClInclude Include="..\..\core\sound\opll.h" />
|
|
<ClInclude Include="..\..\core\sound\psg.h" />
|
|
<ClInclude Include="..\..\core\sound\sound.h" />
|
|
<ClInclude Include="..\..\core\sound\ym2413.h" />
|
|
<ClInclude Include="..\..\core\sound\ym2612.h" />
|
|
<ClInclude Include="..\..\core\sound\ym3438.h" />
|
|
<ClInclude Include="..\..\core\state.h" />
|
|
<ClInclude Include="..\..\core\system.h" />
|
|
<ClInclude Include="..\..\core\tremor\block.h" />
|
|
<ClInclude Include="..\..\core\tremor\codebook.h" />
|
|
<ClInclude Include="..\..\core\tremor\codec_internal.h" />
|
|
<ClInclude Include="..\..\core\tremor\config_types.h" />
|
|
<ClInclude Include="..\..\core\tremor\ivorbiscodec.h" />
|
|
<ClInclude Include="..\..\core\tremor\ivorbisfile.h" />
|
|
<ClInclude Include="..\..\core\tremor\lsp_lookup.h" />
|
|
<ClInclude Include="..\..\core\tremor\mdct.h" />
|
|
<ClInclude Include="..\..\core\tremor\mdct_lookup.h" />
|
|
<ClInclude Include="..\..\core\tremor\misc.h" />
|
|
<ClInclude Include="..\..\core\tremor\ogg.h" />
|
|
<ClInclude Include="..\..\core\tremor\os.h" />
|
|
<ClInclude Include="..\..\core\tremor\os_types.h" />
|
|
<ClInclude Include="..\..\core\tremor\registry.h" />
|
|
<ClInclude Include="..\..\core\tremor\window.h" />
|
|
<ClInclude Include="..\..\core\tremor\window_lookup.h" />
|
|
<ClInclude Include="..\..\core\vdp_ctrl.h" />
|
|
<ClInclude Include="..\..\core\vdp_render.h" />
|
|
<ClInclude Include="..\..\core\z80\z80.h" />
|
|
<ClInclude Include="..\osd.h" />
|
|
<ClInclude Include="..\scrc32.h" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project>
|