mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-03-05 04:53:58 +01:00
- Adds animation support. This commit adds the base framework and implements a translate animation used to slide elements around the screen. This is then used to implement the sliding animation for the trophy notification.
661 lines
35 KiB
XML
661 lines
35 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug - LLVM|x64">
|
|
<Configuration>Debug - LLVM</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug - MemLeak|x64">
|
|
<Configuration>Debug - MemLeak</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release - LLVM|x64">
|
|
<Configuration>Release - LLVM</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{C4A10229-4712-4BD2-B63E-50D93C67A038}</ProjectGuid>
|
|
<RootNamespace>emucore</RootNamespace>
|
|
</PropertyGroup>
|
|
<Import Project="..\common_default.props" />
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<Import Project="..\common_default_macros.props" />
|
|
<PropertyGroup Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="..\rpcs3_default.props" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<Import Project="..\rpcs3_debug.props" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug - MemLeak|x64'" Label="PropertySheets">
|
|
<Import Project="..\rpcs3_debug.props" />
|
|
<Import Project="..\rpcs3_memleak.props" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug - LLVM|x64'" Label="PropertySheets">
|
|
<Import Project="..\rpcs3_debug.props" />
|
|
<Import Project="..\rpcs3_llvm.props" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<Import Project="..\rpcs3_release.props" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release - LLVM|x64'" Label="PropertySheets">
|
|
<Import Project="..\rpcs3_release.props" />
|
|
<Import Project="..\rpcs3_llvm.props" />
|
|
</ImportGroup>
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
<AdditionalIncludeDirectories>..\3rdparty\libusb\libusb;..\3rdparty\zlib;..\llvm\include;..\llvm_build\include;$(VULKAN_SDK)\Include</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
<PreBuildEvent>
|
|
<Command>%windir%\sysnative\cmd.exe /c "$(SolutionDir)\Utilities\git-version-gen.cmd"</Command>
|
|
<Message>Updating git-version.h</Message>
|
|
</PreBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="Emu\Io\KeyboardHandler.cpp" />
|
|
<ClCompile Include="Emu\RSX\Overlays\Shaders\shader_loading_dialog.cpp" />
|
|
<ClCompile Include="Emu\RSX\Overlays\Shaders\shader_loading_dialog_native.cpp" />
|
|
<ClCompile Include="util\atomic.cpp">
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="util\atomic2.cpp">
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="..\Utilities\bin_patch.cpp">
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="..\Utilities\cond.cpp">
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="..\Utilities\dynamic_library.cpp" />
|
|
<ClCompile Include="..\Utilities\JIT.cpp">
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="..\Utilities\Log.cpp">
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="..\Utilities\File.cpp">
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="..\Utilities\LUrlParser.cpp">
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="..\Utilities\Config.cpp" />
|
|
<ClCompile Include="..\Utilities\mutex.cpp">
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="..\Utilities\rXml.cpp" />
|
|
<ClCompile Include="..\Utilities\sema.cpp">
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="..\Utilities\StrFmt.cpp">
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="..\Utilities\sysinfo.cpp">
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug - LLVM|x64'">NotUsing</PrecompiledHeader>
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release - LLVM|x64'">NotUsing</PrecompiledHeader>
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug - MemLeak|x64'">NotUsing</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="..\Utilities\Thread.cpp" />
|
|
<ClCompile Include="..\Utilities\version.cpp" />
|
|
<ClCompile Include="..\Utilities\VirtualMemory.cpp" />
|
|
<ClCompile Include="Emu\Cell\lv2\sys_config.cpp" />
|
|
<ClCompile Include="Crypto\md5.cpp">
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release - LLVM|x64'">NotUsing</PrecompiledHeader>
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug - LLVM|x64'">NotUsing</PrecompiledHeader>
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug - MemLeak|x64'">NotUsing</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="Emu\Cell\lv2\sys_gpio.cpp" />
|
|
<ClCompile Include="Emu\Cell\lv2\sys_net.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\StaticHLE.cpp" />
|
|
<ClCompile Include="Emu\Cell\lv2\sys_overlay.cpp" />
|
|
<ClCompile Include="Emu\Cell\PPUAnalyser.cpp" />
|
|
<ClCompile Include="Emu\Cell\PPUTranslator.cpp">
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="Emu\CPU\CPUTranslator.cpp">
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="Emu\Io\PadHandler.cpp" />
|
|
<ClCompile Include="Emu\Cell\lv2\lv2.cpp" />
|
|
<ClCompile Include="Emu\Cell\lv2\sys_cond.cpp" />
|
|
<ClCompile Include="Emu\Cell\lv2\sys_dbg.cpp" />
|
|
<ClCompile Include="Emu\Cell\lv2\sys_event.cpp" />
|
|
<ClCompile Include="Emu\Cell\lv2\sys_event_flag.cpp" />
|
|
<ClCompile Include="Emu\Cell\lv2\sys_fs.cpp" />
|
|
<ClCompile Include="Emu\Cell\lv2\sys_gamepad.cpp" />
|
|
<ClCompile Include="Emu\Cell\lv2\sys_interrupt.cpp" />
|
|
<ClCompile Include="Emu\Cell\lv2\sys_lwcond.cpp" />
|
|
<ClCompile Include="Emu\Cell\lv2\sys_lwmutex.cpp" />
|
|
<ClCompile Include="Emu\Cell\lv2\sys_memory.cpp" />
|
|
<ClCompile Include="Emu\Cell\lv2\sys_mmapper.cpp" />
|
|
<ClCompile Include="Emu\Cell\lv2\sys_mutex.cpp" />
|
|
<ClCompile Include="Emu\Cell\lv2\sys_ppu_thread.cpp" />
|
|
<ClCompile Include="Emu\Cell\lv2\sys_process.cpp" />
|
|
<ClCompile Include="Emu\Cell\lv2\sys_prx.cpp" />
|
|
<ClCompile Include="Emu\Cell\lv2\sys_rsx.cpp" />
|
|
<ClCompile Include="Emu\Cell\lv2\sys_rwlock.cpp" />
|
|
<ClCompile Include="Emu\Cell\lv2\sys_semaphore.cpp" />
|
|
<ClCompile Include="Emu\Cell\lv2\sys_spu.cpp" />
|
|
<ClCompile Include="Emu\Cell\lv2\sys_time.cpp" />
|
|
<ClCompile Include="Emu\Cell\lv2\sys_timer.cpp" />
|
|
<ClCompile Include="Emu\Cell\lv2\sys_trace.cpp" />
|
|
<ClCompile Include="Emu\Cell\lv2\sys_tty.cpp" />
|
|
<ClCompile Include="Emu\Cell\lv2\sys_usbd.cpp" />
|
|
<ClCompile Include="Emu\Cell\lv2\sys_vm.cpp" />
|
|
<ClCompile Include="Emu\Cell\lv2\sys_ss.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\sys_libc_.cpp" />
|
|
<ClCompile Include="Emu\Cell\PPUModule.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellAdec.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellAtrac.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellAtracMulti.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellAudio.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellAudioOut.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellAvconfExt.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellBgdl.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellCamera.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellCelp8Enc.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellCelpEnc.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellCrossController.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellDaisy.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellDmux.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellDtcpIpUtility.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellFiber.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellFont.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellFontFT.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cell_FreeType2.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellFs.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellGame.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellGameExec.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellGcmSys.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellGem.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellGifDec.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellHttp.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellHttpUtil.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellImeJp.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellJpgDec.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellJpgEnc.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellKb.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellKey2char.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellL10n.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellLibprof.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellMic.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellMouse.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellMsgDialog.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellMusic.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellMusicDecode.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellMusicExport.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellNetAoi.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellNetCtl.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellOskDialog.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellOvis.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellPad.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellPamf.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellPesmUtility.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellPhotoDecode.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellPhotoExport.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellPhotoImport.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellPngDec.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellPngEnc.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellPrint.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellRec.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellRemotePlay.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellResc.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellRtc.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellRtcAlarm.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellRudp.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellSail.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellSailRec.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellSaveData.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellScreenshot.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellSearch.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellSheap.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellSpudll.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellSpurs.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellSpursJq.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellSpursSpu.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellSsl.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellStorage.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellSubDisplay.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellSync.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellSync2.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellSysconf.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellSysCache.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellSysmodule.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellSysutil.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellSysutilAp.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellSysutilAvc.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellSysutilAvc2.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellSysutilAvcExt.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellSysutilMisc.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellSysutilNpEula.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellUsbd.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellUsbpspcm.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellUserInfo.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellVdec.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellVideoExport.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellVideoOut.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellVideoPlayerUtility.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellVideoUpload.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellVoice.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellVpost.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\cellWebBrowser.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\libad_async.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\libad_core.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\libmedi.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\libmixer.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\libsnd3.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\libsynth2.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\sceNp.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\sceNp2.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\sceNpClans.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\sceNpCommerce2.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\sceNpMatchingInt.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\sceNpSns.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\sceNpTrophy.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\sceNpTus.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\sceNpUtil.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\sysPrxForUser.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\sys_game.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\sys_heap.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\sys_io.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\sys_libc.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\sys_lv2dbg.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\sys_lwcond_.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\sys_lwmutex_.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\sys_mempool.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\sys_mmapper_.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\sys_net_.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\sys_ppu_thread_.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\sys_prx_.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\sys_rsxaudio_.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\sys_spinlock.cpp" />
|
|
<ClCompile Include="Emu\Cell\Modules\sys_spu_.cpp" />
|
|
<ClCompile Include="Emu\Cell\PPUDisAsm.cpp" />
|
|
<ClCompile Include="Emu\Cell\PPUFunction.cpp" />
|
|
<ClCompile Include="Emu\Cell\PPUInterpreter.cpp" />
|
|
<ClCompile Include="Emu\Cell\SPUAnalyser.cpp" />
|
|
<ClCompile Include="Emu\Cell\SPUASMJITRecompiler.cpp" />
|
|
<ClCompile Include="Emu\Cell\SPUDisAsm.cpp" />
|
|
<ClCompile Include="Emu\Cell\SPUInterpreter.cpp" />
|
|
<ClCompile Include="Emu\IdManager.cpp" />
|
|
<ClCompile Include="Emu\Io\Skylander.cpp" />
|
|
<ClCompile Include="Emu\Io\usb_device.cpp" />
|
|
<ClCompile Include="Emu\RSX\Capture\rsx_capture.cpp" />
|
|
<ClCompile Include="Emu\RSX\Capture\rsx_replay.cpp" />
|
|
<ClCompile Include="Emu\RSX\CgBinaryFragmentProgram.cpp" />
|
|
<ClCompile Include="Emu\RSX\CgBinaryVertexProgram.cpp" />
|
|
<ClCompile Include="Emu\RSX\Common\BufferUtils.cpp" />
|
|
<ClCompile Include="Emu\RSX\Common\FragmentProgramDecompiler.cpp" />
|
|
<ClCompile Include="Emu\RSX\Common\ProgramStateCache.cpp" />
|
|
<ClCompile Include="Emu\RSX\Common\surface_store.cpp" />
|
|
<ClCompile Include="Emu\RSX\Common\TextureUtils.cpp" />
|
|
<ClCompile Include="Emu\RSX\Common\VertexProgramDecompiler.cpp" />
|
|
<ClCompile Include="Emu\RSX\gcm_printing.cpp">
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="Emu\RSX\gcm_enums.cpp">
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="Emu\RSX\Null\NullGSRender.cpp" />
|
|
<ClCompile Include="Emu\RSX\Overlays\overlays.cpp" />
|
|
<ClCompile Include="Emu\RSX\Overlays\overlay_animation.cpp" />
|
|
<ClCompile Include="Emu\RSX\Overlays\overlay_edit_text.cpp" />
|
|
<ClCompile Include="Emu\RSX\Overlays\overlay_font.cpp" />
|
|
<ClCompile Include="Emu\RSX\Overlays\overlay_list_view.cpp" />
|
|
<ClCompile Include="Emu\RSX\Overlays\overlay_message_dialog.cpp" />
|
|
<ClCompile Include="Emu\RSX\Overlays\overlay_osk.cpp" />
|
|
<ClCompile Include="Emu\RSX\Overlays\overlay_perf_metrics.cpp" />
|
|
<ClCompile Include="Emu\RSX\Overlays\overlay_progress_bar.cpp" />
|
|
<ClCompile Include="Emu\RSX\Overlays\overlay_save_dialog.cpp" />
|
|
<ClCompile Include="Emu\RSX\Overlays\overlay_shader_compile_notification.cpp" />
|
|
<ClCompile Include="Emu\RSX\Overlays\overlay_trophy_notification.cpp" />
|
|
<ClCompile Include="Emu\RSX\RSXFIFO.cpp" />
|
|
<ClCompile Include="Emu\RSX\RSXOffload.cpp" />
|
|
<ClCompile Include="Emu\RSX\rsx_methods.cpp" />
|
|
<ClCompile Include="Emu\RSX\rsx_utils.cpp" />
|
|
<ClCompile Include="Crypto\aes.cpp">
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="Crypto\aesni.cpp">
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="Crypto\ec.cpp">
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="Crypto\key_vault.cpp">
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="Crypto\lz.cpp">
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="Crypto\sha1.cpp">
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="Crypto\sha256.cpp">
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="Crypto\unedat.cpp" />
|
|
<ClCompile Include="Crypto\unpkg.cpp" />
|
|
<ClCompile Include="Crypto\unself.cpp" />
|
|
<ClCompile Include="Crypto\utils.cpp">
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="Emu\Audio\AudioDumper.cpp" />
|
|
<ClCompile Include="Emu\Cell\MFC.cpp" />
|
|
<ClCompile Include="Emu\Cell\PPUThread.cpp" />
|
|
<ClCompile Include="Emu\Cell\RawSPUThread.cpp" />
|
|
<ClCompile Include="Emu\Cell\SPURecompiler.cpp" />
|
|
<ClCompile Include="Emu\Cell\SPUThread.cpp" />
|
|
<ClCompile Include="Emu\CPU\CPUThread.cpp" />
|
|
<ClCompile Include="Emu\VFS.cpp" />
|
|
<ClCompile Include="Emu\RSX\GSRender.cpp" />
|
|
<ClCompile Include="Emu\RSX\RSXTexture.cpp" />
|
|
<ClCompile Include="Emu\RSX\RSXThread.cpp" />
|
|
<ClCompile Include="Emu\Memory\vm.cpp" />
|
|
<ClCompile Include="Emu\System.cpp" />
|
|
<ClCompile Include="Emu\GDB.cpp" />
|
|
<ClCompile Include="Loader\ELF.cpp" />
|
|
<ClCompile Include="Loader\PSF.cpp" />
|
|
<ClCompile Include="Loader\PUP.cpp" />
|
|
<ClCompile Include="Loader\TAR.cpp" />
|
|
<ClCompile Include="Loader\TROPUSR.cpp" />
|
|
<ClCompile Include="Loader\TRP.cpp" />
|
|
<ClCompile Include="rpcs3_version.cpp" />
|
|
<ClCompile Include="stb_image.cpp" />
|
|
<ClCompile Include="stdafx.cpp">
|
|
<PrecompiledHeader>Create</PrecompiledHeader>
|
|
</ClCompile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\3rdparty\stblib\stb_image.h" />
|
|
<ClInclude Include="..\Utilities\address_range.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellCrossController.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellRemotePlay.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellSsl.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellStorage.h" />
|
|
<ClInclude Include="Emu\Io\Keyboard.h" />
|
|
<ClInclude Include="Emu\RSX\Common\texture_cache_helpers.h" />
|
|
<ClInclude Include="Emu\RSX\Overlays\overlay_perf_metrics.h" />
|
|
<ClInclude Include="Emu\RSX\Overlays\Shaders\shader_loading_dialog.h" />
|
|
<ClInclude Include="Emu\RSX\Overlays\Shaders\shader_loading_dialog_native.h" />
|
|
<ClInclude Include="util\atomic.hpp" />
|
|
<ClInclude Include="..\Utilities\BEType.h" />
|
|
<ClInclude Include="..\Utilities\bin_patch.h" />
|
|
<ClInclude Include="..\Utilities\BitField.h" />
|
|
<ClInclude Include="..\Utilities\bit_set.h" />
|
|
<ClInclude Include="..\Utilities\cfmt.h" />
|
|
<ClInclude Include="..\Utilities\cond.h" />
|
|
<ClInclude Include="..\Utilities\CRC.h" />
|
|
<ClInclude Include="..\Utilities\date_time.h" />
|
|
<ClInclude Include="..\Utilities\dynamic_library.h" />
|
|
<ClInclude Include="..\Utilities\geometry.h" />
|
|
<ClInclude Include="..\Utilities\hash.h" />
|
|
<ClInclude Include="..\Utilities\JIT.h" />
|
|
<ClInclude Include="..\Utilities\lockless.h" />
|
|
<ClInclude Include="..\Utilities\mutex.h" />
|
|
<ClInclude Include="..\Utilities\sema.h" />
|
|
<ClInclude Include="..\Utilities\sync.h" />
|
|
<ClInclude Include="..\Utilities\Log.h" />
|
|
<ClInclude Include="..\Utilities\File.h" />
|
|
<ClInclude Include="..\Utilities\Config.h" />
|
|
<ClInclude Include="..\Utilities\rXml.h" />
|
|
<ClInclude Include="..\Utilities\StrFmt.h" />
|
|
<ClInclude Include="..\Utilities\StrUtil.h" />
|
|
<ClInclude Include="..\Utilities\sysinfo.h" />
|
|
<ClInclude Include="..\Utilities\Thread.h" />
|
|
<ClInclude Include="..\Utilities\Timer.h" />
|
|
<ClInclude Include="..\Utilities\types.h" />
|
|
<ClInclude Include="..\Utilities\version.h" />
|
|
<ClInclude Include="..\Utilities\VirtualMemory.h" />
|
|
<ClInclude Include="Crypto\aes.h" />
|
|
<ClInclude Include="Crypto\aesni.h" />
|
|
<ClInclude Include="Crypto\ec.h" />
|
|
<ClInclude Include="Crypto\key_vault.h" />
|
|
<ClInclude Include="Crypto\lz.h" />
|
|
<ClInclude Include="Crypto\md5.h" />
|
|
<ClInclude Include="Crypto\sha1.h" />
|
|
<ClInclude Include="Crypto\sha256.h" />
|
|
<ClInclude Include="Crypto\unedat.h" />
|
|
<ClInclude Include="Crypto\unpkg.h" />
|
|
<ClInclude Include="Crypto\unself.h" />
|
|
<ClInclude Include="Crypto\utils.h" />
|
|
<ClInclude Include="define_new_memleakdetect.h" />
|
|
<ClInclude Include="Emu\Cell\lv2\sys_config.h" />
|
|
<ClInclude Include="Emu\Cell\lv2\sys_gpio.h" />
|
|
<ClInclude Include="Emu\Cell\lv2\sys_net.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellCelp8Enc.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellCelpEnc.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellDaisy.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellHttp.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellHttpUtil.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellJpgEnc.h" />
|
|
<ClInclude Include="Emu\Cell\lv2\sys_overlay.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellOskDialog.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellVoice.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\StaticHLE.h" />
|
|
<ClInclude Include="Emu\Cell\PPUAnalyser.h" />
|
|
<ClInclude Include="Emu\Cell\PPUTranslator.h" />
|
|
<ClInclude Include="Emu\CPU\CPUTranslator.h" />
|
|
<ClInclude Include="Emu\Io\Skylander.h" />
|
|
<ClInclude Include="Emu\Io\usb_device.h" />
|
|
<ClInclude Include="Emu\IPC.h" />
|
|
<ClInclude Include="Emu\Audio\AudioDumper.h" />
|
|
<ClInclude Include="Emu\Audio\AudioBackend.h" />
|
|
<ClInclude Include="Emu\Audio\Null\NullAudioBackend.h" />
|
|
<ClInclude Include="Emu\Cell\Common.h" />
|
|
<ClInclude Include="Emu\Cell\ErrorCodes.h" />
|
|
<ClInclude Include="Emu\Cell\lv2\sys_cond.h" />
|
|
<ClInclude Include="Emu\Cell\lv2\sys_dbg.h" />
|
|
<ClInclude Include="Emu\Cell\lv2\sys_event.h" />
|
|
<ClInclude Include="Emu\Cell\lv2\sys_event_flag.h" />
|
|
<ClInclude Include="Emu\Cell\lv2\sys_fs.h" />
|
|
<ClInclude Include="Emu\Cell\lv2\sys_gamepad.h" />
|
|
<ClInclude Include="Emu\Cell\lv2\sys_interrupt.h" />
|
|
<ClInclude Include="Emu\Cell\lv2\sys_lwcond.h" />
|
|
<ClInclude Include="Emu\Cell\lv2\sys_lwmutex.h" />
|
|
<ClInclude Include="Emu\Cell\lv2\sys_memory.h" />
|
|
<ClInclude Include="Emu\Cell\lv2\sys_mmapper.h" />
|
|
<ClInclude Include="Emu\Cell\lv2\sys_mutex.h" />
|
|
<ClInclude Include="Emu\Cell\lv2\sys_ppu_thread.h" />
|
|
<ClInclude Include="Emu\Cell\lv2\sys_process.h" />
|
|
<ClInclude Include="Emu\Cell\lv2\sys_prx.h" />
|
|
<ClInclude Include="Emu\Cell\lv2\sys_rsx.h" />
|
|
<ClInclude Include="Emu\Cell\lv2\sys_rwlock.h" />
|
|
<ClInclude Include="Emu\Cell\lv2\sys_semaphore.h" />
|
|
<ClInclude Include="Emu\Cell\lv2\sys_spu.h" />
|
|
<ClInclude Include="Emu\Cell\lv2\sys_sync.h" />
|
|
<ClInclude Include="Emu\Cell\lv2\sys_time.h" />
|
|
<ClInclude Include="Emu\Cell\lv2\sys_timer.h" />
|
|
<ClInclude Include="Emu\Cell\lv2\sys_trace.h" />
|
|
<ClInclude Include="Emu\Cell\lv2\sys_tty.h" />
|
|
<ClInclude Include="Emu\Cell\lv2\sys_usbd.h" />
|
|
<ClInclude Include="Emu\Cell\lv2\sys_vm.h" />
|
|
<ClInclude Include="Emu\Cell\lv2\sys_ss.h" />
|
|
<ClInclude Include="Emu\Cell\MFC.h" />
|
|
<ClInclude Include="Emu\Cell\PPUModule.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellAdec.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellAtrac.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellAtracMulti.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellAudio.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellAudioIn.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellAudioOut.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellBgdl.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellCamera.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellDmux.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellFiber.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellFont.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellFontFT.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellFs.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellGame.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellGcmSys.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellGem.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellGifDec.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellImeJp.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellJpgDec.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellKb.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellL10n.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellMic.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellMouse.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellMsgDialog.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellMusic.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellNetCtl.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellPad.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellPamf.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellPng.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellPngDec.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellResc.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellRtc.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellRudp.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellSail.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellSaveData.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellScreenshot.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellSearch.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellSpudll.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellSpurs.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellSpursJq.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellSubDisplay.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellSync.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellSync2.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellSysconf.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellSysutil.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellSysutilAvc2.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellUsbd.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellUserInfo.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellVdec.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellVideoOut.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellVideoUpload.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellVpost.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\cellWebBrowser.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\libmixer.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\libsnd3.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\libsynth2.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\sceNp.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\sceNp2.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\sceNpClans.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\sceNpCommerce2.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\sceNpSns.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\sceNpTrophy.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\sceNpTus.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\sceNpUtil.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\sysPrxForUser.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\sys_lv2dbg.h" />
|
|
<ClInclude Include="Emu\Cell\Modules\sys_net_.h" />
|
|
<ClInclude Include="Emu\Cell\PPCDisAsm.h" />
|
|
<ClInclude Include="Emu\Cell\PPUCallback.h" />
|
|
<ClInclude Include="Emu\Cell\PPUDisAsm.h" />
|
|
<ClInclude Include="Emu\Cell\PPUFunction.h" />
|
|
<ClInclude Include="Emu\Cell\PPUInterpreter.h" />
|
|
<ClInclude Include="Emu\Cell\PPUOpcodes.h" />
|
|
<ClInclude Include="Emu\Cell\PPUThread.h" />
|
|
<ClInclude Include="Emu\Cell\RawSPUThread.h" />
|
|
<ClInclude Include="Emu\Cell\SPUAnalyser.h" />
|
|
<ClInclude Include="Emu\Cell\SPUASMJITRecompiler.h" />
|
|
<ClInclude Include="Emu\Cell\SPUDisAsm.h" />
|
|
<ClInclude Include="Emu\Cell\SPUInterpreter.h" />
|
|
<ClInclude Include="Emu\Cell\SPUOpcodes.h" />
|
|
<ClInclude Include="Emu\Cell\SPURecompiler.h" />
|
|
<ClInclude Include="Emu\Cell\SPUThread.h" />
|
|
<ClInclude Include="Emu\CPU\CPUDisAsm.h" />
|
|
<ClInclude Include="Emu\CPU\CPUThread.h" />
|
|
<ClInclude Include="Emu\RSX\Capture\rsx_capture.h" />
|
|
<ClInclude Include="Emu\RSX\Capture\rsx_replay.h" />
|
|
<ClInclude Include="Emu\RSX\Capture\rsx_trace.h" />
|
|
<ClInclude Include="Emu\RSX\Common\GLSLCommon.h" />
|
|
<ClInclude Include="Emu\RSX\Common\surface_utils.h" />
|
|
<ClInclude Include="Emu\RSX\Common\TextGlyphs.h" />
|
|
<ClInclude Include="Emu\RSX\Common\texture_cache.h" />
|
|
<ClInclude Include="Emu\RSX\Common\texture_cache_checker.h" />
|
|
<ClInclude Include="Emu\RSX\Common\texture_cache_predictor.h" />
|
|
<ClInclude Include="Emu\RSX\Common\texture_cache_utils.h" />
|
|
<ClInclude Include="Emu\RSX\gcm_enums.h" />
|
|
<ClInclude Include="Emu\RSX\gcm_printing.h" />
|
|
<ClInclude Include="Emu\RSX\Overlays\overlays.h" />
|
|
<ClInclude Include="Emu\RSX\Overlays\overlay_animation.h" />
|
|
<ClInclude Include="Emu\RSX\Overlays\overlay_controls.h" />
|
|
<ClInclude Include="Emu\RSX\RSXFIFO.h" />
|
|
<ClInclude Include="Emu\RSX\RSXOffload.h" />
|
|
<ClInclude Include="Emu\RSX\rsx_cache.h" />
|
|
<ClInclude Include="Emu\RSX\rsx_decode.h" />
|
|
<ClInclude Include="Emu\RSX\rsx_vertex_data.h" />
|
|
<ClInclude Include="Emu\VFS.h" />
|
|
<ClInclude Include="Emu\GameInfo.h" />
|
|
<ClInclude Include="Emu\IdManager.h" />
|
|
<ClInclude Include="Emu\Io\KeyboardHandler.h" />
|
|
<ClInclude Include="Emu\Io\MouseHandler.h" />
|
|
<ClInclude Include="Emu\Io\Null\NullKeyboardHandler.h" />
|
|
<ClInclude Include="Emu\Io\Null\NullMouseHandler.h" />
|
|
<ClInclude Include="Emu\Io\Null\NullPadHandler.h" />
|
|
<ClInclude Include="Emu\Io\PadHandler.h" />
|
|
<ClInclude Include="Emu\RSX\CgBinaryProgram.h" />
|
|
<ClInclude Include="Emu\RSX\Common\BufferUtils.h" />
|
|
<ClInclude Include="Emu\RSX\Common\FragmentProgramDecompiler.h" />
|
|
<ClInclude Include="Emu\RSX\Common\ProgramStateCache.h" />
|
|
<ClInclude Include="Emu\RSX\Common\ring_buffer_helper.h" />
|
|
<ClInclude Include="Emu\RSX\Common\ShaderParam.h" />
|
|
<ClInclude Include="Emu\RSX\Common\surface_store.h" />
|
|
<ClInclude Include="Emu\RSX\Common\TextureUtils.h" />
|
|
<ClInclude Include="Emu\RSX\Common\VertexProgramDecompiler.h" />
|
|
<ClInclude Include="Emu\RSX\GCM.h" />
|
|
<ClInclude Include="Emu\RSX\GSRender.h" />
|
|
<ClInclude Include="Emu\RSX\Null\NullGSRender.h" />
|
|
<ClInclude Include="Emu\RSX\RSXFragmentProgram.h" />
|
|
<ClInclude Include="Emu\RSX\RSXTexture.h" />
|
|
<ClInclude Include="Emu\RSX\RSXThread.h" />
|
|
<ClInclude Include="Emu\RSX\RSXVertexProgram.h" />
|
|
<ClInclude Include="Emu\Memory\vm.h" />
|
|
<ClInclude Include="Emu\Memory\vm_ptr.h" />
|
|
<ClInclude Include="Emu\Memory\vm_ref.h" />
|
|
<ClInclude Include="Emu\Memory\vm_var.h" />
|
|
<ClInclude Include="Emu\RSX\rsx_methods.h" />
|
|
<ClInclude Include="Emu\RSX\rsx_utils.h" />
|
|
<ClInclude Include="Emu\System.h" />
|
|
<ClInclude Include="Emu\GDB.h" />
|
|
<ClInclude Include="Loader\ELF.h" />
|
|
<ClInclude Include="Loader\PSF.h" />
|
|
<ClInclude Include="Loader\PUP.h" />
|
|
<ClInclude Include="Loader\TAR.h" />
|
|
<ClInclude Include="Loader\TROPUSR.h" />
|
|
<ClInclude Include="Loader\TRP.h" />
|
|
<ClInclude Include="restore_new.h" />
|
|
<ClInclude Include="rpcs3_version.h" />
|
|
<ClInclude Include="stdafx.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\3rdparty\libpng.vcxproj">
|
|
<Project>{d6973076-9317-4ef2-a0b8-b7a18ac0713e}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\asmjitsrc\asmjit.vcxproj">
|
|
<Project>{ac40ff01-426e-4838-a317-66354cefae88}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\3rdparty\yaml-cpp.vcxproj">
|
|
<Project>{fdc361c5-7734-493b-8cfb-037308b35122}</Project>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project>
|