0% found this document useful (0 votes)
176 views58 pages

Log

The document logs the process of building and configuring RPCS3, an open-source PlayStation 3 emulator. It downloads dependencies and configures CMake settings to compile the project. Submodules are checked out and files are extracted before configuring the build in either Debug or Release mode.

Uploaded by

Fadli Nugraha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
176 views58 pages

Log

The document logs the process of building and configuring RPCS3, an open-source PlayStation 3 emulator. It downloads dependencies and configures CMake settings to compile the project. Submodules are checked out and files are extracted before configuring the build in either Debug or Release mode.

Uploaded by

Fadli Nugraha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 58

[00:00:00] Build started

[00:00:00] git clone -q --depth=3 --branch=master https://github.com/RPCS3/rpcs3


.git C:\rpcs3
[00:00:04] git checkout -qf 47fdaf69027c1a4138f445a24ada9539a025f08e
[00:00:04] Running Install scripts
[00:00:04] appveyor DownloadFile "https://dl.dropboxusercontent.com/s/c1by0uulee
6g8th/wxWidgets.7z?dl=0" -FileName wxWidgets.7z
[00:00:06]
[00:00:06] Downloading wxWidgets.7z (56,955,612 bytes)...1%
[00:00:06] Downloading wxWidgets.7z (56,955,612 bytes)...10%
[00:00:07] Downloading wxWidgets.7z (56,955,612 bytes)...20%
[00:00:07] Downloading wxWidgets.7z (56,955,612 bytes)...30%
[00:00:07] Downloading wxWidgets.7z (56,955,612 bytes)...40%
[00:00:07] Downloading wxWidgets.7z (56,955,612 bytes)...50%
[00:00:07] Downloading wxWidgets.7z (56,955,612 bytes)...60%
[00:00:07] Downloading wxWidgets.7z (56,955,612 bytes)...70%
[00:00:08] Downloading wxWidgets.7z (56,955,612 bytes)...80%
[00:00:08] Downloading wxWidgets.7z (56,955,612 bytes)...90%
[00:00:08] Downloading wxWidgets.7z (56,955,612 bytes)...100%
[00:00:08] appveyor DownloadFile "https://drive.google.com/uc?export=download&id
=0B-98fOyaZKJ5YWVnb29JZXFQWkU" -FileName llvmlibs.7z
[00:00:10] appveyor DownloadFile "https://drive.google.com/uc?export=download&id
=0B8A6NaxhQAGRa21fbDQteTN1dGs" -FileName vulkan.7z
[00:00:12]
[00:00:12] Downloading vulkan.7z (1,052,684 bytes)...1%
[00:00:12] Downloading vulkan.7z (1,052,684 bytes)...10%
[00:00:12] Downloading vulkan.7z (1,052,684 bytes)...20%
[00:00:12] Downloading vulkan.7z (1,052,684 bytes)...30%
[00:00:12] Downloading vulkan.7z (1,052,684 bytes)...40%
[00:00:12] Downloading vulkan.7z (1,052,684 bytes)...50%
[00:00:12] Downloading vulkan.7z (1,052,684 bytes)...60%
[00:00:12] Downloading vulkan.7z (1,052,684 bytes)...70%
[00:00:12] Downloading vulkan.7z (1,052,684 bytes)...80%
[00:00:12] Downloading vulkan.7z (1,052,684 bytes)...90%
[00:00:12] Downloading vulkan.7z (1,052,684 bytes)...100%
[00:00:12] appveyor DownloadFile "https://drive.google.com/uc?export=download&id
=0B6v_qtb9hkicQ2hHa2dRbF83cE0" -FileName zlib.7z
[00:00:12]
[00:00:12] Downloading zlib.7z (147,471 bytes)...2%
[00:00:12] Downloading zlib.7z (147,471 bytes)...10%
[00:00:12] Downloading zlib.7z (147,471 bytes)...20%
[00:00:12] Downloading zlib.7z (147,471 bytes)...30%
[00:00:12] Downloading zlib.7z (147,471 bytes)...40%
[00:00:12] Downloading zlib.7z (147,471 bytes)...50%
[00:00:12] Downloading zlib.7z (147,471 bytes)...60%
[00:00:12] Downloading zlib.7z (147,471 bytes)...70%
[00:00:12] Downloading zlib.7z (147,471 bytes)...80%
[00:00:12] Downloading zlib.7z (147,471 bytes)...90%
[00:00:12] Downloading zlib.7z (147,471 bytes)...100%
[00:00:12] set WXWIN=C:\rpcs3\wxWidgets
[00:00:12] set OPENALDIR=C:\rpcs3\3rdparty\OpenAL
[00:00:12] set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;C:\wxWidgets;%PATH%
[00:00:12] set COMMIT_SHA=%APPVEYOR_REPO_COMMIT:~0,8%
[00:00:13] $env:Date="$(git show -s --date=short --format='%ad')"
[00:00:13] git submodule update --init 3rdparty/ffmpeg 3rdparty/pugixml asmjit 3
rdparty/GSL 3rdparty/libpng Vulkan/glslang Vulkan/Vulkan-LoaderAndValidationLaye
rs Utilities/yaml-cpp rsx_program_decompiler 3rdparty/cereal
[00:00:13] Submodule 'GSL' (https://github.com/Microsoft/GSL.git) registered for
path '3rdparty/GSL'
[00:00:13] Submodule '3rdparty/cereal' (https://github.com/USCiLab/cereal.git) r
egistered for path '3rdparty/cereal'
[00:00:13] Submodule 'rpcs3-ffmpeg' (https://github.com/hrydgard/ppsspp-ffmpeg)
registered for path '3rdparty/ffmpeg'
[00:00:13] Submodule 'libpng' (https://github.com/RPCS3/libpng) registered for p
ath '3rdparty/libpng'
[00:00:13] Submodule '3rdparty/pugixml' (https://github.com/RPCS3/pugixml) regis
tered for path '3rdparty/pugixml'
[00:00:13] Submodule 'Utilities/yaml-cpp' (https://github.com/RPCS3/yaml-cpp) re
gistered for path 'Utilities/yaml-cpp'
[00:00:13] Submodule 'Vulkan/Vulkan-LoaderAndValidationLayers' (https://github.c
om/KhronosGroup/Vulkan-LoaderAndValidationLayers) registered for path 'Vulkan/Vu
lkan-LoaderAndValidationLayers'
[00:00:13] Submodule 'Vulkan/glslang' (https://github.com/KhronosGroup/glslang.g
it) registered for path 'Vulkan/glslang'
[00:00:13] Submodule 'asmjit' (https://github.com/kobalicek/asmjit) registered f
or path 'asmjit'
[00:00:13] Submodule 'rsx_program_decompiler' (https://github.com/RPCS3/rsx_prog
ram_decompiler) registered for path 'rsx_program_decompiler'
[00:00:14] Cloning into 'C:/rpcs3/3rdparty/GSL'...
[00:00:17] Cloning into 'C:/rpcs3/3rdparty/cereal'...
[00:01:49] Cloning into 'C:/rpcs3/3rdparty/ffmpeg'...
[00:01:55] Cloning into 'C:/rpcs3/3rdparty/libpng'...
[00:01:57] Cloning into 'C:/rpcs3/3rdparty/pugixml'...
[00:01:58] Cloning into 'C:/rpcs3/Utilities/yaml-cpp'...
[00:02:08] Cloning into 'C:/rpcs3/Vulkan/Vulkan-LoaderAndValidationLayers'...
[00:02:12] Cloning into 'C:/rpcs3/Vulkan/glslang'...
[00:02:13] Cloning into 'C:/rpcs3/asmjit'...
[00:02:13] Cloning into 'C:/rpcs3/rsx_program_decompiler'...
[00:02:14] Submodule path '3rdparty/GSL': checked out 'fc5fce4f4f8d64fbda523d1b0
d55115f5ca68774'
[00:02:14] Submodule path '3rdparty/cereal': checked out '42a45b6e15fcbd1a3d65b0
33f5d4d0b2ef6c023d'
[00:02:25] Submodule path '3rdparty/ffmpeg': checked out '8dd84dc1ea8bc70da1a345
109383f62974a9c2fc'
[00:02:26] Submodule path '3rdparty/libpng': checked out 'ea77a6fd4983e6c2ab4ef1
dee7c819188c2f4f3e'
[00:02:26] Submodule path '3rdparty/pugixml': checked out 'f205aaf6e1c90f1dda943
edd4f82922118a85648'
[00:02:26] Submodule path 'Utilities/yaml-cpp': checked out 'bc716868350f2d5a4fa
2836ebf96bf83fc02a9be'
[00:02:27] Submodule path 'Vulkan/Vulkan-LoaderAndValidationLayers': checked out
'64d375f52e2011964e196710ca78b0d4d68b20d0'
[00:02:28] Submodule path 'Vulkan/glslang': checked out '2921e0c54a95264a6fd193c
79c814f2869ef9a2d'
[00:02:28] Submodule path 'asmjit': checked out 'b0dad1af25fb141bf2b20cf29392194
886448832'
[00:02:28] Submodule path 'rsx_program_decompiler': checked out 'de3b2056edb91a4
39d856f1a84817c433ac1293c'
[00:02:28] 7z x wxWidgets.7z -aos -oC:\rpcs3\wxWidgets > null
[00:02:35] 7z x zlib.7z -aos -oC:\rpcs3\ > null
[00:02:35] 7z x vulkan.7z -aos -oC:\rpcs3\Vulkan > null
[00:02:35] if %configuration%==Release (cmake -G "Visual Studio 14 Win64" -DZLIB
_ROOT=C:/rpcs3/zlib/ -DVULKAN_PREBUILT=ON) else (7z x llvmlibs.7z -aos -oC:\rpcs
3 > null && cmake -G "Visual Studio 14 Win64" -DLLVM_DIR=C:/rpcs3/llvm_build/sha
re/llvm/cmake -DZLIB_ROOT=C:/rpcs3/zlib/ -DVULKAN_PREBUILT=ON)
[00:02:43] -- The C compiler identification is MSVC 19.0.24215.1
[00:02:43] -- The CXX compiler identification is MSVC 19.0.24215.1
[00:02:43] -- Check for working C compiler: C:/Program Files (x86)/Microsoft Vis
ual Studio 14.0/VC/bin/x86_amd64/cl.exe
[00:02:44] -- Check for working C compiler: C:/Program Files (x86)/Microsoft Vis
ual Studio 14.0/VC/bin/x86_amd64/cl.exe -- works
[00:02:44] -- Detecting C compiler ABI info
[00:02:45] -- Detecting C compiler ABI info - done
[00:02:45] -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft V
isual Studio 14.0/VC/bin/x86_amd64/cl.exe
[00:02:45] -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft V
isual Studio 14.0/VC/bin/x86_amd64/cl.exe -- works
[00:02:45] -- Detecting CXX compiler ABI info
[00:02:46] -- Detecting CXX compiler ABI info - done
[00:02:46] -- Detecting CXX compile features
[00:02:46] -- Detecting CXX compile features - done
[00:02:46] -- No build type selected, default to Release
[00:02:47] -- Found ZLIB: C:/rpcs3/zlib/lib/zlib.lib (found version "1.2.8")
[00:02:47] -- cotire 1.7.3 loaded.
[00:02:47] CMake Warning (dev) at rpcs3/cmake_modules/ConfigureCompiler.cmake:32
(elseif):
[00:02:47] Policy CMP0054 is not set: Only interpret if() arguments as variabl
es or
[00:02:47] keywords when unquoted. Run "cmake --help-policy CMP0054" for poli
cy
[00:02:47] details. Use the cmake_policy command to set the policy and suppre
ss this
[00:02:47] warning.
[00:02:47]
[00:02:47] Quoted variables like "MSVC" will no longer be dereferenced when th
e policy
[00:02:47] is set to NEW. Since the policy is not set the OLD behavior will b
e used.
[00:02:47] Call Stack (most recent call first):
[00:02:47] rpcs3/CMakeLists.txt:17 (include)
[00:02:47] This warning is for project developers. Use -Wno-dev to suppress it.
[00:02:47]
[00:02:47] -- Initializing RPCS3_SRC_DIR=C:/rpcs3/rpcs3
[00:02:47] -- Found wxWidgets: TRUE
[00:02:47] -- Found OpenGL: opengl32
[00:02:47] -- Found OpenAL: C:/rpcs3/3rdparty/OpenAL/libs/Win64/OpenAL32.lib
[00:02:47] -- RPCS3: using builtin libpng
[00:02:47] -- RPCS3: using builtin ffmpeg
[00:02:47] -- dir='C:/rpcs3/rpcs3/../3rdparty/minidx12/Include'
[00:02:47] -- dir='C:/rpcs3/rpcs3/../3rdparty/XAudio2_7'
[00:02:47] -- dir='C:/rpcs3/wxWidgets/wxWidgets/lib/vc_x64_lib/mswu'
[00:02:47] -- dir='C:/rpcs3/wxWidgets/wxWidgets/include'
[00:02:47] -- dir='C:/rpcs3/rpcs3/../3rdparty/libpng'
[00:02:47] -- dir='C:/rpcs3/rpcs3/../3rdparty/ffmpeg/Windows/x86_64/include'
[00:02:47] -- dir='C:/rpcs3/wxWidgets/wxWidgets/lib/vc_x64_lib/mswu'
[00:02:47] -- dir='C:/rpcs3/wxWidgets/wxWidgets/include'
[00:02:47] -- dir='C:/rpcs3/zlib/include'
[00:02:47] -- dir='C:/rpcs3/3rdparty/OpenAL/include'
[00:02:47] -- dir='C:/rpcs3/llvm/include'
[00:02:47] -- dir='C:/rpcs3/llvm_build/include'
[00:02:47] -- dir='C:/rpcs3/rpcs3/../3rdparty/pugixml/src'
[00:02:47] -- dir='C:/rpcs3/rpcs3'
[00:02:47] -- dir='C:/rpcs3/rpcs3/Loader'
[00:02:47] -- dir='C:/rpcs3/rpcs3/Crypto'
[00:02:47] -- dir='C:/rpcs3/rpcs3/..'
[00:02:47] -- dir='C:/rpcs3/rpcs3/../Utilities/yaml-cpp/include'
[00:02:47] -- dir='C:/rpcs3/rpcs3/../asmjit/src/asmjit'
[00:02:47] -- dir='C:/rpcs3/rpcs3/../3rdparty/GSL/include'
[00:02:47] -- dir='C:/rpcs3/rpcs3/../rsx_program_decompiler/rsx_decompiler'
[00:02:47] -- dir='C:/rpcs3/rpcs3/../rsx_program_decompiler/shader_code'
[00:02:47] -- dir='C:/rpcs3/rpcs3/../Vulkan/Vulkan-LoaderAndValidationLayers/inc
lude'
[00:02:47] -- dir='C:/rpcs3/rpcs3/../Vulkan/glslang/glslang/Public'
[00:02:47] -- dir='C:/rpcs3/rpcs3/../3rdparty/GL'
[00:02:47] -- dir='C:/rpcs3/rpcs3/../3rdparty/stblib'
[00:02:47] -- dir='C:/rpcs3/rpcs3/../rsx_program_decompiler/rsx_decompiler'
[00:02:47] -- dir='C:/rpcs3/rpcs3/../rsx_program_decompiler/shader_code'
[00:02:47] -- dir='C:/rpcs3/rpcs3/../3rdparty/cereal/include'
[00:02:48] -- CXX RC target rpcs3 cotired.
[00:02:49] -- Initializing SOURCE_DIR=C:/rpcs3/rsx_program_decompiler/shader_cod
e
[00:02:49] -- Initializing SOURCE_DIR=C:/rpcs3/rsx_program_decompiler/rsx_decomp
iler
[00:02:49] -- Configuring done
[00:02:49] CMake Warning (dev) in rpcs3/CMakeLists.txt:
[00:02:49] Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> prop
erties.
[00:02:49] Run "cmake --help-policy CMP0043" for policy details. Use the cmak
e_policy
[00:02:49] command to set the policy and suppress this warning.
[00:02:49] This warning is for project developers. Use -Wno-dev to suppress it.
[00:02:49]
[00:02:49] CMake Warning (dev) in rpcs3/CMakeLists.txt:
[00:02:49] Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> prop
erties.
[00:02:49] Run "cmake --help-policy CMP0043" for policy details. Use the cmak
e_policy
[00:02:49] command to set the policy and suppress this warning.
[00:02:49] This warning is for project developers. Use -Wno-dev to suppress it.
[00:02:49]
[00:02:49] -- Generating done
[00:02:49] -- Build files have been written to: C:/rpcs3
[00:02:49] cmake --build . --config Release -- /logger:"C:\Program Files\AppVeyo
r\BuildAgent\Appveyor.MSBuildLogger.dll"
[00:02:49] Microsoft (R) Build Engine version 14.0.25420.1
[00:02:49] Copyright (C) Microsoft Corporation. All rights reserved.
[00:02:49]
[00:02:50] Build started 2/19/2017 12:02:49 PM.
[00:02:50] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamari
n.Common.targets (34,37)" does not exist in the project, and will be ignored.
[00:02:50] The target "_CollectPdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamari
n.Common.targets (34,70)" does not exist in the project, and will be ignored.
[00:02:50] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamari
n.Common.targets (41,38)" does not exist in the project, and will be ignored.
[00:02:50] The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:
\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.C
ommon.targets (41,71)" does not exist in the project, and will be ignored.
[00:02:50] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamari
n.Common.targets (34,37)" does not exist in the project, and will be ignored.
[00:02:50] The target "_CollectPdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamari
n.Common.targets (34,70)" does not exist in the project, and will be ignored.
[00:02:50] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamari
n.Common.targets (41,38)" does not exist in the project, and will be ignored.
[00:02:50] The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:
\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.C
ommon.targets (41,71)" does not exist in the project, and will be ignored.
[00:02:50] Project "C:\rpcs3\ALL_BUILD.vcxproj" on node 1 (default targets).
[00:02:50] Project "C:\rpcs3\ALL_BUILD.vcxproj" (1) is building "C:\rpcs3\ZERO_C
HECK.vcxproj" (2) on node 1 (default targets).
[00:02:50] PrepareForBuild:
[00:02:50] Creating directory "x64\Release\ZERO_CHECK\".
[00:02:50] Creating directory "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\".
[00:02:50] InitializeBuildStatus:
[00:02:50] Creating "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild"
because "AlwaysCreate" was specified.
[00:02:50] CustomBuild:
[00:02:50] Checking Build System
[00:02:50] CMake does not need to re-run because C:/rpcs3/CMakeFiles/generate.
stamp is up-to-date.
[00:02:50] CMake does not need to re-run because C:/rpcs3/3rdparty/libpng/CMak
eFiles/generate.stamp is up-to-date.
[00:02:50] CMake does not need to re-run because C:/rpcs3/Vulkan/CMakeFiles/ge
nerate.stamp is up-to-date.
[00:02:50] CMake does not need to re-run because C:/rpcs3/rpcs3/CMakeFiles/gen
erate.stamp is up-to-date.
[00:02:50] CMake does not need to re-run because C:/rpcs3/rsx_program_decompil
er/CMakeFiles/generate.stamp is up-to-date.
[00:02:50] CMake does not need to re-run because C:/rpcs3/rsx_program_decompil
er/shader_code/CMakeFiles/generate.stamp is up-to-date.
[00:02:50] CMake does not need to re-run because C:/rpcs3/rsx_program_decompil
er/rsx_decompiler/CMakeFiles/generate.stamp is up-to-date.
[00:02:50] FinalizeBuildStatus:
[00:02:50] Deleting file "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulb
uild".
[00:02:50] Touching "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbui
ldstate".
[00:02:50] Done Building Project "C:\rpcs3\ZERO_CHECK.vcxproj" (default targets)
.
[00:02:50] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamari
n.Common.targets (34,37)" does not exist in the project, and will be ignored.
[00:02:50] The target "_CollectPdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamari
n.Common.targets (34,70)" does not exist in the project, and will be ignored.
[00:02:50] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamari
n.Common.targets (41,38)" does not exist in the project, and will be ignored.
[00:02:50] The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:
\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.C
ommon.targets (41,71)" does not exist in the project, and will be ignored.
[00:02:50] Project "C:\rpcs3\ALL_BUILD.vcxproj" (1) is building "C:\rpcs3\rpcs3\
GitVersion.vcxproj" (3) on node 1 (default targets).
[00:02:50] PrepareForBuild:
[00:02:50] Creating directory "x64\Release\GitVersion\".
[00:02:50] Creating directory "x64\Release\GitVersion\GitVersion.tlog\".
[00:02:50] InitializeBuildStatus:
[00:02:50] Creating "x64\Release\GitVersion\GitVersion.tlog\unsuccessfulbuild"
because "AlwaysCreate" was specified.
[00:02:50] CustomBuild:
[00:02:50] Building Custom Rule C:/rpcs3/rpcs3/CMakeLists.txt
[00:02:50] CMake does not need to re-run because C:\rpcs3\rpcs3\CMakeFiles\gen
erate.stamp is up-to-date.
[00:02:50] Generating something_that_never_exists
[00:02:50] -- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.11
.0.windows.1")
[00:02:50] -- GIT_VERSION: 4-47fdaf6
[00:02:50] FinalizeBuildStatus:
[00:02:50] Deleting file "x64\Release\GitVersion\GitVersion.tlog\unsuccessfulb
uild".
[00:02:50] Touching "x64\Release\GitVersion\GitVersion.tlog\GitVersion.lastbui
ldstate".
[00:02:50] Done Building Project "C:\rpcs3\rpcs3\GitVersion.vcxproj" (default ta
rgets).
[00:02:50] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamari
n.Common.targets (34,37)" does not exist in the project, and will be ignored.
[00:02:50] The target "_CollectPdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamari
n.Common.targets (34,70)" does not exist in the project, and will be ignored.
[00:02:50] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamari
n.Common.targets (41,38)" does not exist in the project, and will be ignored.
[00:02:50] The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:
\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.C
ommon.targets (41,71)" does not exist in the project, and will be ignored.
[00:02:50] Project "C:\rpcs3\ALL_BUILD.vcxproj" (1) is building "C:\rpcs3\3rdpar
ty\libpng\png16_static.vcxproj" (4) on node 1 (default targets).
[00:02:50] PrepareForBuild:
[00:02:50] Creating directory "png16_static.dir\Release\".
[00:02:50] Creating directory "C:\rpcs3\3rdparty\libpng\Release\".
[00:02:50] Creating directory "png16_static.dir\Release\png16_static.tlog\".
[00:02:50] InitializeBuildStatus:
[00:02:50] Creating "png16_static.dir\Release\png16_static.tlog\unsuccessfulbu
ild" because "AlwaysCreate" was specified.
[00:02:50] CustomBuild:
[00:02:50] Building Custom Rule C:/rpcs3/3rdparty/libpng/CMakeLists.txt
[00:02:50] CMake does not need to re-run because C:\rpcs3\3rdparty\libpng\CMak
eFiles\generate.stamp is up-to-date.
[00:02:50] ClCompile:
[00:02:50] C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd6
4\CL.exe /c /IC:\rpcs3\zlib\include /IC:\rpcs3\3rdparty\libpng /nologo /W3 /WX-
/O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D CMAKE_BUILD /D _CRT_SECURE_NO_DEPRECA
TE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MD /GS /fp:precise /Zc:wchar_t /
Zc:forScope /Zc:inline /Fo"png16_static.dir\Release\\" /Fd"png16_static.dir\Rele
ase\png16_static.pdb" /Gd /TC /errorReport:queue C:\rpcs3\3rdparty\libpng\png.c
C:\rpcs3\3rdparty\libpng\pngerror.c C:\rpcs3\3rdparty\libpng\pngget.c C:\rpcs3\3
rdparty\libpng\pngmem.c C:\rpcs3\3rdparty\libpng\pngpread.c C:\rpcs3\3rdparty\li
bpng\pngread.c C:\rpcs3\3rdparty\libpng\pngrio.c C:\rpcs3\3rdparty\libpng\pngrtr
an.c C:\rpcs3\3rdparty\libpng\pngrutil.c C:\rpcs3\3rdparty\libpng\pngset.c C:\rp
cs3\3rdparty\libpng\pngtrans.c C:\rpcs3\3rdparty\libpng\pngwio.c C:\rpcs3\3rdpar
ty\libpng\pngwrite.c C:\rpcs3\3rdparty\libpng\pngwtran.c C:\rpcs3\3rdparty\libpn
g\pngwutil.c
[00:02:50] png.c
[00:02:51] pngerror.c
[00:02:52] pngget.c
[00:02:52] pngmem.c
[00:02:52] pngpread.c
[00:02:52] pngread.c
[00:02:53] pngrio.c
[00:02:53] pngrtran.c
[00:02:53] pngrutil.c
[00:02:53] pngset.c
[00:02:54] pngtrans.c
[00:02:54] pngwio.c
[00:02:54] pngwrite.c
[00:02:54] pngwtran.c
[00:02:55] pngwutil.c
[00:02:55] Generating Code...
[00:02:56] Lib:
[00:02:56] C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd6
4\Lib.exe /OUT:"C:\rpcs3\3rdparty\libpng\Release\libpng16_static.lib" /NOLOGO /M
ACHINE:X64 /machine:x64 png16_static.dir\Release\png.obj
[00:02:56] png16_static.dir\Release\pngerror.obj
[00:02:56] png16_static.dir\Release\pngget.obj
[00:02:56] png16_static.dir\Release\pngmem.obj
[00:02:56] png16_static.dir\Release\pngpread.obj
[00:02:56] png16_static.dir\Release\pngread.obj
[00:02:56] png16_static.dir\Release\pngrio.obj
[00:02:56] png16_static.dir\Release\pngrtran.obj
[00:02:56] png16_static.dir\Release\pngrutil.obj
[00:02:56] png16_static.dir\Release\pngset.obj
[00:02:56] png16_static.dir\Release\pngtrans.obj
[00:02:56] png16_static.dir\Release\pngwio.obj
[00:02:56] png16_static.dir\Release\pngwrite.obj
[00:02:56] png16_static.dir\Release\pngwtran.obj
[00:02:56] png16_static.dir\Release\pngwutil.obj
[00:02:56] png16_static.vcxproj -> C:\rpcs3\3rdparty\libpng\Release\libpng16_s
tatic.lib
[00:02:56] FinalizeBuildStatus:
[00:02:56] Deleting file "png16_static.dir\Release\png16_static.tlog\unsuccess
fulbuild".
[00:02:56] Touching "png16_static.dir\Release\png16_static.tlog\png16_static.l
astbuildstate".
[00:02:56] Done Building Project "C:\rpcs3\3rdparty\libpng\png16_static.vcxproj"
(default targets).
[00:02:56] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamari
n.Common.targets (34,37)" does not exist in the project, and will be ignored.
[00:02:56] The target "_CollectPdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamari
n.Common.targets (34,70)" does not exist in the project, and will be ignored.
[00:02:56] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamari
n.Common.targets (41,38)" does not exist in the project, and will be ignored.
[00:02:56] The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:
\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.C
ommon.targets (41,71)" does not exist in the project, and will be ignored.
[00:02:56] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamari
n.Common.targets (34,37)" does not exist in the project, and will be ignored.
[00:02:56] The target "_CollectPdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamari
n.Common.targets (34,70)" does not exist in the project, and will be ignored.
[00:02:56] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamari
n.Common.targets (41,38)" does not exist in the project, and will be ignored.
[00:02:56] The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:
\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.C
ommon.targets (41,71)" does not exist in the project, and will be ignored.
[00:02:56] Project "C:\rpcs3\ALL_BUILD.vcxproj" (1) is building "C:\rpcs3\rpcs3\
rpcs3.vcxproj" (5) on node 1 (default targets).
[00:02:56] Project "C:\rpcs3\rpcs3\rpcs3.vcxproj" (5) is building "C:\rpcs3\rsx_
program_decompiler\rsx_decompiler\rsx_decompiler.vcxproj" (6) on node 1 (default
targets).
[00:02:56] PrepareForBuild:
[00:02:56] Creating directory "rsx_decompiler.dir\Release\".
[00:02:56] Creating directory "C:\rpcs3\rsx_program_decompiler\rsx_decompiler\
Release\".
[00:02:56] Creating directory "rsx_decompiler.dir\Release\rsx_decompiler.tlog\
".
[00:02:56] InitializeBuildStatus:
[00:02:56] Creating "rsx_decompiler.dir\Release\rsx_decompiler.tlog\unsuccessf
ulbuild" because "AlwaysCreate" was specified.
[00:02:56] CustomBuild:
[00:02:56] Building Custom Rule C:/rpcs3/rsx_program_decompiler/rsx_decompiler
/CMakeLists.txt
[00:02:56] CMake does not need to re-run because C:\rpcs3\rsx_program_decompil
er\rsx_decompiler\CMakeFiles\generate.stamp is up-to-date.
[00:02:56] ClCompile:
[00:02:56] C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd6
4\CL.exe /c /IC:\rpcs3\rsx_program_decompiler\rsx_decompiler /IC:\rpcs3\rsx_prog
ram_decompiler\rsx_decompiler\..\shader_code /nologo /W3 /WX- /O2 /Ob2 /D WIN32
/D _WINDOWS /D NDEBUG /D CMAKE_BUILD /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm-
/EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"rsx_decom
piler.dir\Release\\" /Fd"rsx_decompiler.dir\Release\rsx_decompiler.pdb" /Gd /TP
/errorReport:queue -fexceptions C:\rpcs3\rsx_program_decompiler\rsx_decompiler\
rsx_decompiler.cpp C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompi
ler.cpp C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_ucode.cpp C:\rpcs3
\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cpp C:\rpcs3\rsx_progra
m_decompiler\rsx_decompiler\rsx_vp_ucode.cpp
[00:02:59] cl : Command line warning D9002: ignoring unknown option '-fexception
s' [C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_decompiler.vcxproj]
[00:02:59] rsx_decompiler.cpp
[00:02:59] rsx_fp_decompiler.cpp
[00:02:59] C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompiler.cpp(
620): warning C4267: 'argument': conversion from 'size_t' to 'const int', possib
le loss of data [C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_decompiler.v
cxproj]
[00:02:59] C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompiler.cp
p(670): note: see reference to function template instantiation 'shader_code::cli
ke_language_impl::expression_t<shader_code::clike_language_impl::type_class_t::t
ype_float,1> rsx::fragment_program::decompiler<Language>::make_not_zero<shader_c
ode::clike_language_impl::type_class_t::type_float,1>(const shader_code::clike_l
anguage_impl::expression_t<shader_code::clike_language_impl::type_class_t::type_
float,1> &)' being compiled
[00:02:59] with
[00:02:59] [
[00:02:59] Language=shader_code::glsl_language
[00:02:59] ]
[00:02:59] C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompiler.cp
p(670): note: see reference to function template instantiation 'shader_code::cli
ke_language_impl::expression_t<shader_code::clike_language_impl::type_class_t::t
ype_float,1> rsx::fragment_program::decompiler<Language>::make_not_zero<shader_c
ode::clike_language_impl::type_class_t::type_float,1>(const shader_code::clike_l
anguage_impl::expression_t<shader_code::clike_language_impl::type_class_t::type_
float,1> &)' being compiled
[00:02:59] with
[00:02:59] [
[00:02:59] Language=shader_code::glsl_language
[00:02:59] ]
[00:02:59] C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompiler.cp
p(635): note: while compiling class template member function 'shader_code::build
er::expression_base_t rsx::fragment_program::decompiler<Language>::decode_instru
ction(void)'
[00:02:59] with
[00:02:59] [
[00:02:59] Language=shader_code::glsl_language
[00:02:59] ]
[00:02:59] C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompiler.cp
p(775): note: see reference to function template instantiation 'shader_code::bui
lder::expression_base_t rsx::fragment_program::decompiler<Language>::decode_inst
ruction(void)' being compiled
[00:02:59] with
[00:02:59] [
[00:02:59] Language=shader_code::glsl_language
[00:02:59] ]
[00:02:59] C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompiler.cp
p(801): note: see reference to class template instantiation 'rsx::fragment_progr
am::decompiler<Language>' being compiled
[00:02:59] with
[00:02:59] [
[00:02:59] Language=shader_code::glsl_language
[00:02:59] ]
[00:02:59] C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompiler.cp
p(810): note: see reference to function template instantiation 'rsx::decompiled_
shader rsx::fragment_program::decompile<shader_code::glsl_language>(std::size_t,
const void *)' being compiled
[00:02:59] rsx_fp_ucode.cpp
[00:02:59] rsx_vp_decompiler.cpp
[00:02:59] C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cpp(
580): warning C4267: 'argument': conversion from 'size_t' to 'const int', possib
le loss of data [C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_decompiler.v
cxproj]
[00:02:59] C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cp
p(601): note: see reference to function template instantiation 'shader_code::cli
ke_language_impl::expression_t<shader_code::clike_language_impl::type_class_t::t
ype_float,4> rsx::vertex_program::decompiler<Language>::make_not_zero<shader_cod
e::clike_language_impl::type_class_t::type_float,4>(const shader_code::clike_lan
guage_impl::expression_t<shader_code::clike_language_impl::type_class_t::type_fl
oat,4> &)' being compiled
[00:02:59] with
[00:02:59] [
[00:02:59] Language=shader_code::glsl_language
[00:02:59] ]
[00:02:59] C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cp
p(601): note: see reference to function template instantiation 'shader_code::cli
ke_language_impl::expression_t<shader_code::clike_language_impl::type_class_t::t
ype_float,4> rsx::vertex_program::decompiler<Language>::make_not_zero<shader_cod
e::clike_language_impl::type_class_t::type_float,4>(const shader_code::clike_lan
guage_impl::expression_t<shader_code::clike_language_impl::type_class_t::type_fl
oat,4> &)' being compiled
[00:02:59] with
[00:02:59] [
[00:02:59] Language=shader_code::glsl_language
[00:02:59] ]
[00:02:59] C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cp
p(595): note: while compiling class template member function 'shader_code::build
er::expression_base_t rsx::vertex_program::decompiler<Language>::decode_sca_inst
ruction(void)'
[00:02:59] with
[00:02:59] [
[00:02:59] Language=shader_code::glsl_language
[00:02:59] ]
[00:02:59] C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cp
p(704): note: see reference to function template instantiation 'shader_code::bui
lder::expression_base_t rsx::vertex_program::decompiler<Language>::decode_sca_in
struction(void)' being compiled
[00:02:59] with
[00:02:59] [
[00:02:59] Language=shader_code::glsl_language
[00:02:59] ]
[00:02:59] C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cp
p(749): note: see reference to class template instantiation 'rsx::vertex_program
::decompiler<Language>' being compiled
[00:02:59] with
[00:02:59] [
[00:02:59] Language=shader_code::glsl_language
[00:02:59] ]
[00:02:59] C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cp
p(759): note: see reference to function template instantiation 'rsx::decompiled_
shader rsx::vertex_program::decompile<shader_code::glsl_language>(std::size_t,co
nst void *)' being compiled
[00:02:59] rsx_vp_ucode.cpp
[00:02:59] Generating Code...
[00:03:08] Lib:
[00:03:08] C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd6
4\Lib.exe /OUT:"C:\rpcs3\rsx_program_decompiler\rsx_decompiler\Release\rsx_decom
piler.lib" /NOLOGO /MACHINE:X64 /machine:x64 rsx_decompiler.dir\Release\rsx_dec
ompiler.obj
[00:03:08] rsx_decompiler.dir\Release\rsx_fp_decompiler.obj
[00:03:08] rsx_decompiler.dir\Release\rsx_fp_ucode.obj
[00:03:08] rsx_decompiler.dir\Release\rsx_vp_decompiler.obj
[00:03:08] rsx_decompiler.dir\Release\rsx_vp_ucode.obj
[00:03:08] rsx_decompiler.vcxproj -> C:\rpcs3\rsx_program_decompiler\rsx_decom
piler\Release\rsx_decompiler.lib
[00:03:08] FinalizeBuildStatus:
[00:03:08] Deleting file "rsx_decompiler.dir\Release\rsx_decompiler.tlog\unsuc
cessfulbuild".
[00:03:08] Touching "rsx_decompiler.dir\Release\rsx_decompiler.tlog\rsx_decomp
iler.lastbuildstate".
[00:03:08] Done Building Project "C:\rpcs3\rsx_program_decompiler\rsx_decompiler
\rsx_decompiler.vcxproj" (default targets).
[00:03:09] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamari
n.Common.targets (34,37)" does not exist in the project, and will be ignored.
[00:03:09] The target "_CollectPdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamari
n.Common.targets (34,70)" does not exist in the project, and will be ignored.
[00:03:09] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamari
n.Common.targets (41,38)" does not exist in the project, and will be ignored.
[00:03:09] The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:
\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.C
ommon.targets (41,71)" does not exist in the project, and will be ignored.
[00:03:09] Project "C:\rpcs3\rpcs3\rpcs3.vcxproj" (5) is building "C:\rpcs3\rsx_
program_decompiler\shader_code\shader_code.vcxproj" (7) on node 1 (default targe
ts).
[00:03:09] PrepareForBuild:
[00:03:09] Creating directory "shader_code.dir\Release\".
[00:03:09] Creating directory "C:\rpcs3\rsx_program_decompiler\shader_code\Rel
ease\".
[00:03:09] Creating directory "shader_code.dir\Release\shader_code.tlog\".
[00:03:09] InitializeBuildStatus:
[00:03:09] Creating "shader_code.dir\Release\shader_code.tlog\unsuccessfulbuil
d" because "AlwaysCreate" was specified.
[00:03:09] CustomBuild:
[00:03:09] Building Custom Rule C:/rpcs3/rsx_program_decompiler/shader_code/CM
akeLists.txt
[00:03:09] CMake does not need to re-run because C:\rpcs3\rsx_program_decompil
er\shader_code\CMakeFiles\generate.stamp is up-to-date.
[00:03:09] ClCompile:
[00:03:09] C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd6
4\CL.exe /c /IC:\rpcs3\rsx_program_decompiler\shader_code /nologo /W3 /WX- /O2 /
Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D CMAKE_BUILD /D "CMAKE_INTDIR=\"Release\""
/D _MBCS /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR
/Fo"shader_code.dir\Release\\" /Fd"shader_code.dir\Release\shader_code.pdb" /Gd
/TP /errorReport:queue -fexceptions C:\rpcs3\rsx_program_decompiler\shader_code
\builder.cpp C:\rpcs3\rsx_program_decompiler\shader_code\clike_language.cpp
[00:03:09] cl : Command line warning D9002: ignoring unknown option '-fexception
s' [C:\rpcs3\rsx_program_decompiler\shader_code\shader_code.vcxproj]
[00:03:09] builder.cpp
[00:03:09] clike_language.cpp
[00:03:09] Generating Code...
[00:03:10] Lib:
[00:03:10] C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd6
4\Lib.exe /OUT:"C:\rpcs3\rsx_program_decompiler\shader_code\Release\shader_code.
lib" /NOLOGO /MACHINE:X64 /machine:x64 shader_code.dir\Release\builder.obj
[00:03:10] shader_code.dir\Release\clike_language.obj
[00:03:10] shader_code.vcxproj -> C:\rpcs3\rsx_program_decompiler\shader_code\
Release\shader_code.lib
[00:03:10] FinalizeBuildStatus:
[00:03:10] Deleting file "shader_code.dir\Release\shader_code.tlog\unsuccessfu
lbuild".
[00:03:10] Touching "shader_code.dir\Release\shader_code.tlog\shader_code.last
buildstate".
[00:03:10] Done Building Project "C:\rpcs3\rsx_program_decompiler\shader_code\sh
ader_code.vcxproj" (default targets).
[00:03:10] PrepareForBuild:
[00:03:10] Creating directory "rpcs3.dir\Release\".
[00:03:10] Creating directory "rpcs3.dir\Release\rpcs3.tlog\".
[00:03:10] InitializeBuildStatus:
[00:03:10] Creating "rpcs3.dir\Release\rpcs3.tlog\unsuccessfulbuild" because "
AlwaysCreate" was specified.
[00:03:10] ComputeCustomBuildOutput:
[00:03:10] Creating directory "C:\rpcs3\rpcs3\Release\cotire\".
[00:03:10] CustomBuild:
[00:03:10] Building Custom Rule C:/rpcs3/rpcs3/CMakeLists.txt
[00:03:10] CMake does not need to re-run because C:\rpcs3\rpcs3\CMakeFiles\gen
erate.stamp is up-to-date.
[00:03:10] Generating CXX prefix header rpcs3/Release/cotire/rpcs3_CXX_prefix.
hxx
[00:03:10] MakeDirsForCl:
[00:03:10] Creating directory "C:\rpcs3\rpcs3\rpcs3.dir\Release\Emu\Memory".
[00:03:10] Creating directory "C:\rpcs3\rpcs3\rpcs3.dir\Release\__\Utilities\y
aml-cpp\src".
[00:03:10] ClCompile:
[00:03:10] C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd6
4\CL.exe /c /IC:\rpcs3\rpcs3\..\3rdparty\minidx12\Include /IC:\rpcs3\rpcs3\..\3r
dparty\XAudio2_7 /IC:\rpcs3\wxWidgets\wxWidgets\lib\vc_x64_lib\mswu /IC:\rpcs3\w
xWidgets\wxWidgets\include /IC:\rpcs3\rpcs3\..\3rdparty\libpng /IC:\rpcs3\rpcs3\
..\3rdparty\ffmpeg\Windows\x86_64\include /IC:\rpcs3\zlib\include /IC:\rpcs3\3rd
party\OpenAL\include /IC:\rpcs3\llvm\include /IC:\rpcs3\llvm_build\include /IC:\
rpcs3\rpcs3\..\3rdparty\pugixml\src /IC:\rpcs3\rpcs3 /IC:\rpcs3\rpcs3\Loader /IC
:\rpcs3\rpcs3\Crypto /IC:\rpcs3\rpcs3\.. /I"C:\rpcs3\rpcs3\..\Utilities\yaml-cpp
\include" /IC:\rpcs3\rpcs3\..\asmjit\src\asmjit /IC:\rpcs3\rpcs3\..\3rdparty\GSL
\include /IC:\rpcs3\rpcs3\..\rsx_program_decompiler\rsx_decompiler /IC:\rpcs3\rp
cs3\..\rsx_program_decompiler\shader_code /I"C:\rpcs3\rpcs3\..\Vulkan\Vulkan-Loa
derAndValidationLayers\include" /IC:\rpcs3\rpcs3\..\Vulkan\glslang\glslang\Publi
c /IC:\rpcs3\rpcs3\..\3rdparty\GL /IC:\rpcs3\rpcs3\..\3rdparty\stblib /IC:\rpcs3
\rpcs3\..\3rdparty\cereal\include /nologo /W3 /WX- /MP /O2 /Ob2 /D WIN32 /D _WIN
DOWS /D _CRT_SECURE_NO_DEPRECATE=1 /D _CRT_NON_CONFORMING_SWPRINTFS=1 /D _SCL_SE
CURE_NO_WARNINGS=1 /D NDEBUG /D _CRT_SECURE_NO_DEPRECATE /D _CRT_SECURE_NO_WARNI
NGS /D _CRT_NONSTDC_NO_DEPRECATE /D _CRT_NONSTDC_NO_WARNINGS /D _SCL_SECURE_NO_D
EPRECATE /D _SCL_SECURE_NO_WARNINGS /D __STDC_CONSTANT_MACROS /D __STDC_FORMAT_M
ACROS /D __STDC_LIMIT_MACROS /D CMAKE_BUILD /D UNICODE /D _WIN32_WINNT=0x0601 /D
_UNICODE /D LLVM_AVAILABLE /D "CMAKE_INTDIR=\"Release\"" /D _UNICODE /D UNICODE
/Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Yc"C:\r
pcs3\rpcs3\Release\cotire\rpcs3_CXX_prefix.hxx" /Fp"C:\rpcs3\rpcs3\Release\cotir
e\rpcs3_CXX_prefix.pch" /Fo"rpcs3.dir\Release\\" /Fd"rpcs3.dir\Release\vc140.pdb
" /Gd /TP /FIC:\rpcs3\rpcs3\Release\cotire\rpcs3_CXX_prefix.hxx /errorReport:que
ue /Zm140 /Zc:throwingNew C:\rpcs3\rpcs3\BasicKeyboardHandler.cpp
[00:03:10] BasicKeyboardHandler.cpp
[00:03:13] C:\rpcs3\rpcs3\BasicKeyboardHandler.cpp(16): warning C4267: '=': conv
ersion from 'size_t' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxpr
oj]
[00:03:14] C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd6
4\CL.exe /c /IC:\rpcs3\rpcs3\..\3rdparty\minidx12\Include /IC:\rpcs3\rpcs3\..\3r
dparty\XAudio2_7 /IC:\rpcs3\wxWidgets\wxWidgets\lib\vc_x64_lib\mswu /IC:\rpcs3\w
xWidgets\wxWidgets\include /IC:\rpcs3\rpcs3\..\3rdparty\libpng /IC:\rpcs3\rpcs3\
..\3rdparty\ffmpeg\Windows\x86_64\include /IC:\rpcs3\zlib\include /IC:\rpcs3\3rd
party\OpenAL\include /IC:\rpcs3\llvm\include /IC:\rpcs3\llvm_build\include /IC:\
rpcs3\rpcs3\..\3rdparty\pugixml\src /IC:\rpcs3\rpcs3 /IC:\rpcs3\rpcs3\Loader /IC
:\rpcs3\rpcs3\Crypto /IC:\rpcs3\rpcs3\.. /I"C:\rpcs3\rpcs3\..\Utilities\yaml-cpp
\include" /IC:\rpcs3\rpcs3\..\asmjit\src\asmjit /IC:\rpcs3\rpcs3\..\3rdparty\GSL
\include /IC:\rpcs3\rpcs3\..\rsx_program_decompiler\rsx_decompiler /IC:\rpcs3\rp
cs3\..\rsx_program_decompiler\shader_code /I"C:\rpcs3\rpcs3\..\Vulkan\Vulkan-Loa
derAndValidationLayers\include" /IC:\rpcs3\rpcs3\..\Vulkan\glslang\glslang\Publi
c /IC:\rpcs3\rpcs3\..\3rdparty\GL /IC:\rpcs3\rpcs3\..\3rdparty\stblib /IC:\rpcs3
\rpcs3\..\3rdparty\cereal\include /nologo /W3 /WX- /MP /O2 /Ob2 /D WIN32 /D _WIN
DOWS /D _CRT_SECURE_NO_DEPRECATE=1 /D _CRT_NON_CONFORMING_SWPRINTFS=1 /D _SCL_SE
CURE_NO_WARNINGS=1 /D NDEBUG /D _CRT_SECURE_NO_DEPRECATE /D _CRT_SECURE_NO_WARNI
NGS /D _CRT_NONSTDC_NO_DEPRECATE /D _CRT_NONSTDC_NO_WARNINGS /D _SCL_SECURE_NO_D
EPRECATE /D _SCL_SECURE_NO_WARNINGS /D __STDC_CONSTANT_MACROS /D __STDC_FORMAT_M
ACROS /D __STDC_LIMIT_MACROS /D CMAKE_BUILD /D UNICODE /D _WIN32_WINNT=0x0601 /D
_UNICODE /D LLVM_AVAILABLE /D "CMAKE_INTDIR=\"Release\"" /D _UNICODE /D UNICODE
/Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Yu"C:\r
pcs3\rpcs3\Release\cotire\rpcs3_CXX_prefix.hxx" /Fp"C:\rpcs3\rpcs3\Release\cotir
e\rpcs3_CXX_prefix.pch" /Fo"rpcs3.dir\Release\\" /Fd"rpcs3.dir\Release\vc140.pdb
" /Gd /TP /FIC:\rpcs3\rpcs3\Release\cotire\rpcs3_CXX_prefix.hxx /errorReport:que
ue /Zm140 /Zc:throwingNew C:\rpcs3\rpcs3\BasicMouseHandler.cpp C:\rpcs3\rpcs3\
Crypto\aes.cpp C:\rpcs3\rpcs3\Crypto\ec.cpp C:\rpcs3\rpcs3\Crypto\key_vault.cpp
C:\rpcs3\rpcs3\Crypto\lz.cpp C:\rpcs3\rpcs3\Crypto\sha1.cpp C:\rpcs3\rpcs3\Crypt
o\unedat.cpp C:\rpcs3\rpcs3\Crypto\unpkg.cpp C:\rpcs3\rpcs3\Crypto\unself.cpp C:
\rpcs3\rpcs3\Crypto\utils.cpp C:\rpcs3\rpcs3\Emu\Audio\AL\OpenALThread.cpp C:\rp
cs3\rpcs3\Emu\Audio\AudioDumper.cpp C:\rpcs3\rpcs3\Emu\Audio\XAudio2\XAudio27Thr
ead.cpp C:\rpcs3\rpcs3\Emu\Audio\XAudio2\XAudio28Thread.cpp C:\rpcs3\rpcs3\Emu\A
udio\XAudio2\XAudio2Thread.cpp C:\rpcs3\rpcs3\Emu\CPU\CPUThread.cpp C:\rpcs3\rpc
s3\Emu\CPU\CPUTranslator.cpp C:\rpcs3\rpcs3\Emu\Cell\MFC.cpp C:\rpcs3\rpcs3\Emu\
Cell\Modules\cellAdec.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellAtrac.cpp C:\rpcs3
\rpcs3\Emu\Cell\Modules\cellAtracMulti.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellA
udio.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellAudioOut.cpp C:\rpcs3\rpcs3\Emu\Cel
l\Modules\cellAvconfExt.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellBgdl.cpp C:\rpcs
3\rpcs3\Emu\Cell\Modules\cellCamera.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellCelp
8Enc.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellCelpEnc.cpp C:\rpcs3\rpcs3\Emu\Cell
\Modules\cellDaisy.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellDmux.cpp C:\rpcs3\rpc
s3\Emu\Cell\Modules\cellFiber.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellFont.cpp C
:\rpcs3\rpcs3\Emu\Cell\Modules\cellFontFT.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\ce
llFs.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellGame.cpp C:\rpcs3\rpcs3\Emu\Cell\Mo
dules\cellGameExec.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellGcmSys.cpp C:\rpcs3\r
pcs3\Emu\Cell\Modules\cellGem.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellGifDec.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\cellHttp.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\ce
llHttpUtil.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellImejp.cpp C:\rpcs3\rpcs3\Emu\
Cell\Modules\cellJpgDec.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellJpgEnc.cpp C:\rp
cs3\rpcs3\Emu\Cell\Modules\cellKb.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellKey2ch
ar.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellL10n.cpp C:\rpcs3\rpcs3\Emu\Cell\Modu
les\cellMic.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellMouse.cpp C:\rpcs3\rpcs3\Emu
\Cell\Modules\cellMsgDialog.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellMusic.cpp C:
\rpcs3\rpcs3\Emu\Cell\Modules\cellMusicDecode.cpp C:\rpcs3\rpcs3\Emu\Cell\Module
s\cellMusicExport.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellNetCtl.cpp C:\rpcs3\rp
cs3\Emu\Cell\Modules\cellOskDialog.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellOvis.
cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellPad.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\
cellPamf.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellPhotoDecode.cpp C:\rpcs3\rpcs3\
Emu\Cell\Modules\cellPhotoExport.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellPhotoIm
port.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellPngDec.cpp C:\rpcs3\rpcs3\Emu\Cell\
Modules\cellPngEnc.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellPrint.cpp C:\rpcs3\rp
cs3\Emu\Cell\Modules\cellRec.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellRemotePlay.
cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellResc.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules
\cellRtc.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellRudp.cpp C:\rpcs3\rpcs3\Emu\Cel
l\Modules\cellSail.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSailRec.cpp C:\rpcs3\
rpcs3\Emu\Cell\Modules\cellSaveData.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellScre
enshot.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSearch.cpp C:\rpcs3\rpcs3\Emu\Cel
l\Modules\cellSheap.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSpudll.cpp C:\rpcs3\
rpcs3\Emu\Cell\Modules\cellSpurs.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSpursJq
.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSpursSpu.cpp C:\rpcs3\rpcs3\Emu\Cell\Mo
dules\cellSsl.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellStorage.cpp C:\rpcs3\rpcs3
\Emu\Cell\Modules\cellSubdisplay.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSync.cp
p C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSync2.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\
cellSysconf.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSysmodule.cpp C:\rpcs3\rpcs3
\Emu\Cell\Modules\cellSysutil.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSysutilAp.
cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSysutilAvc.cpp C:\rpcs3\rpcs3\Emu\Cell\M
odules\cellSysutilAvc2.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSysutilMisc.cpp C
:\rpcs3\rpcs3\Emu\Cell\Modules\cellUsbd.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cell
Usbpspcm.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellUserInfo.cpp C:\rpcs3\rpcs3\Emu
\Cell\Modules\cellVdec.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellVideoExport.cpp C
:\rpcs3\rpcs3\Emu\Cell\Modules\cellVideoOut.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\
cellVideoUpload.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellVoice.cpp C:\rpcs3\rpcs3
\Emu\Cell\Modules\cellVpost.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\cellWebBrowser.c
pp C:\rpcs3\rpcs3\Emu\Cell\Modules\libmixer.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\
libsnd3.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\libsynth2.cpp C:\rpcs3\rpcs3\Emu\Cel
l\Modules\sceNp.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\sceNp2.cpp C:\rpcs3\rpcs3\Em
u\Cell\Modules\sceNpClans.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\sceNpCommerce2.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\sceNpSns.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\sc
eNpTrophy.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\sceNpTus.cpp C:\rpcs3\rpcs3\Emu\Ce
ll\Modules\sceNpUtil.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\sysPrxForUser.cpp C:\rp
cs3\rpcs3\Emu\Cell\Modules\sys_game.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_heap
.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_io.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\
sys_libc.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_libc_.cpp C:\rpcs3\rpcs3\Emu\Ce
ll\Modules\sys_lv2dbg.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_lwcond_.cpp C:\rpc
s3\rpcs3\Emu\Cell\Modules\sys_lwmutex_.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_m
empool.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_mmapper_.cpp C:\rpcs3\rpcs3\Emu\C
ell\Modules\sys_net.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_ppu_thread_.cpp C:\r
pcs3\rpcs3\Emu\Cell\Modules\sys_prx_.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_spi
nlock.cpp C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_spu_.cpp C:\rpcs3\rpcs3\Emu\Cell\P
PUAnalyser.cpp C:\rpcs3\rpcs3\Emu\Cell\PPUDisAsm.cpp C:\rpcs3\rpcs3\Emu\Cell\PPU
Function.cpp C:\rpcs3\rpcs3\Emu\Cell\PPUInterpreter.cpp C:\rpcs3\rpcs3\Emu\Cell\
PPUModule.cpp C:\rpcs3\rpcs3\Emu\Cell\PPUThread.cpp C:\rpcs3\rpcs3\Emu\Cell\PPUT
ranslator.cpp C:\rpcs3\rpcs3\Emu\Cell\RawSPUThread.cpp C:\rpcs3\rpcs3\Emu\Cell\S
PUASMJITRecompiler.cpp C:\rpcs3\rpcs3\Emu\Cell\SPUAnalyser.cpp C:\rpcs3\rpcs3\Em
u\Cell\SPUDisAsm.cpp C:\rpcs3\rpcs3\Emu\Cell\SPUInterpreter.cpp C:\rpcs3\rpcs3\E
mu\Cell\SPURecompiler.cpp C:\rpcs3\rpcs3\Emu\Cell\SPUThread.cpp C:\rpcs3\rpcs3\E
mu\Cell\lv2\lv2.cpp C:\rpcs3\rpcs3\Emu\Cell\lv2\sys_cond.cpp C:\rpcs3\rpcs3\Emu\
Cell\lv2\sys_dbg.cpp C:\rpcs3\rpcs3\Emu\Cell\lv2\sys_event.cpp C:\rpcs3\rpcs3\Em
u\Cell\lv2\sys_event_flag.cpp C:\rpcs3\rpcs3\Emu\Cell\lv2\sys_fs.cpp C:\rpcs3\rp
cs3\Emu\Cell\lv2\sys_interrupt.cpp C:\rpcs3\rpcs3\Emu\Cell\lv2\sys_lwcond.cpp C:
\rpcs3\rpcs3\Emu\Cell\lv2\sys_lwmutex.cpp C:\rpcs3\rpcs3\Emu\Cell\lv2\sys_memory
.cpp C:\rpcs3\rpcs3\Emu\Cell\lv2\sys_mmapper.cpp C:\rpcs3\rpcs3\Emu\Cell\lv2\sys
_mutex.cpp C:\rpcs3\rpcs3\Emu\Cell\lv2\sys_ppu_thread.cpp C:\rpcs3\rpcs3\Emu\Cel
l\lv2\sys_process.cpp C:\rpcs3\rpcs3\Emu\Cell\lv2\sys_prx.cpp C:\rpcs3\rpcs3\Emu
\Cell\lv2\sys_rsx.cpp C:\rpcs3\rpcs3\Emu\Cell\lv2\sys_rwlock.cpp C:\rpcs3\rpcs3\
Emu\Cell\lv2\sys_semaphore.cpp C:\rpcs3\rpcs3\Emu\Cell\lv2\sys_spu.cpp C:\rpcs3\
rpcs3\Emu\Cell\lv2\sys_time.cpp C:\rpcs3\rpcs3\Emu\Cell\lv2\sys_timer.cpp C:\rpc
s3\rpcs3\Emu\Cell\lv2\sys_trace.cpp C:\rpcs3\rpcs3\Emu\Cell\lv2\sys_tty.cpp C:\r
pcs3\rpcs3\Emu\Cell\lv2\sys_vm.cpp C:\rpcs3\rpcs3\Emu\IdManager.cpp C:\rpcs3\rpc
s3\Emu\Memory\vm.cpp C:\rpcs3\rpcs3\Emu\Memory\wait_engine.cpp C:\rpcs3\rpcs3\Em
u\PSP2\ARMv7DisAsm.cpp C:\rpcs3\rpcs3\Emu\PSP2\ARMv7Function.cpp C:\rpcs3\rpcs3\
Emu\PSP2\ARMv7Interpreter.cpp C:\rpcs3\rpcs3\Emu\PSP2\ARMv7Module.cpp C:\rpcs3\r
pcs3\Emu\PSP2\ARMv7Thread.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceAppMgr.cpp C:\r
pcs3\rpcs3\Emu\PSP2\Modules\sceAppUtil.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceAu
dio.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceAudioIn.cpp C:\rpcs3\rpcs3\Emu\PSP2\M
odules\sceAudiodec.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceAudioenc.cpp C:\rpcs3\
rpcs3\Emu\PSP2\Modules\sceCamera.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceCodecEng
ine.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceCommonDialog.cpp C:\rpcs3\rpcs3\Emu\P
SP2\Modules\sceCtrl.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceDbg.cpp C:\rpcs3\rpcs
3\Emu\PSP2\Modules\sceDeci4p.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceDeflt.cpp C:
\rpcs3\rpcs3\Emu\PSP2\Modules\sceDisplay.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\sce
Fiber.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceFios.cpp C:\rpcs3\rpcs3\Emu\PSP2\Mo
dules\sceFpu.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceGxm.cpp C:\rpcs3\rpcs3\Emu\P
SP2\Modules\sceHttp.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceIme.cpp C:\rpcs3\rpcs
3\Emu\PSP2\Modules\sceJpeg.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceJpegEnc.cpp C:
\rpcs3\rpcs3\Emu\PSP2\Modules\sceLibKernel.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\s
ceLibXml.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceLibc.cpp C:\rpcs3\rpcs3\Emu\PSP2
\Modules\sceLibm.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceLibstdcxx.cpp C:\rpcs3\r
pcs3\Emu\PSP2\Modules\sceLiveArea.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceLocatio
n.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceMd5.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules
\sceMotion.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceMt19937.cpp C:\rpcs3\rpcs3\Emu
\PSP2\Modules\sceNet.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceNetCtl.cpp C:\rpcs3\
rpcs3\Emu\PSP2\Modules\sceNgs.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceNpBasic.cpp
C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceNpCommon.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules
\sceNpManager.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceNpMatching.cpp C:\rpcs3\rpc
s3\Emu\PSP2\Modules\sceNpScore.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceNpUtility.
cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\scePerf.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\
scePgf.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\scePhotoExport.cpp C:\rpcs3\rpcs3\Emu
\PSP2\Modules\sceRazorCapture.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceRtc.cpp C:\
rpcs3\rpcs3\Emu\PSP2\Modules\sceSas.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceScree
nShot.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceSfmt.cpp C:\rpcs3\rpcs3\Emu\PSP2\Mo
dules\sceSha.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceSqlite.cpp C:\rpcs3\rpcs3\Em
u\PSP2\Modules\sceSsl.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceSulpha.cpp C:\rpcs3
\rpcs3\Emu\PSP2\Modules\sceSysmodule.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceSyst
emGesture.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceTouch.cpp C:\rpcs3\rpcs3\Emu\PS
P2\Modules\sceUlt.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceVideodec.cpp C:\rpcs3\r
pcs3\Emu\PSP2\Modules\sceVoice.cpp C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceVoiceQoS.c
pp C:\rpcs3\rpcs3\Emu\RSX\CgBinaryFragmentProgram.cpp C:\rpcs3\rpcs3\Emu\RSX\CgB
inaryVertexProgram.cpp C:\rpcs3\rpcs3\Emu\RSX\Common\BufferUtils.cpp C:\rpcs3\rp
cs3\Emu\RSX\Common\FragmentProgramDecompiler.cpp C:\rpcs3\rpcs3\Emu\RSX\Common\P
rogramStateCache.cpp C:\rpcs3\rpcs3\Emu\RSX\Common\ShaderParam.cpp C:\rpcs3\rpcs
3\Emu\RSX\Common\TextureUtils.cpp C:\rpcs3\rpcs3\Emu\RSX\Common\VertexProgramDec
ompiler.cpp C:\rpcs3\rpcs3\Emu\RSX\Common\surface_store.cpp C:\rpcs3\rpcs3\Emu\R
SX\D3D12\D3D12Buffer.cpp C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12CommonDecompiler.cpp
C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12Formats.cpp C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12
FragmentProgramDecompiler.cpp C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12GSRender.cpp C:\
rpcs3\rpcs3\Emu\RSX\D3D12\D3D12MemoryHelpers.cpp C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3
D12Overlay.cpp C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12PipelineState.cpp C:\rpcs3\rpcs
3\Emu\RSX\D3D12\D3D12RenderTargetSets.cpp C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12Text
ure.cpp C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12Utils.cpp C:\rpcs3\rpcs3\Emu\RSX\D3D12
\D3D12VertexProgramDecompiler.cpp C:\rpcs3\rpcs3\Emu\RSX\GL\GLCommonDecompiler.c
pp C:\rpcs3\rpcs3\Emu\RSX\GL\GLFragmentProgram.cpp C:\rpcs3\rpcs3\Emu\RSX\GL\GLG
SRender.cpp C:\rpcs3\rpcs3\Emu\RSX\GL\GLHelpers.cpp C:\rpcs3\rpcs3\Emu\RSX\GL\GL
RenderTargets.cpp C:\rpcs3\rpcs3\Emu\RSX\GL\GLTexture.cpp C:\rpcs3\rpcs3\Emu\RSX
\GL\GLVertexBuffers.cpp C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexProgram.cpp C:\rpcs3\r
pcs3\Emu\RSX\GL\OpenGL.cpp C:\rpcs3\rpcs3\Emu\RSX\GSRender.cpp C:\rpcs3\rpcs3\Em
u\RSX\Null\NullGSRender.cpp C:\rpcs3\rpcs3\Emu\RSX\RSXTexture.cpp C:\rpcs3\rpcs3
\Emu\RSX\RSXThread.cpp C:\rpcs3\rpcs3\Emu\RSX\VK\VKCommonDecompiler.cpp C:\rpcs3
\rpcs3\Emu\RSX\VK\VKFormats.cpp C:\rpcs3\rpcs3\Emu\RSX\VK\VKFragmentProgram.cpp
C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp C:\rpcs3\rpcs3\Emu\RSX\VK\VKHelpers.cpp
C:\rpcs3\rpcs3\Emu\RSX\VK\VKProgramPipeline.cpp C:\rpcs3\rpcs3\Emu\RSX\VK\VKTex
ture.cpp C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp C:\rpcs3\rpcs3\Emu\RSX\VK
\VKVertexProgram.cpp C:\rpcs3\rpcs3\Emu\RSX\VK\VulkanAPI.cpp C:\rpcs3\rpcs3\Emu\
RSX\gcm_enums.cpp C:\rpcs3\rpcs3\Emu\RSX\gcm_printing.cpp C:\rpcs3\rpcs3\Emu\RSX
\rsx_cache.cpp C:\rpcs3\rpcs3\Emu\RSX\rsx_methods.cpp C:\rpcs3\rpcs3\Emu\RSX\rsx
_utils.cpp C:\rpcs3\rpcs3\Emu\System.cpp C:\rpcs3\rpcs3\Emu\VFS.cpp C:\rpcs3\rpc
s3\Gui\AutoPauseManager.cpp C:\rpcs3\rpcs3\Gui\CgDisasm.cpp C:\rpcs3\rpcs3\Gui\C
onLogFrame.cpp C:\rpcs3\rpcs3\Gui\Debugger.cpp C:\rpcs3\rpcs3\Gui\FrameBase.cpp
C:\rpcs3\rpcs3\Gui\GLGSFrame.cpp C:\rpcs3\rpcs3\Gui\GSFrame.cpp C:\rpcs3\rpcs3\G
ui\GameViewer.cpp C:\rpcs3\rpcs3\Gui\InstructionEditor.cpp C:\rpcs3\rpcs3\Gui\In
terpreterDisAsm.cpp C:\rpcs3\rpcs3\Gui\KernelExplorer.cpp C:\rpcs3\rpcs3\Gui\Mai
nFrame.cpp C:\rpcs3\rpcs3\Gui\MemoryStringSearcher.cpp C:\rpcs3\rpcs3\Gui\Memory
Viewer.cpp C:\rpcs3\rpcs3\Gui\MsgDialog.cpp C:\rpcs3\rpcs3\Gui\OskDialog.cpp C:\
rpcs3\rpcs3\Gui\PADManager.cpp C:\rpcs3\rpcs3\Gui\RSXDebugger.cpp C:\rpcs3\rpcs3
\Gui\RegisterEditor.cpp C:\rpcs3\rpcs3\Gui\SaveDataDialog.cpp C:\rpcs3\rpcs3\Gui
\SaveDataUtility.cpp C:\rpcs3\rpcs3\Gui\SettingsDialog.cpp C:\rpcs3\rpcs3\Gui\Si
gnInDialog.cpp C:\rpcs3\rpcs3\Gui\TextInputDialog.cpp C:\rpcs3\rpcs3\KeyboardPad
Handler.cpp C:\rpcs3\rpcs3\Loader\ELF.cpp C:\rpcs3\rpcs3\Loader\PSF.cpp C:\rpcs3
\rpcs3\Loader\PUP.cpp C:\rpcs3\rpcs3\Loader\TAR.cpp C:\rpcs3\rpcs3\Loader\TROPUS
R.cpp C:\rpcs3\rpcs3\Loader\TRP.cpp C:\rpcs3\rpcs3\MMJoystickHandler.cpp C:\rpcs
3\rpcs3\XInputPadHandler.cpp C:\rpcs3\rpcs3\rpcs3.cpp C:\rpcs3\rpcs3\rpcs3_api.c
pp C:\rpcs3\rpcs3\rpcs3_version.cpp C:\rpcs3\rpcs3\rpcs3qt\glviewer.cpp C:\rpcs3
\rpcs3\rpcs3qt\main.cpp C:\rpcs3\rpcs3\stb_image.cpp C:\rpcs3\rpcs3\stdafx.cpp C
:\rpcs3\Utilities\AutoPause.cpp C:\rpcs3\Utilities\Config.cpp C:\rpcs3\Utilities
\File.cpp C:\rpcs3\Utilities\JIT.cpp C:\rpcs3\Utilities\Log.cpp C:\rpcs3\Utiliti
es\StrFmt.cpp C:\rpcs3\Utilities\Thread.cpp C:\rpcs3\Utilities\VirtualMemory.cpp
C:\rpcs3\Utilities\cond.cpp C:\rpcs3\Utilities\dynamic_library.cpp C:\rpcs3\Uti
lities\mutex.cpp C:\rpcs3\Utilities\rXml.cpp C:\rpcs3\Utilities\sema.cpp C:\rpcs
3\Utilities\version.cpp "C:\rpcs3\Utilities\yaml-cpp\src\binary.cpp" "C:\rpcs3\U
tilities\yaml-cpp\src\contrib\graphbuilder.cpp" "C:\rpcs3\Utilities\yaml-cpp\src
\contrib\graphbuilderadapter.cpp" "C:\rpcs3\Utilities\yaml-cpp\src\convert.cpp"
"C:\rpcs3\Utilities\yaml-cpp\src\directives.cpp" "C:\rpcs3\Utilities\yaml-cpp\sr
c\emit.cpp" "C:\rpcs3\Utilities\yaml-cpp\src\emitfromevents.cpp" "C:\rpcs3\Utili
ties\yaml-cpp\src\emitter.cpp" "C:\rpcs3\Utilities\yaml-cpp\src\emitterstate.cpp
" "C:\rpcs3\Utilities\yaml-cpp\src\emitterutils.cpp" "C:\rpcs3\Utilities\yaml-cp
p\src\exp.cpp" "C:\rpcs3\Utilities\yaml-cpp\src\node.cpp" "C:\rpcs3\Utilities\ya
ml-cpp\src\node_data.cpp" "C:\rpcs3\Utilities\yaml-cpp\src\nodebuilder.cpp" "C:\
rpcs3\Utilities\yaml-cpp\src\nodeevents.cpp" "C:\rpcs3\Utilities\yaml-cpp\src\nu
ll.cpp" "C:\rpcs3\Utilities\yaml-cpp\src\ostream_wrapper.cpp" "C:\rpcs3\Utilitie
s\yaml-cpp\src\parse.cpp" "C:\rpcs3\Utilities\yaml-cpp\src\parser.cpp" "C:\rpcs3
\Utilities\yaml-cpp\src\regex_yaml.cpp" "C:\rpcs3\Utilities\yaml-cpp\src\scanner
.cpp" "C:\rpcs3\Utilities\yaml-cpp\src\scanscalar.cpp" "C:\rpcs3\Utilities\yaml-
cpp\src\scantag.cpp" "C:\rpcs3\Utilities\yaml-cpp\src\scantoken.cpp" "C:\rpcs3\U
tilities\yaml-cpp\src\simplekey.cpp" "C:\rpcs3\Utilities\yaml-cpp\src\singledocp
arser.cpp" "C:\rpcs3\Utilities\yaml-cpp\src\stream.cpp" "C:\rpcs3\Utilities\yaml
-cpp\src\tag.cpp" C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_decompiler.
cpp C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompiler.cpp C:\rpcs
3\rsx_program_decompiler\rsx_decompiler\rsx_fp_ucode.cpp C:\rpcs3\rsx_program_de
compiler\rsx_decompiler\rsx_vp_decompiler.cpp C:\rpcs3\rsx_program_decompiler\rs
x_decompiler\rsx_vp_ucode.cpp C:\rpcs3\rsx_program_decompiler\shader_code\builde
r.cpp C:\rpcs3\rsx_program_decompiler\shader_code\clike_language.cpp C:\rpcs3\as
mjit\src\asmjit\base\assembler.cpp C:\rpcs3\asmjit\src\asmjit\base\codegen.cpp C
:\rpcs3\asmjit\src\asmjit\base\compiler.cpp C:\rpcs3\asmjit\src\asmjit\base\cons
tpool.cpp C:\rpcs3\asmjit\src\asmjit\base\containers.cpp C:\rpcs3\asmjit\src\asm
jit\base\context.cpp C:\rpcs3\asmjit\src\asmjit\base\cpuinfo.cpp C:\rpcs3\asmjit
\src\asmjit\base\cputicks.cpp C:\rpcs3\asmjit\src\asmjit\base\error.cpp C:\rpcs3
\asmjit\src\asmjit\base\globals.cpp C:\rpcs3\asmjit\src\asmjit\base\intutil.cpp
C:\rpcs3\asmjit\src\asmjit\base\logger.cpp C:\rpcs3\asmjit\src\asmjit\base\opera
nd.cpp C:\rpcs3\asmjit\src\asmjit\base\runtime.cpp C:\rpcs3\asmjit\src\asmjit\ba
se\string.cpp C:\rpcs3\asmjit\src\asmjit\base\vmem.cpp C:\rpcs3\asmjit\src\asmji
t\base\zone.cpp C:\rpcs3\asmjit\src\asmjit\x86\x86assembler.cpp C:\rpcs3\asmjit\
src\asmjit\x86\x86compiler.cpp C:\rpcs3\asmjit\src\asmjit\x86\x86context.cpp C:\
rpcs3\asmjit\src\asmjit\x86\x86cpuinfo.cpp C:\rpcs3\asmjit\src\asmjit\x86\x86ins
t.cpp C:\rpcs3\asmjit\src\asmjit\x86\x86operand.cpp C:\rpcs3\asmjit\src\asmjit\x
86\x86operand_regs.cpp C:\rpcs3\asmjit\src\asmjit\x86\x86scheduler.cpp
[00:03:14] BasicMouseHandler.cpp
[00:03:14] aes.cpp
[00:03:14] ec.cpp
[00:03:14] key_vault.cpp
[00:03:15] lz.cpp
[00:03:15] C:\rpcs3\rpcs3\Crypto\lz.cpp(151): warning C4244: '=': conversion fro
m '__int64' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:03:15] C:\rpcs3\rpcs3\Crypto\lz.cpp(166): warning C4244: 'return': conversio
n from '__int64' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:03:16] C:\rpcs3\rpcs3\Crypto\lz.cpp(207): warning C4244: 'return': conversio
n from '__int64' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:03:16] C:\rpcs3\rpcs3\Crypto\lz.cpp(280): warning C4244: '=': conversion fro
m '__int64' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:03:16] sha1.cpp
[00:03:16] unedat.cpp
[00:03:16] unpkg.cpp
[00:03:16] unself.cpp
[00:03:17] C:\rpcs3\rpcs3\Crypto\unself.cpp(677): warning C4244: 'initializing':
conversion from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcx
proj]
[00:03:17] C:\rpcs3\rpcs3\Crypto\unself.cpp(746): warning C4244: '+=': conversio
n from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:03:17] C:\rpcs3\rpcs3\Crypto\unself.cpp(800): warning C4244: '+=': conversio
n from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:03:17] C:\rpcs3\rpcs3\Crypto\unself.cpp(830): warning C4244: '=': conversion
from 'u64' to 'uInt', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:03:17] C:\rpcs3\rpcs3\Crypto\unself.cpp(869): warning C4244: '+=': conversio
n from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:03:17] C:\rpcs3\rpcs3\Crypto\unself.cpp(1138): warning C4244: 'initializing'
: conversion from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vc
xproj]
[00:03:17] C:\rpcs3\rpcs3\Crypto\unself.cpp(1217): warning C4244: '+=': conversi
on from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:03:18] C:\rpcs3\rpcs3\Crypto\unself.cpp(1263): warning C4244: '+=': conversi
on from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:03:18] C:\rpcs3\rpcs3\Crypto\unself.cpp(1300): warning C4244: '+=': conversi
on from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:03:18] C:\rpcs3\rpcs3\Crypto\unself.cpp(1374): warning C4244: '+=': conversi
on from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:03:18] utils.cpp
[00:03:18] OpenALThread.cpp
[00:03:18] C:\rpcs3\rpcs3\BasicMouseHandler.cpp(11): warning C4267: '=': convers
ion from 'size_t' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:03:18] AudioDumper.cpp
[00:03:18] XAudio27Thread.cpp
[00:03:18] XAudio28Thread.cpp
[00:03:18] XAudio2Thread.cpp
[00:03:18] CPUThread.cpp
[00:03:18] CPUTranslator.cpp
[00:03:18] MFC.cpp
[00:03:18] cellAdec.cpp
[00:03:18] cellAtrac.cpp
[00:03:19] cellAtracMulti.cpp
[00:03:20] cellAudio.cpp
[00:03:20] cellAudioOut.cpp
[00:03:20] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellAudio.cpp(602): warning C4319: '~
': zero extending 'u32' to 'u64' of greater size [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:03:20] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellAudio.cpp(607): warning C4319: '~
': zero extending 'u32' to 'u64' of greater size [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:03:21] cellAvconfExt.cpp
[00:03:21] cellBgdl.cpp
[00:03:21] cellCamera.cpp
[00:03:21] cellCelp8Enc.cpp
[00:03:22] cellCelpEnc.cpp
[00:03:23] cellDaisy.cpp
[00:03:23] cellDmux.cpp
[00:03:23] cellFiber.cpp
[00:03:24] cellFont.cpp
[00:03:24] cellFontFT.cpp
[00:03:25] cellFs.cpp
[00:03:25] cellGame.cpp
[00:03:26] cellGameExec.cpp
[00:03:27] cellGcmSys.cpp
[00:03:28] cellGem.cpp
[00:03:28] cellGifDec.cpp
[00:03:29] cellHttp.cpp
[00:03:30] c:\rpcs3\rpcs3\emu\cell\modules\cellHttp.h(128): warning C4309: 'init
ializing': truncation of constant value (compiling source file C:\rpcs3\rpcs3\Em
u\Cell\Modules\cellHttp.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:03:30] cellHttpUtil.cpp
[00:03:31] cellImejp.cpp
[00:03:31] cellJpgDec.cpp
[00:03:31] cellJpgEnc.cpp
[00:03:31] cellKb.cpp
[00:03:32] cellKey2char.cpp
[00:03:32] cellL10n.cpp
[00:03:32] cellMic.cpp
[00:03:33] cellMouse.cpp
[00:03:33] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellL10n.cpp(227): warning C4267: '='
: conversion from 'size_t' to 's32', possible loss of data [C:\rpcs3\rpcs3\rpcs3
.vcxproj]
[00:03:33] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellL10n.cpp(413): warning C4018: '<'
: signed/unsigned mismatch [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:03:34] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellL10n.cpp(1260): warning C4018: '<
': signed/unsigned mismatch [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:03:34] cellMsgDialog.cpp
[00:03:35] cellMusic.cpp
[00:03:35] cellMusicDecode.cpp
[00:03:35] cellMusicExport.cpp
[00:03:35] cellNetCtl.cpp
[00:03:35] cellOskDialog.cpp
[00:03:36] cellOvis.cpp
[00:03:37] cellPad.cpp
[00:03:37] cellPamf.cpp
[00:03:37] cellPhotoDecode.cpp
[00:03:38] cellPhotoExport.cpp
[00:03:38] cellPhotoImport.cpp
[00:03:38] cellPngDec.cpp
[00:03:38] cellPngEnc.cpp
[00:03:38] cellPrint.cpp
[00:03:38] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellPngDec.cpp(683): warning C4244: '
initializing': conversion from 'unsigned __int64' to 'u32', possible loss of dat
a [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:03:39] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellPngDec.cpp(683): warning C4244: '
initializing': conversion from 'unsigned __int64' to 'const u32', possible loss
of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:03:39] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellPngDec.cpp(727): warning C4267: '
argument': conversion from 'size_t' to 'unsigned int', possible loss of data [C:
\rpcs3\rpcs3\rpcs3.vcxproj]
[00:03:40] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellPngDec.cpp(741): warning C4267: '
argument': conversion from 'size_t' to 'unsigned int', possible loss of data [C:
\rpcs3\rpcs3\rpcs3.vcxproj]
[00:03:40] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellPngDec.cpp(772): warning C4018: '
<': signed/unsigned mismatch [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:03:40] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellPngDec.cpp(774): warning C4018: '
<': signed/unsigned mismatch [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:03:40] cellRec.cpp
[00:03:40] C:\rpcs3\rpcs3\..\Utilities/BEType.h(579): warning C4267: '+=': conve
rsion from 'size_t' to 'unsigned int', possible loss of data (compiling source f
ile C:\rpcs3\rpcs3\Emu\Cell\Modules\cellPngDec.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxpro
j]
[00:03:40] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellPngDec.cpp(468): note: see refe
rence to function template instantiation 'se_t<T,true,4> &operator +=<T,true,4,s
td::size_t>(se_t<T,true,4> &,const T1 &)' being compiled
[00:03:40] with
[00:03:40] [
[00:03:40] T=u32,
[00:03:40] T1=std::size_t
[00:03:40] ]
[00:03:40] c:\rpcs3\rpcs3\emu\cell\../CPU/CPUThread.h(24): note: see reference
to class template instantiation 'bs_base<cpu_flag>' being compiled (compiling s
ource file C:\rpcs3\rpcs3\Emu\Cell\Modules\cellPngDec.cpp)
[00:03:40] cellRemotePlay.cpp
[00:03:40] cellResc.cpp
[00:03:40] cellRtc.cpp
[00:03:40] cellRudp.cpp
[00:03:40] cellSail.cpp
[00:03:40] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSail.cpp(706): warning C4244: 'ar
gument': conversion from 'u64' to 'int', possible loss of data [C:\rpcs3\rpcs3\r
pcs3.vcxproj]
[00:03:41] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSail.cpp(707): warning C4244: 'ar
gument': conversion from 'u64' to 'int', possible loss of data [C:\rpcs3\rpcs3\r
pcs3.vcxproj]
[00:03:42] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSail.cpp(708): warning C4800: 'u6
4': forcing value to bool 'true' or 'false' (performance warning) [C:\rpcs3\rpcs
3\rpcs3.vcxproj]
[00:03:42] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSail.cpp(722): warning C4065: swi
tch statement contains 'default' but no 'case' labels [C:\rpcs3\rpcs3\rpcs3.vcxp
roj]
[00:03:42] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSail.cpp(810): warning C4244: 'ar
gument': conversion from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\r
pcs3.vcxproj]
[00:03:42] cellSailRec.cpp
[00:03:42] cellSaveData.cpp
[00:03:42] cellScreenshot.cpp
[00:03:44] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSaveData.cpp(233): warning C4267:
'=': conversion from 'size_t' to 's32', possible loss of data [C:\rpcs3\rpcs3\r
pcs3.vcxproj]
[00:03:44] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSaveData.cpp(373): warning C4244:
'argument': conversion from 'u64' to 'int', possible loss of data [C:\rpcs3\rpc
s3\rpcs3.vcxproj]
[00:03:44] cellSearch.cpp
[00:03:44] cellSheap.cpp
[00:03:44] cellSpudll.cpp
[00:03:44] cellSpurs.cpp
[00:03:45] cellSpursJq.cpp
[00:03:46] cellSpursSpu.cpp
[00:03:47] cellSsl.cpp
[00:03:48] cellStorage.cpp
[00:03:48] cellSubdisplay.cpp
[00:03:48] cellSync.cpp
[00:03:49] cellSync2.cpp
[00:03:49] cellSysconf.cpp
[00:03:50] cellSysmodule.cpp
[00:03:50] cellSysutil.cpp
[00:03:50] cellSysutilAp.cpp
[00:03:50] cellSysutilAvc.cpp
[00:03:51] cellSysutilAvc2.cpp
[00:03:52] cellSysutilMisc.cpp
[00:03:52] cellUsbd.cpp
[00:03:52] cellUsbpspcm.cpp
[00:03:52] cellUserInfo.cpp
[00:03:53] cellVdec.cpp
[00:03:53] cellVideoExport.cpp
[00:03:53] cellVideoOut.cpp
[00:03:54] cellVideoUpload.cpp
[00:03:54] cellVoice.cpp
[00:03:55] cellVpost.cpp
[00:03:55] cellWebBrowser.cpp
[00:03:55] libmixer.cpp
[00:03:55] libsnd3.cpp
[00:03:56] libsynth2.cpp
[00:03:57] sceNp.cpp
[00:03:57] sceNp2.cpp
[00:03:58] sceNpClans.cpp
[00:03:59] sceNpCommerce2.cpp
[00:03:59] sceNpSns.cpp
[00:03:59] sceNpTrophy.cpp
[00:03:59] sceNpTus.cpp
[00:04:00] sceNpUtil.cpp
[00:04:01] sysPrxForUser.cpp
[00:04:01] sys_game.cpp
[00:04:01] sys_heap.cpp
[00:04:02] sys_io.cpp
[00:04:02] sys_libc.cpp
[00:04:02] sys_libc_.cpp
[00:04:03] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_libc_.cpp(38): warning C4244: 're
turn': conversion from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpc
s3.vcxproj]
[00:04:03] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_libc_.cpp(62): warning C4244: 're
turn': conversion from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpc
s3.vcxproj]
[00:04:03] sys_lv2dbg.cpp
[00:04:03] sys_lwcond_.cpp
[00:04:03] sys_lwmutex_.cpp
[00:04:03] sys_mempool.cpp
[00:04:03] sys_mmapper_.cpp
[00:04:04] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_mempool.cpp(72): warning C4244: '
argument': conversion from 'u64' to 'unsigned int', possible loss of data [C:\rp
cs3\rpcs3\rpcs3.vcxproj]
[00:04:04] sys_net.cpp
[00:04:04] sys_ppu_thread_.cpp
[00:04:04] sys_prx_.cpp
[00:04:05] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(48): warning C4244: 'init
ializing': conversion from '__int64' to 'unsigned int', possible loss of data [C
:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:04:05] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(218): warning C4244: '=':
conversion from 'SOCKET' to 's32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.
vcxproj]
[00:04:06] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(231): warning C4244: '=':
conversion from 'SOCKET' to 's32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.
vcxproj]
[00:04:06] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(241): warning C4244: '=':
conversion from 'ADDRESS_FAMILY' to 'u8', possible loss of data [C:\rpcs3\rpcs3
\rpcs3.vcxproj]
[00:04:07] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(256): warning C4996: 'ine
t_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_
WARNINGS to disable deprecated API warnings [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:04:07] C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868)
: note: see declaration of 'inet_ntoa'
[00:04:08] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(278): warning C4996: 'ine
t_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_
WARNINGS to disable deprecated API warnings [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:04:08] C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868)
: note: see declaration of 'inet_ntoa'
[00:04:10] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(327): warning C4996: 'ine
t_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_
WARNINGS to disable deprecated API warnings [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:04:10] C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850)
: note: see declaration of 'inet_addr'
[00:04:10] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(368): warning C4996: 'ine
t_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_
WARNINGS to disable deprecated API warnings [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:04:10] C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868)
: note: see declaration of 'inet_ntoa'
[00:04:11] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(735): warning C4244: '=':
conversion from '__int64' to 'long', possible loss of data [C:\rpcs3\rpcs3\rpcs
3.vcxproj]
[00:04:11] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(736): warning C4244: '=':
conversion from '__int64' to 'long', possible loss of data [C:\rpcs3\rpcs3\rpcs
3.vcxproj]
[00:04:11] C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\memory
(901): warning C4244: 'argument': conversion from 'sys_net::socket_t' to 's32',
possible loss of data (compiling source file C:\rpcs3\rpcs3\Emu\Cell\Modules\sys
_net.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:04:11] C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\memo
ry(971): note: see reference to function template instantiation 'std::_Ref_count
_obj<_Ty>::_Ref_count_obj<sys_net::socket_t&>(sys_net::socket_t &)' being compil
ed
[00:04:11] with
[00:04:11] [
[00:04:11] _Ty=sys_net_socket
[00:04:11] ] (compiling source file C:\rpcs3\rpcs3\Emu\Cell\Modules\sy
s_net.cpp)
[00:04:11] C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\memo
ry(971): note: see reference to function template instantiation 'std::_Ref_count
_obj<_Ty>::_Ref_count_obj<sys_net::socket_t&>(sys_net::socket_t &)' being compil
ed
[00:04:11] with
[00:04:11] [
[00:04:11] _Ty=sys_net_socket
[00:04:11] ] (compiling source file C:\rpcs3\rpcs3\Emu\Cell\Modules\sy
s_net.cpp)
[00:04:11] C:\rpcs3\rpcs3\Emu/IdManager.h(356): note: see reference to functio
n template instantiation 'std::shared_ptr<T> std::make_shared<Make,sys_net::sock
et_t&>(sys_net::socket_t &)' being compiled
[00:04:11] with
[00:04:11] [
[00:04:11] T=sys_net_socket,
[00:04:11] Make=sys_net_socket
[00:04:11] ] (compiling source file C:\rpcs3\rpcs3\Emu\Cell\Modules\sy
s_net.cpp)
[00:04:11] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(695): note: see referen
ce to function template instantiation 'unsigned int idm::make<sys_net_socket,T,s
ys_net::socket_t&>(sys_net::socket_t &)' being compiled
[00:04:11] with
[00:04:11] [
[00:04:11] T=sys_net_socket
[00:04:11] ]
[00:04:11] c:\rpcs3\rpcs3\emu\cell\../CPU/CPUThread.h(24): note: see reference
to class template instantiation 'bs_base<cpu_flag>' being compiled (compiling s
ource file C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp)
[00:04:11] sys_spinlock.cpp
[00:04:11] sys_spu_.cpp
[00:04:11] PPUAnalyser.cpp
[00:04:11] PPUDisAsm.cpp
[00:04:11] PPUFunction.cpp
[00:04:11] PPUInterpreter.cpp
[00:04:12] C:\rpcs3\rpcs3\Emu\Cell\PPUInterpreter.cpp(2315): warning C4244: 'ini
tializing': conversion from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs
3\rpcs3.vcxproj]
[00:04:12] C:\rpcs3\rpcs3\Emu\Cell\PPUInterpreter.cpp(2315): warning C4244: 'ini
tializing': conversion from 'u64' to 'const u32', possible loss of data [C:\rpcs
3\rpcs3\rpcs3.vcxproj]
[00:04:13] C:\rpcs3\rpcs3\Emu\Cell\PPUInterpreter.cpp(3026): warning C4244: 'ini
tializing': conversion from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs
3\rpcs3.vcxproj]
[00:04:15] C:\rpcs3\rpcs3\Emu\Cell\PPUInterpreter.cpp(3026): warning C4244: 'ini
tializing': conversion from 'u64' to 'const u32', possible loss of data [C:\rpcs
3\rpcs3\rpcs3.vcxproj]
[00:04:15] PPUModule.cpp
[00:04:15] C:\rpcs3\rpcs3\Emu\Cell\PPUModule.cpp(1328): warning C4267: 'argument
': conversion from 'size_t' to 's32', possible loss of data [C:\rpcs3\rpcs3\rpcs
3.vcxproj]
[00:04:15] c:\rpcs3\rpcs3\emu\cell\../../../Utilities/BitField.h(37): warning C4
305: 'return': truncation from 'int' to 'unsigned short' (compiling source file
C:\rpcs3\rpcs3\Emu\Cell\PPUModule.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:04:15] c:\rpcs3\rpcs3\emu\cell\../../../Utilities/BitField.h(36): note: wh
ile compiling class template member function 'unsigned short bf_t<T,2,14>::data_
mask(void)'
[00:04:15] with
[00:04:15] [
[00:04:15] T=se_t<u16,true,2>
[00:04:15] ] (compiling source file C:\rpcs3\rpcs3\Emu\Cell\PPUModule.
cpp)
[00:04:15] c:\rpcs3\rpcs3\emu\cell\../../../Utilities/BitField.h(100): note: s
ee reference to function template instantiation 'unsigned short bf_t<T,2,14>::da
ta_mask(void)' being compiled
[00:04:15] with
[00:04:15] [
[00:04:15] T=se_t<u16,true,2>
[00:04:15] ] (compiling source file C:\rpcs3\rpcs3\Emu\Cell\PPUModule.
cpp)
[00:04:15] C:\rpcs3\rpcs3\Emu\Cell\PPUModule.cpp(880): note: see reference to
class template instantiation 'bf_t<T,2,14>' being compiled
[00:04:15] with
[00:04:15] [
[00:04:15] T=se_t<u16,true,2>
[00:04:15] ]
[00:04:15] c:\rpcs3\rpcs3\emu\cell\../CPU/CPUThread.h(24): note: see reference
to class template instantiation 'bs_base<cpu_flag>' being compiled (compiling s
ource file C:\rpcs3\rpcs3\Emu\Cell\PPUModule.cpp)
[00:04:16] c:\rpcs3\rpcs3\emu\cell\../../../Utilities/BitField.h(37): warning C4
309: 'return': truncation of constant value (compiling source file C:\rpcs3\rpcs
3\Emu\Cell\PPUModule.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:04:16] PPUThread.cpp
[00:04:16] C:\rpcs3\rpcs3\Emu\Cell\PPUThread.cpp(547): warning C4319: '~': zero
extending 'u32' to 'u64' of greater size [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:04:17] C:\rpcs3\rpcs3\Emu\Cell\PPUThread.cpp(577): warning C4244: 'argument'
: conversion from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vc
xproj]
[00:04:17] C:\rpcs3\rpcs3\Emu\Cell\PPUThread.cpp(614): warning C4244: '=': conve
rsion from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:04:17] PPUTranslator.cpp
[00:04:17] C:\rpcs3\rpcs3\Emu\Cell\PPUTranslator.cpp(238): warning C4244: 'argum
ent': conversion from 'u64' to 'const unsigned int', possible loss of data [C:\r
pcs3\rpcs3\rpcs3.vcxproj]
[00:04:20] C:\rpcs3\rpcs3\Emu\Cell\PPUTranslator.cpp(313): warning C4244: 'argum
ent': conversion from 'double' to 'unsigned int', possible loss of data [C:\rpcs
3\rpcs3\rpcs3.vcxproj]
[00:04:22] RawSPUThread.cpp
[00:04:23] SPUASMJITRecompiler.cpp
[00:04:24] SPUAnalyser.cpp
[00:04:25] SPUDisAsm.cpp
[00:04:27] SPUInterpreter.cpp
[00:04:27] SPURecompiler.cpp
[00:04:27] SPUThread.cpp
[00:04:27] lv2.cpp
[00:04:29] sys_cond.cpp
[00:04:30] sys_dbg.cpp
[00:04:30] sys_event.cpp
[00:04:32] sys_event_flag.cpp
[00:04:33] sys_fs.cpp
[00:04:33] sys_interrupt.cpp
[00:04:33] sys_lwcond.cpp
[00:04:34] sys_lwmutex.cpp
[00:04:34] sys_memory.cpp
[00:04:34] sys_mmapper.cpp
[00:04:34] sys_mutex.cpp
[00:04:35] sys_ppu_thread.cpp
[00:04:35] sys_process.cpp
[00:04:35] sys_prx.cpp
[00:04:36] sys_rsx.cpp
[00:04:36] sys_rwlock.cpp
[00:04:36] sys_semaphore.cpp
[00:04:37] sys_spu.cpp
[00:04:37] sys_time.cpp
[00:04:38] sys_timer.cpp
[00:04:38] sys_trace.cpp
[00:04:39] sys_tty.cpp
[00:04:39] sys_vm.cpp
[00:04:39] IdManager.cpp
[00:04:39] vm.cpp
[00:04:39] wait_engine.cpp
[00:04:40] ARMv7DisAsm.cpp
[00:04:43] ARMv7Function.cpp
[00:04:43] ARMv7Interpreter.cpp
[00:04:44] ARMv7Module.cpp
[00:04:46] ARMv7Thread.cpp
[00:04:49] sceAppMgr.cpp
[00:04:49] sceAppUtil.cpp
[00:04:50] sceAudio.cpp
[00:04:50] sceAudioIn.cpp
[00:04:50] sceAudiodec.cpp
[00:04:51] sceAudioenc.cpp
[00:04:51] sceCamera.cpp
[00:04:51] sceCodecEngine.cpp
[00:04:52] sceCommonDialog.cpp
[00:04:52] sceCtrl.cpp
[00:04:52] sceDbg.cpp
[00:04:53] sceDeci4p.cpp
[00:04:53] sceDeflt.cpp
[00:04:53] sceDisplay.cpp
[00:04:53] sceFiber.cpp
[00:04:54] sceFios.cpp
[00:04:54] sceFpu.cpp
[00:04:54] sceGxm.cpp
[00:04:55] sceHttp.cpp
[00:04:56] sceIme.cpp
[00:04:57] sceJpeg.cpp
[00:04:58] sceJpegEnc.cpp
[00:04:58] sceLibKernel.cpp
[00:04:58] sceLibXml.cpp
[00:04:58] sceLibc.cpp
[00:04:59] sceLibm.cpp
[00:05:01] sceLibstdcxx.cpp
[00:05:01] sceLiveArea.cpp
[00:05:01] sceLocation.cpp
[00:05:01] sceMd5.cpp
[00:05:01] sceMotion.cpp
[00:05:02] sceMt19937.cpp
[00:05:02] sceNet.cpp
[00:05:02] sceNetCtl.cpp
[00:05:02] sceNgs.cpp
[00:05:03] sceNpBasic.cpp
[00:05:03] sceNpCommon.cpp
[00:05:04] sceNpManager.cpp
[00:05:04] sceNpMatching.cpp
[00:05:04] sceNpScore.cpp
[00:05:05] sceNpUtility.cpp
[00:05:05] scePerf.cpp
[00:05:06] scePgf.cpp
[00:05:06] scePhotoExport.cpp
[00:05:06] sceRazorCapture.cpp
[00:05:06] sceRtc.cpp
[00:05:06] sceSas.cpp
[00:05:07] sceScreenShot.cpp
[00:05:07] sceSfmt.cpp
[00:05:07] sceSha.cpp
[00:05:07] sceSqlite.cpp
[00:05:08] sceSsl.cpp
[00:05:08] sceSulpha.cpp
[00:05:08] sceSysmodule.cpp
[00:05:08] sceSystemGesture.cpp
[00:05:08] sceTouch.cpp
[00:05:09] sceUlt.cpp
[00:05:09] sceVideodec.cpp
[00:05:09] sceVoice.cpp
[00:05:10] sceVoiceQoS.cpp
[00:05:10] CgBinaryFragmentProgram.cpp
[00:05:10] CgBinaryVertexProgram.cpp
[00:05:13] c:\rpcs3\rpcs3\emu\rsx\CgBinaryProgram.h(328): warning C4267: 'argume
nt': conversion from 'size_t' to 'u32', possible loss of data (compiling source
file C:\rpcs3\rpcs3\Emu\RSX\CgBinaryFragmentProgram.cpp) [C:\rpcs3\rpcs3\rpcs3.v
cxproj]
[00:05:13] c:\rpcs3\rpcs3\emu\rsx\CgBinaryProgram.h(328): warning C4267: 'argume
nt': conversion from 'size_t' to 'u32', possible loss of data (compiling source
file C:\rpcs3\rpcs3\Emu\RSX\CgBinaryVertexProgram.cpp) [C:\rpcs3\rpcs3\rpcs3.vcx
proj]
[00:05:13] BufferUtils.cpp
[00:05:14] FragmentProgramDecompiler.cpp
[00:05:16] ProgramStateCache.cpp
[00:05:17] ShaderParam.cpp
[00:05:17] TextureUtils.cpp
[00:05:17] VertexProgramDecompiler.cpp
[00:05:21] surface_store.cpp
[00:05:21] D3D12Buffer.cpp
[00:05:21] D3D12CommonDecompiler.cpp
[00:05:23] C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\numeri
c(20): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of d
ata (compiling source file C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12Buffer.cpp) [C:\rpc
s3\rpcs3\rpcs3.vcxproj]
[00:05:23] C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\nume
ric(30): note: see reference to function template instantiation '_Ty std::_Accum
ulate_unchecked<const std::pair<u32,u32>*,_Ty,_Fn2>(_InIt,_InIt,_Ty,_Fn2 &)' bei
ng compiled
[00:05:23] with
[00:05:23] [
[00:05:23] _Ty=int,
[00:05:23] _Fn2=`anonymous-namespace'::generate_index_buffer_for_e
mulated_primitives_array::<lambda_6e3e0fef4660716e4fdebaccc0de5d0b>,
[00:05:23] _InIt=const std::pair<u32,u32> *
[00:05:23] ] (compiling source file C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12
Buffer.cpp)
[00:05:23] C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12Buffer.cpp(227): note: see refere
nce to function template instantiation '_Ty std::accumulate<std::_Vector_const_i
terator<std::_Vector_val<std::_Simple_types<std::pair<u32,u32>>>>,int,`anonymous
-namespace'::generate_index_buffer_for_emulated_primitives_array::<lambda_6e3e0f
ef4660716e4fdebaccc0de5d0b>>(_InIt,_InIt,_Ty,_Fn2)' being compiled
[00:05:23] with
[00:05:23] [
[00:05:23] _Ty=int,
[00:05:23] _InIt=std::_Vector_const_iterator<std::_Vector_val<std:
:_Simple_types<std::pair<u32,u32>>>>,
[00:05:23] _Fn2=`anonymous-namespace'::generate_index_buffer_for_e
mulated_primitives_array::<lambda_6e3e0fef4660716e4fdebaccc0de5d0b>
[00:05:23] ]
[00:05:24] D3D12Formats.cpp
[00:05:25] D3D12FragmentProgramDecompiler.cpp
[00:05:28] c:\rpcs3\rpcs3\emu\rsx\d3d12\d3d12fragmentprogramdecompiler.cpp(190):
warning C4715: '`anonymous namespace'::insert_texture_fetch': not all control p
aths return a value [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:05:28] D3D12GSRender.cpp
[00:05:28] D3D12MemoryHelpers.cpp
[00:05:32] D3D12Overlay.cpp
[00:05:32] D3D12PipelineState.cpp
[00:05:36] c:\rpcs3\rpcs3\emu\rsx\d3d12\d3d12pipelinestate.cpp(138): warning C47
15: '<lambda_a9a40fc7ded682cd5e04feface28bdc5>::operator()': not all control pat
hs return a value [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:05:36] D3D12RenderTargetSets.cpp
[00:05:36] D3D12Texture.cpp
[00:05:40] D3D12Utils.cpp
[00:05:40] D3D12VertexProgramDecompiler.cpp
[00:05:43] C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12VertexProgramDecompiler.cpp(216): w
arning C4800: 'u32': forcing value to bool 'true' or 'false' (performance warnin
g) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:05:43] C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12VertexProgramDecompiler.cpp(218): w
arning C4800: 'u32': forcing value to bool 'true' or 'false' (performance warnin
g) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:05:43] C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12VertexProgramDecompiler.cpp(219): w
arning C4800: 'u32': forcing value to bool 'true' or 'false' (performance warnin
g) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:05:43] GLCommonDecompiler.cpp
[00:05:44] GLFragmentProgram.cpp
[00:05:44] GLGSRender.cpp
[00:05:46] c:\rpcs3\rpcs3\emu\rsx\gl\glfragmentprogram.cpp(204): warning C4715:
'`anonymous namespace'::insert_texture_fetch': not all control paths return a va
lue [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:05:46] GLHelpers.cpp
[00:05:46] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(643): warning C4244: '=': conve
rsion from 'GLsizeiptr' to 'u32', possible loss of data (compiling source file C
:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:05:47] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(719): warning C4244: '=': conve
rsion from 'GLsizeiptr' to 'u32', possible loss of data (compiling source file C
:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:05:47] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(101): warning C4267: 'arg
ument': conversion from 'size_t' to 'u16', possible loss of data (compiling sour
ce file C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:05:50] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(142): warning C4267: 'ini
tializing': conversion from 'size_t' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxp
roj]
[00:05:50] c:\rpcs3\rpcs3\emu\rsx\gl\../Common/TextGlyphs.h(170): warning C4244:
'=': conversion from 'long' to 'u8', possible loss of data (compiling source fi
le C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:05:50] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(116): warning C4267: 'initializ
ing': conversion from 'size_t' to 'u32', possible loss of data (compiling source
file C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:05:51] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(116): warning C4267: 'initializ
ing': conversion from 'size_t' to 'const u32', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxp
roj]
[00:05:52] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(200): warning C4267: 'argument'
: conversion from 'size_t' to 'int', possible loss of data (compiling source fil
e C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:05:52] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(204): warning C4267: 'argument'
: conversion from 'size_t' to 'GLsizei', possible loss of data (compiling source
file C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:05:53] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(643): warning C4244: '=': conve
rsion from 'GLsizeiptr' to 'u32', possible loss of data (compiling source file C
:\rpcs3\rpcs3\Emu\RSX\GL\GLHelpers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:05:53] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(719): warning C4244: '=': conve
rsion from 'GLsizeiptr' to 'u32', possible loss of data (compiling source file C
:\rpcs3\rpcs3\Emu\RSX\GL\GLHelpers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:05:53] C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp(775): warning C4267: 'initia
lizing': conversion from 'size_t' to 'u32', possible loss of data [C:\rpcs3\rpcs
3\rpcs3.vcxproj]
[00:05:54] C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp(717): warning C4101: 'rtt_sc
aling': unreferenced local variable [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:05:54] GLRenderTargets.cpp
[00:05:54] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(643): warning C4244: '=': conve
rsion from 'GLsizeiptr' to 'u32', possible loss of data (compiling source file C
:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:05:55] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(719): warning C4244: '=': conve
rsion from 'GLsizeiptr' to 'u32', possible loss of data (compiling source file C
:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:05:56] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(101): warning C4267: 'arg
ument': conversion from 'size_t' to 'u16', possible loss of data (compiling sour
ce file C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp) [C:\rpcs3\rpcs3\rpcs3.vcx
proj]
[00:05:56] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(142): warning C4267: 'ini
tializing': conversion from 'size_t' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp) [C:\rpcs3\rpcs3\rpcs3
.vcxproj]
[00:05:57] c:\rpcs3\rpcs3\emu\rsx\gl\../Common/TextGlyphs.h(170): warning C4244:
'=': conversion from 'long' to 'u8', possible loss of data (compiling source fi
le C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:05:57] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(116): warning C4267: 'initializ
ing': conversion from 'size_t' to 'u32', possible loss of data (compiling source
file C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxpr
oj]
[00:05:58] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(116): warning C4267: 'initializ
ing': conversion from 'size_t' to 'const u32', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp) [C:\rpcs3\rpcs3\rpcs3
.vcxproj]
[00:05:59] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(200): warning C4267: 'argument'
: conversion from 'size_t' to 'int', possible loss of data (compiling source fil
e C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:05:59] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(204): warning C4267: 'argument'
: conversion from 'size_t' to 'GLsizei', possible loss of data (compiling source
file C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxpr
oj]
[00:05:59] GLTexture.cpp
[00:05:59] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(643): warning C4244: '=': conve
rsion from 'GLsizeiptr' to 'u32', possible loss of data (compiling source file C
:\rpcs3\rpcs3\Emu\RSX\GL\GLTexture.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:06:00] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(719): warning C4244: '=': conve
rsion from 'GLsizeiptr' to 'u32', possible loss of data (compiling source file C
:\rpcs3\rpcs3\Emu\RSX\GL\GLTexture.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:06:00] GLVertexBuffers.cpp
[00:06:00] GLVertexProgram.cpp
[00:06:00] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(643): warning C4244: '=': conve
rsion from 'GLsizeiptr' to 'u32', possible loss of data (compiling source file C
:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:06:00] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(719): warning C4244: '=': conve
rsion from 'GLsizeiptr' to 'u32', possible loss of data (compiling source file C
:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:06:01] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(101): warning C4267: 'arg
ument': conversion from 'size_t' to 'u16', possible loss of data (compiling sour
ce file C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcx
proj]
[00:06:01] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(142): warning C4267: 'ini
tializing': conversion from 'size_t' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3
.vcxproj]
[00:06:02] c:\rpcs3\rpcs3\emu\rsx\gl\../Common/TextGlyphs.h(170): warning C4244:
'=': conversion from 'long' to 'u8', possible loss of data (compiling source fi
le C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:06:03] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(116): warning C4267: 'initializ
ing': conversion from 'size_t' to 'u32', possible loss of data (compiling source
file C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxpr
oj]
[00:06:03] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(116): warning C4267: 'initializ
ing': conversion from 'size_t' to 'const u32', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3
.vcxproj]
[00:06:03] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(200): warning C4267: 'argument'
: conversion from 'size_t' to 'int', possible loss of data (compiling source fil
e C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:06:03] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(204): warning C4267: 'argument'
: conversion from 'size_t' to 'GLsizei', possible loss of data (compiling source
file C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxpr
oj]
[00:06:03] C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexProgram.cpp(148): warning C4800: 'u
32': forcing value to bool 'true' or 'false' (performance warning) [C:\rpcs3\rpc
s3\rpcs3.vcxproj]
[00:06:03] C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexProgram.cpp(150): warning C4800: 'u
32': forcing value to bool 'true' or 'false' (performance warning) [C:\rpcs3\rpc
s3\rpcs3.vcxproj]
[00:06:04] C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexProgram.cpp(151): warning C4800: 'u
32': forcing value to bool 'true' or 'false' (performance warning) [C:\rpcs3\rpc
s3\rpcs3.vcxproj]
[00:06:04] C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexProgram.cpp(322): warning C4800: 'u
32': forcing value to bool 'true' or 'false' (performance warning) [C:\rpcs3\rpc
s3\rpcs3.vcxproj]
[00:06:04] C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexProgram.cpp(324): warning C4800: 'u
32': forcing value to bool 'true' or 'false' (performance warning) [C:\rpcs3\rpc
s3\rpcs3.vcxproj]
[00:06:04] C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexProgram.cpp(325): warning C4800: 'u
32': forcing value to bool 'true' or 'false' (performance warning) [C:\rpcs3\rpc
s3\rpcs3.vcxproj]
[00:06:05] C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp(472): warning C4244: '+
=': conversion from '__int64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rp
cs3.vcxproj]
[00:06:05] OpenGL.cpp
[00:06:05] GSRender.cpp
[00:06:05] NullGSRender.cpp
[00:06:05] RSXTexture.cpp
[00:06:05] RSXThread.cpp
[00:06:06] C:\rpcs3\rpcs3\Emu\RSX\RSXThread.cpp(218): warning C4018: '<': signed
/unsigned mismatch [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:06:06] C:\rpcs3\rpcs3\Emu\RSX\RSXThread.cpp(271): warning C4018: '<': signed
/unsigned mismatch [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:06:06] VKCommonDecompiler.cpp
[00:06:06] c:\rpcs3\rpcs3\emu\rsx\rsxthread.cpp(767): warning C4715: 'rsx::`anon
ymous namespace'::is_int_type': not all control paths return a value [C:\rpcs3\r
pcs3\rpcs3.vcxproj]
[00:06:06] c:\rpcs3\rpcs3\emu\rsx\rsxthread.cpp(156): warning C4715: 'rsx::get_a
ddress': not all control paths return a value [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:06:06] VKFormats.cpp
[00:06:06] VKFragmentProgram.cpp
[00:06:06] VKGSRender.cpp
[00:06:07] c:\rpcs3\rpcs3\emu\rsx\vk\vkfragmentprogram.cpp(213): warning C4715:
'vk::insert_texture_fetch': not all control paths return a value [C:\rpcs3\rpcs3
\rpcs3.vcxproj]
[00:06:07] VKHelpers.cpp
[00:06:07] c:\rpcs3\rpcs3\emu\rsx\vk\VKRenderTargets.h(74): warning C4267: '=':
conversion from 'size_t' to 'u16', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:06:07] c:\rpcs3\rpcs3\emu\rsx\vk\VKRenderTargets.h(109): warning C4267: '=':
conversion from 'size_t' to 'u16', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:06:07] c:\rpcs3\rpcs3\emu\rsx\vk\../Common/TextGlyphs.h(170): warning C4244:
'=': conversion from 'long' to 'u8', possible loss of data (compiling source fi
le C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:06:08] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(268): warning C4267: 'initializ
ing': conversion from 'size_t' to 'u32', possible loss of data (compiling source
file C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:06:11] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(268): warning C4267: 'initializ
ing': conversion from 'size_t' to 'const u32', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxp
roj]
[00:06:11] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(331): warning C4838: conversion
from 'int' to 'float' requires a narrowing conversion (compiling source file C:
\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:06:11] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(331): warning C4244: 'initializ
ing': conversion from 'int' to 'float', possible loss of data (compiling source
file C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:06:12] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(334): warning C4838: conversion
from 'int' to 'uint32_t' requires a narrowing conversion (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:06:12] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(338): warning C4267: 'argument'
: conversion from 'size_t' to 'int', possible loss of data (compiling source fil
e C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:06:13] C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp(642): warning C4244: '+=': c
onversion from '__int64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.v
cxproj]
[00:06:13] C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp(670): warning C4244: '+=': c
onversion from '__int64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.v
cxproj]
[00:06:13] C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp(767): warning C4244: '+=': c
onversion from '__int64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.v
cxproj]
[00:06:14] C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp(783): warning C4244: '+=': c
onversion from '__int64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.v
cxproj]
[00:06:15] C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp(807): warning C4244: '+=': c
onversion from '__int64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.v
cxproj]
[00:06:15] C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp(950): warning C4267: 'argume
nt': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\rpcs3\rpc
s3\rpcs3.vcxproj]
[00:06:15] C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp(1526): warning C4244: '=': c
onversion from '__int64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.v
cxproj]
[00:06:15] VKProgramPipeline.cpp
[00:06:16] C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\memory
(1630): warning C4244: 'argument': conversion from 'std::ios_base::iostate' to '
float', possible loss of data (compiling source file C:\rpcs3\rpcs3\Emu\RSX\VK\V
KGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:06:16] C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp(760): note: see reference
to function template instantiation 'std::unique_ptr<vk::sampler,std::default_del
ete<_Ty>> std::make_unique<vk::sampler,vk::render_device&,VkSamplerAddressMode,V
kSamplerAddressMode,VkSamplerAddressMode,bool,int,float,u16,u16,VkFilter,VkFilte
r,VkSamplerMipmapMode,VkBorderColor>(vk::render_device &,VkSamplerAddressMode &&
,VkSamplerAddressMode &&,VkSamplerAddressMode &&,bool &&,int &&,float &&,u16 &&,
u16 &&,VkFilter &&,VkFilter &&,VkSamplerMipmapMode &&,VkBorderColor &&)' being c
ompiled
[00:06:16] with
[00:06:16] [
[00:06:16] _Ty=vk::sampler
[00:06:16] ]
[00:06:16] VKTexture.cpp
[00:06:16] VKVertexBuffers.cpp
[00:06:16] VKVertexProgram.cpp
[00:06:16] c:\rpcs3\rpcs3\emu\rsx\vk\VKRenderTargets.h(74): warning C4267: '=':
conversion from 'size_t' to 'u16', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:06:16] c:\rpcs3\rpcs3\emu\rsx\vk\VKRenderTargets.h(109): warning C4267: '=':
conversion from 'size_t' to 'u16', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:06:17] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexProgram.cpp(186): warning C4800: 'u
32': forcing value to bool 'true' or 'false' (performance warning) [C:\rpcs3\rpc
s3\rpcs3.vcxproj]
[00:06:21] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexProgram.cpp(188): warning C4800: 'u
32': forcing value to bool 'true' or 'false' (performance warning) [C:\rpcs3\rpc
s3\rpcs3.vcxproj]
[00:06:22] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexProgram.cpp(189): warning C4800: 'u
32': forcing value to bool 'true' or 'false' (performance warning) [C:\rpcs3\rpc
s3\rpcs3.vcxproj]
[00:06:23] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexProgram.cpp(327): warning C4800: 'u
32': forcing value to bool 'true' or 'false' (performance warning) [C:\rpcs3\rpc
s3\rpcs3.vcxproj]
[00:06:25] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexProgram.cpp(329): warning C4800: 'u
32': forcing value to bool 'true' or 'false' (performance warning) [C:\rpcs3\rpc
s3\rpcs3.vcxproj]
[00:06:26] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexProgram.cpp(330): warning C4800: 'u
32': forcing value to bool 'true' or 'false' (performance warning) [C:\rpcs3\rpc
s3\rpcs3.vcxproj]
[00:06:26] c:\rpcs3\rpcs3\emu\rsx\vk\../Common/TextGlyphs.h(170): warning C4244:
'=': conversion from 'long' to 'u8', possible loss of data (compiling source fi
le C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:06:27] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(268): warning C4267: 'initializ
ing': conversion from 'size_t' to 'u32', possible loss of data (compiling source
file C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxpr
oj]
[00:06:27] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(268): warning C4267: 'initializ
ing': conversion from 'size_t' to 'const u32', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3
.vcxproj]
[00:06:28] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(331): warning C4838: conversion
from 'int' to 'float' requires a narrowing conversion (compiling source file C:
\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:06:30] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(331): warning C4244: 'initializ
ing': conversion from 'int' to 'float', possible loss of data (compiling source
file C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxpro
j]
[00:06:30] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(334): warning C4838: conversion
from 'int' to 'uint32_t' requires a narrowing conversion (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:06:30] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(338): warning C4267: 'argument'
: conversion from 'size_t' to 'int', possible loss of data (compiling source fil
e C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:06:30] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp(303): warning C4267: '=
': conversion from 'size_t' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs
3.vcxproj]
[00:06:31] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp(311): warning C4267: '=
': conversion from 'size_t' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs
3.vcxproj]
[00:06:31] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp(328): warning C4267: 'i
nitializing': conversion from 'size_t' to 'u32', possible loss of data [C:\rpcs3
\rpcs3\rpcs3.vcxproj]
[00:06:32] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp(503): warning C4267: 'i
nitializing': conversion from 'size_t' to 'u32', possible loss of data [C:\rpcs3
\rpcs3\rpcs3.vcxproj]
[00:06:32] VulkanAPI.cpp
[00:06:32] gcm_enums.cpp
[00:06:32] gcm_printing.cpp
[00:06:32] rsx_cache.cpp
[00:06:32] c:\rpcs3\rpcs3\emu\rsx\gcm_printing.cpp(773): warning C4715: '`anonym
ous namespace'::get_vertex_attribute_format': not all control paths return a val
ue [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:06:32] rsx_methods.cpp
[00:06:32] rsx_utils.cpp
[00:06:33] System.cpp
[00:06:33] VFS.cpp
[00:06:34] AutoPauseManager.cpp
[00:06:36] CgDisasm.cpp
[00:06:38] C:\rpcs3\rpcs3\Gui\AutoPauseManager.cpp(105): warning C4267: 'argumen
t': conversion from 'size_t' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpc
s3.vcxproj]
[00:06:38] C:\rpcs3\rpcs3\Gui\AutoPauseManager.cpp(105): warning C4267: 'argumen
t': conversion from 'size_t' to 'long', possible loss of data [C:\rpcs3\rpcs3\rp
cs3.vcxproj]
[00:06:39] C:\rpcs3\rpcs3\Gui\AutoPauseManager.cpp(108): warning C4267: 'argumen
t': conversion from 'size_t' to 'long', possible loss of data [C:\rpcs3\rpcs3\rp
cs3.vcxproj]
[00:06:40] C:\rpcs3\rpcs3\Gui\AutoPauseManager.cpp(112): warning C4267: 'argumen
t': conversion from 'size_t' to 'long', possible loss of data [C:\rpcs3\rpcs3\rp
cs3.vcxproj]
[00:06:41] C:\rpcs3\rpcs3\Gui\AutoPauseManager.cpp(117): warning C4267: 'argumen
t': conversion from 'size_t' to 'long', possible loss of data [C:\rpcs3\rpcs3\rp
cs3.vcxproj]
[00:06:42] C:\rpcs3\rpcs3\Gui\AutoPauseManager.cpp(121): warning C4267: 'argumen
t': conversion from 'size_t' to 'long', possible loss of data [C:\rpcs3\rpcs3\rp
cs3.vcxproj]
[00:06:42] C:\rpcs3\rpcs3\Gui\AutoPauseManager.cpp(157): warning C4267: 'initial
izing': conversion from 'size_t' to 'u32', possible loss of data [C:\rpcs3\rpcs3
\rpcs3.vcxproj]
[00:06:43] C:\rpcs3\rpcs3\Gui\AutoPauseManager.cpp(242): warning C4244: '=': con
version from 'ullong' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxp
roj]
[00:06:43] ConLogFrame.cpp
[00:06:44] C:\rpcs3\rpcs3\Emu/RSX/CgBinaryProgram.h(328): warning C4267: 'argume
nt': conversion from 'size_t' to 'u32', possible loss of data (compiling source
file C:\rpcs3\rpcs3\Gui\CgDisasm.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:06:44] Debugger.cpp
[00:06:44] FrameBase.cpp
[00:06:44] GLGSFrame.cpp
[00:06:44] GSFrame.cpp
[00:06:47] GameViewer.cpp
[00:06:48] InstructionEditor.cpp
[00:06:51] InterpreterDisAsm.cpp
[00:06:51] KernelExplorer.cpp
[00:06:54] MainFrame.cpp
[00:06:55] MemoryStringSearcher.cpp
[00:06:56] C:\rpcs3\rpcs3\Gui\MainFrame.cpp(446): warning C4267: 'argument': con
version from 'size_t' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxp
roj]
[00:06:58] C:\rpcs3\rpcs3\Gui\MemoryStringSearcher.cpp(33): warning C4267: 'init
ializing': conversion from 'size_t' to 'u32', possible loss of data [C:\rpcs3\rp
cs3\rpcs3.vcxproj]
[00:06:59] C:\rpcs3\rpcs3\Gui\MemoryStringSearcher.cpp(33): warning C4267: 'init
ializing': conversion from 'size_t' to 'const u32', possible loss of data [C:\rp
cs3\rpcs3\rpcs3.vcxproj]
[00:06:59] MemoryViewer.cpp
[00:06:59] MsgDialog.cpp
[00:07:01] OskDialog.cpp
[00:07:01] PADManager.cpp
[00:07:03] RSXDebugger.cpp
[00:07:03] RegisterEditor.cpp
[00:07:06] C:\rpcs3\rpcs3\Gui\RSXDebugger.cpp(334): warning C4267: 'argument': c
onversion from 'size_t' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vc
xproj]
[00:07:08] C:\rpcs3\rpcs3\Gui\RSXDebugger.cpp(403): warning C4244: 'initializing
': conversion from 'f32' to 'u8', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vc
xproj]
[00:07:08] C:\rpcs3\rpcs3\Gui\RSXDebugger.cpp(430): warning C4244: 'initializing
': conversion from 'double' to 'u8', possible loss of data [C:\rpcs3\rpcs3\rpcs3
.vcxproj]
[00:07:09] C:\rpcs3\rpcs3\Gui\RSXDebugger.cpp(431): warning C4244: 'initializing
': conversion from 'double' to 'u8', possible loss of data [C:\rpcs3\rpcs3\rpcs3
.vcxproj]
[00:07:10] C:\rpcs3\rpcs3\Gui\RSXDebugger.cpp(432): warning C4244: 'initializing
': conversion from 'double' to 'u8', possible loss of data [C:\rpcs3\rpcs3\rpcs3
.vcxproj]
[00:07:11] C:\rpcs3\rpcs3\Gui\RSXDebugger.cpp(483): warning C4267: 'argument': c
onversion from 'size_t' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vc
xproj]
[00:07:13] C:\rpcs3\rpcs3\Gui\RSXDebugger.cpp(527): warning C4267: 'argument': c
onversion from 'size_t' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vc
xproj]
[00:07:15] C:\rpcs3\rpcs3\Gui\RSXDebugger.cpp(553): warning C4267: 'argument': c
onversion from 'size_t' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vc
xproj]
[00:07:15] SaveDataDialog.cpp
[00:07:15] c:\rpcs3\rpcs3\gui\rsxdebugger.cpp(442): warning C4715: '`anonymous n
amespace'::get_value': not all control paths return a value [C:\rpcs3\rpcs3\rpcs
3.vcxproj]
[00:07:15] SaveDataUtility.cpp
[00:07:15] SettingsDialog.cpp
[00:07:15] SignInDialog.cpp
[00:07:15] TextInputDialog.cpp
[00:07:15] KeyboardPadHandler.cpp
[00:07:16] ELF.cpp
[00:07:16] PSF.cpp
[00:07:17] PUP.cpp
[00:07:17] TAR.cpp
[00:07:18] C:\rpcs3\rpcs3\Loader\TAR.cpp(9): warning C4267: 'initializing': conv
ersion from 'size_t' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxpr
oj]
[00:07:18] C:\rpcs3\rpcs3\Loader\TAR.cpp(29): warning C4244: '+=': conversion fr
om 'double' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:07:19] C:\rpcs3\rpcs3\KeyboardPadHandler.cpp(14): warning C4267: '=': conver
sion from 'size_t' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj
]
[00:07:19] TROPUSR.cpp
[00:07:19] TRP.cpp
[00:07:19] MMJoystickHandler.cpp
[00:07:19] XInputPadHandler.cpp
[00:07:21] C:\rpcs3\rpcs3\MMJoystickHandler.cpp(137): warning C4800: 'DWORD': fo
rcing value to bool 'true' or 'false' (performance warning) [C:\rpcs3\rpcs3\rpcs
3.vcxproj]
[00:07:22] C:\rpcs3\rpcs3\XInputPadHandler.cpp(151): warning C4800: 'int': forci
ng value to bool 'true' or 'false' (performance warning) [C:\rpcs3\rpcs3\rpcs3.v
cxproj]
[00:07:22] rpcs3.cpp
[00:07:22] rpcs3_api.cpp
[00:07:22] C:\rpcs3\rpcs3\rpcs3_api.cpp(72): warning C4267: '=': conversion from
'size_t' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:07:23] C:\rpcs3\rpcs3\rpcs3_api.cpp(117): warning C4267: '=': conversion fro
m 'size_t' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:07:23] rpcs3_version.cpp
[00:07:23] glviewer.cpp
[00:07:23] main.cpp
[00:07:23] stb_image.cpp
[00:07:23] stdafx.cpp
[00:07:23] AutoPause.cpp
[00:07:23] Config.cpp
[00:07:25] File.cpp
[00:07:26] JIT.cpp
[00:07:27] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(643): warning C4244: '=': conve
rsion from 'GLsizeiptr' to 'u32', possible loss of data (compiling source file C
:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:07:27] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(719): warning C4244: '=': conve
rsion from 'GLsizeiptr' to 'u32', possible loss of data (compiling source file C
:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:07:28] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(101): warning C4267: 'arg
ument': conversion from 'size_t' to 'u16', possible loss of data (compiling sour
ce file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:07:28] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(142): warning C4267: 'ini
tializing': conversion from 'size_t' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:07:28] c:\rpcs3\rpcs3\emu\rsx\gl\../Common/TextGlyphs.h(170): warning C4244:
'=': conversion from 'long' to 'u8', possible loss of data (compiling source fi
le C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:07:28] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(116): warning C4267: 'initializ
ing': conversion from 'size_t' to 'u32', possible loss of data (compiling source
file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:07:28] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(116): warning C4267: 'initializ
ing': conversion from 'size_t' to 'const u32', possible loss of data (compiling
source file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:07:29] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(200): warning C4267: 'argument'
: conversion from 'size_t' to 'int', possible loss of data (compiling source fil
e C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:07:29] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(204): warning C4267: 'argument'
: conversion from 'size_t' to 'GLsizei', possible loss of data (compiling source
file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:07:29] Log.cpp
[00:07:29] c:\rpcs3\rpcs3\emu\rsx\vk\VKRenderTargets.h(74): warning C4267: '=':
conversion from 'size_t' to 'u16', possible loss of data (compiling source file
C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:07:30] c:\rpcs3\rpcs3\emu\rsx\vk\VKRenderTargets.h(109): warning C4267: '=':
conversion from 'size_t' to 'u16', possible loss of data (compiling source file
C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:07:30] StrFmt.cpp
[00:07:30] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(268): warning C4267: 'initializ
ing': conversion from 'size_t' to 'u32', possible loss of data (compiling source
file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:07:31] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(268): warning C4267: 'initializ
ing': conversion from 'size_t' to 'const u32', possible loss of data (compiling
source file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:07:31] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(331): warning C4838: conversion
from 'int' to 'float' requires a narrowing conversion (compiling source file C:
\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:07:31] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(331): warning C4244: 'initializ
ing': conversion from 'int' to 'float', possible loss of data (compiling source
file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:07:31] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(334): warning C4838: conversion
from 'int' to 'uint32_t' requires a narrowing conversion (compiling source file
C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:07:34] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(338): warning C4267: 'argument'
: conversion from 'size_t' to 'int', possible loss of data (compiling source fil
e C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:07:34] Thread.cpp
[00:07:34] VirtualMemory.cpp
[00:07:34] cond.cpp
[00:07:34] dynamic_library.cpp
[00:07:34] mutex.cpp
[00:07:34] rXml.cpp
[00:07:35] sema.cpp
[00:07:35] version.cpp
[00:07:35] binary.cpp
[00:07:35] graphbuilder.cpp
[00:07:35] graphbuilderadapter.cpp
[00:07:36] convert.cpp
[00:07:36] directives.cpp
[00:07:36] emit.cpp
[00:07:36] emitfromevents.cpp
[00:07:36] emitter.cpp
[00:07:37] c:\rpcs3\utilities\yaml-cpp\src\emitterstate.h(66): warning C4267: 'r
eturn': conversion from 'size_t' to 'int', possible loss of data (compiling sour
ce file C:\rpcs3\Utilities\yaml-cpp\src\emitter.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxpr
oj]
[00:07:37] c:\rpcs3\utilities\yaml-cpp\src\emitterstate.h(98): warning C4267: 'r
eturn': conversion from 'size_t' to 'int', possible loss of data (compiling sour
ce file C:\rpcs3\Utilities\yaml-cpp\src\emitter.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxpr
oj]
[00:07:38] c:\rpcs3\utilities\yaml-cpp\src\emitterstate.h(101): warning C4267: '
return': conversion from 'size_t' to 'int', possible loss of data (compiling sou
rce file C:\rpcs3\Utilities\yaml-cpp\src\emitter.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxp
roj]
[00:07:38] c:\rpcs3\utilities\yaml-cpp\src\emitterstate.h(103): warning C4267: '
return': conversion from 'size_t' to 'int', possible loss of data (compiling sou
rce file C:\rpcs3\Utilities\yaml-cpp\src\emitter.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxp
roj]
[00:07:38] C:\rpcs3\Utilities\yaml-cpp\src\emitter.cpp(82): warning C4267: 'argu
ment': conversion from 'size_t' to 'int', possible loss of data [C:\rpcs3\rpcs3\
rpcs3.vcxproj]
[00:07:39] C:\rpcs3\Utilities\yaml-cpp\src\emitter.cpp(86): warning C4267: 'argu
ment': conversion from 'size_t' to 'int', possible loss of data [C:\rpcs3\rpcs3\
rpcs3.vcxproj]
[00:07:39] emitterstate.cpp
[00:07:39] emitterutils.cpp
[00:07:39] c:\rpcs3\utilities\yaml-cpp\src\emitterstate.h(66): warning C4267: 'r
eturn': conversion from 'size_t' to 'int', possible loss of data (compiling sour
ce file C:\rpcs3\Utilities\yaml-cpp\src\emitterstate.cpp) [C:\rpcs3\rpcs3\rpcs3.
vcxproj]
[00:07:39] c:\rpcs3\utilities\yaml-cpp\src\emitterstate.h(98): warning C4267: 'r
eturn': conversion from 'size_t' to 'int', possible loss of data (compiling sour
ce file C:\rpcs3\Utilities\yaml-cpp\src\emitterstate.cpp) [C:\rpcs3\rpcs3\rpcs3.
vcxproj]
[00:07:40] c:\rpcs3\utilities\yaml-cpp\src\emitterstate.h(101): warning C4267: '
return': conversion from 'size_t' to 'int', possible loss of data (compiling sou
rce file C:\rpcs3\Utilities\yaml-cpp\src\emitterstate.cpp) [C:\rpcs3\rpcs3\rpcs3
.vcxproj]
[00:07:40] c:\rpcs3\utilities\yaml-cpp\src\emitterstate.h(103): warning C4267: '
return': conversion from 'size_t' to 'int', possible loss of data (compiling sou
rce file C:\rpcs3\Utilities\yaml-cpp\src\emitterstate.cpp) [C:\rpcs3\rpcs3\rpcs3
.vcxproj]
[00:07:40] C:\rpcs3\Utilities\yaml-cpp\src\emitterstate.cpp(204): warning C4267:
'return': conversion from 'size_t' to 'int', possible loss of data [C:\rpcs3\rp
cs3\rpcs3.vcxproj]
[00:07:41] c:\rpcs3\utilities\yaml-cpp\src\emitterstate.h(66): warning C4267: 'r
eturn': conversion from 'size_t' to 'int', possible loss of data (compiling sour
ce file C:\rpcs3\Utilities\yaml-cpp\src\emitterutils.cpp) [C:\rpcs3\rpcs3\rpcs3.
vcxproj]
[00:07:42] c:\rpcs3\utilities\yaml-cpp\src\emitterstate.h(98): warning C4267: 'r
eturn': conversion from 'size_t' to 'int', possible loss of data (compiling sour
ce file C:\rpcs3\Utilities\yaml-cpp\src\emitterutils.cpp) [C:\rpcs3\rpcs3\rpcs3.
vcxproj]
[00:07:42] c:\rpcs3\utilities\yaml-cpp\src\emitterstate.h(101): warning C4267: '
return': conversion from 'size_t' to 'int', possible loss of data (compiling sou
rce file C:\rpcs3\Utilities\yaml-cpp\src\emitterutils.cpp) [C:\rpcs3\rpcs3\rpcs3
.vcxproj]
[00:07:43] c:\rpcs3\utilities\yaml-cpp\src\emitterstate.h(103): warning C4267: '
return': conversion from 'size_t' to 'int', possible loss of data (compiling sou
rce file C:\rpcs3\Utilities\yaml-cpp\src\emitterutils.cpp) [C:\rpcs3\rpcs3\rpcs3
.vcxproj]
[00:07:43] exp.cpp
[00:07:43] node.cpp
[00:07:43] node_data.cpp
[00:07:43] nodebuilder.cpp
[00:07:43] nodeevents.cpp
[00:07:43] null.cpp
[00:07:43] ostream_wrapper.cpp
[00:07:43] parse.cpp
[00:07:43] parser.cpp
[00:07:43] regex_yaml.cpp
[00:07:43] scanner.cpp
[00:07:43] scanscalar.cpp
[00:07:43] scantag.cpp
[00:07:43] scantoken.cpp
[00:07:43] simplekey.cpp
[00:07:43] singledocparser.cpp
[00:07:43] stream.cpp
[00:07:43] tag.cpp
[00:07:43] rsx_decompiler.cpp
[00:07:43] rsx_fp_decompiler.cpp
[00:07:43] rsx_fp_ucode.cpp
[00:07:44] C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompiler.cpp(
620): warning C4267: 'argument': conversion from 'size_t' to 'const int', possib
le loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:07:44] C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompiler.cp
p(670): note: see reference to function template instantiation 'shader_code::cli
ke_language_impl::expression_t<shader_code::clike_language_impl::type_class_t::t
ype_float,1> rsx::fragment_program::decompiler<Language>::make_not_zero<shader_c
ode::clike_language_impl::type_class_t::type_float,1>(const shader_code::clike_l
anguage_impl::expression_t<shader_code::clike_language_impl::type_class_t::type_
float,1> &)' being compiled
[00:07:44] with
[00:07:44] [
[00:07:44] Language=shader_code::glsl_language
[00:07:44] ]
[00:07:44] C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompiler.cp
p(670): note: see reference to function template instantiation 'shader_code::cli
ke_language_impl::expression_t<shader_code::clike_language_impl::type_class_t::t
ype_float,1> rsx::fragment_program::decompiler<Language>::make_not_zero<shader_c
ode::clike_language_impl::type_class_t::type_float,1>(const shader_code::clike_l
anguage_impl::expression_t<shader_code::clike_language_impl::type_class_t::type_
float,1> &)' being compiled
[00:07:44] with
[00:07:44] [
[00:07:44] Language=shader_code::glsl_language
[00:07:44] ]
[00:07:44] C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompiler.cp
p(635): note: while compiling class template member function 'shader_code::build
er::expression_base_t rsx::fragment_program::decompiler<Language>::decode_instru
ction(void)'
[00:07:44] with
[00:07:44] [
[00:07:44] Language=shader_code::glsl_language
[00:07:44] ]
[00:07:44] C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompiler.cp
p(775): note: see reference to function template instantiation 'shader_code::bui
lder::expression_base_t rsx::fragment_program::decompiler<Language>::decode_inst
ruction(void)' being compiled
[00:07:44] with
[00:07:44] [
[00:07:44] Language=shader_code::glsl_language
[00:07:44] ]
[00:07:44] C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompiler.cp
p(801): note: see reference to class template instantiation 'rsx::fragment_progr
am::decompiler<Language>' being compiled
[00:07:44] with
[00:07:44] [
[00:07:44] Language=shader_code::glsl_language
[00:07:44] ]
[00:07:44] C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompiler.cp
p(810): note: see reference to function template instantiation 'rsx::decompiled_
shader rsx::fragment_program::decompile<shader_code::glsl_language>(std::size_t,
const void *)' being compiled
[00:07:44] rsx_vp_decompiler.cpp
[00:07:47] C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cpp(
580): warning C4267: 'argument': conversion from 'size_t' to 'const int', possib
le loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:07:47] C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cp
p(601): note: see reference to function template instantiation 'shader_code::cli
ke_language_impl::expression_t<shader_code::clike_language_impl::type_class_t::t
ype_float,4> rsx::vertex_program::decompiler<Language>::make_not_zero<shader_cod
e::clike_language_impl::type_class_t::type_float,4>(const shader_code::clike_lan
guage_impl::expression_t<shader_code::clike_language_impl::type_class_t::type_fl
oat,4> &)' being compiled
[00:07:47] with
[00:07:47] [
[00:07:47] Language=shader_code::glsl_language
[00:07:47] ]
[00:07:47] C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cp
p(601): note: see reference to function template instantiation 'shader_code::cli
ke_language_impl::expression_t<shader_code::clike_language_impl::type_class_t::t
ype_float,4> rsx::vertex_program::decompiler<Language>::make_not_zero<shader_cod
e::clike_language_impl::type_class_t::type_float,4>(const shader_code::clike_lan
guage_impl::expression_t<shader_code::clike_language_impl::type_class_t::type_fl
oat,4> &)' being compiled
[00:07:47] with
[00:07:47] [
[00:07:47] Language=shader_code::glsl_language
[00:07:47] ]
[00:07:47] C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cp
p(595): note: while compiling class template member function 'shader_code::build
er::expression_base_t rsx::vertex_program::decompiler<Language>::decode_sca_inst
ruction(void)'
[00:07:47] with
[00:07:47] [
[00:07:47] Language=shader_code::glsl_language
[00:07:47] ]
[00:07:47] C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cp
p(704): note: see reference to function template instantiation 'shader_code::bui
lder::expression_base_t rsx::vertex_program::decompiler<Language>::decode_sca_in
struction(void)' being compiled
[00:07:47] with
[00:07:47] [
[00:07:47] Language=shader_code::glsl_language
[00:07:47] ]
[00:07:47] C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cp
p(749): note: see reference to class template instantiation 'rsx::vertex_program
::decompiler<Language>' being compiled
[00:07:47] with
[00:07:47] [
[00:07:47] Language=shader_code::glsl_language
[00:07:47] ]
[00:07:47] C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cp
p(759): note: see reference to function template instantiation 'rsx::decompiled_
shader rsx::vertex_program::decompile<shader_code::glsl_language>(std::size_t,co
nst void *)' being compiled
[00:07:51] rsx_vp_ucode.cpp
[00:07:51] builder.cpp
[00:07:52] clike_language.cpp
[00:07:52] assembler.cpp
[00:07:52] codegen.cpp
[00:07:52] compiler.cpp
[00:07:52] constpool.cpp
[00:07:52] containers.cpp
[00:07:52] context.cpp
[00:07:53] cpuinfo.cpp
[00:07:53] cputicks.cpp
[00:07:53] error.cpp
[00:07:53] globals.cpp
[00:07:53] intutil.cpp
[00:07:53] logger.cpp
[00:07:53] operand.cpp
[00:07:53] runtime.cpp
[00:07:53] string.cpp
[00:07:53] vmem.cpp
[00:07:54] zone.cpp
[00:07:54] x86assembler.cpp
[00:07:54] x86compiler.cpp
[00:07:55] x86context.cpp
[00:07:55] x86cpuinfo.cpp
[00:07:55] x86inst.cpp
[00:07:55] x86operand.cpp
[00:07:56] x86operand_regs.cpp
[00:07:57] x86scheduler.cpp
[00:08:00] C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd6
4\CL.exe /c /IC:\rpcs3\rpcs3\..\3rdparty\minidx12\Include /IC:\rpcs3\rpcs3\..\3r
dparty\XAudio2_7 /IC:\rpcs3\wxWidgets\wxWidgets\lib\vc_x64_lib\mswu /IC:\rpcs3\w
xWidgets\wxWidgets\include /IC:\rpcs3\rpcs3\..\3rdparty\libpng /IC:\rpcs3\rpcs3\
..\3rdparty\ffmpeg\Windows\x86_64\include /IC:\rpcs3\zlib\include /IC:\rpcs3\3rd
party\OpenAL\include /IC:\rpcs3\llvm\include /IC:\rpcs3\llvm_build\include /IC:\
rpcs3\rpcs3\..\3rdparty\pugixml\src /IC:\rpcs3\rpcs3 /IC:\rpcs3\rpcs3\Loader /IC
:\rpcs3\rpcs3\Crypto /IC:\rpcs3\rpcs3\.. /I"C:\rpcs3\rpcs3\..\Utilities\yaml-cpp
\include" /IC:\rpcs3\rpcs3\..\asmjit\src\asmjit /IC:\rpcs3\rpcs3\..\3rdparty\GSL
\include /IC:\rpcs3\rpcs3\..\rsx_program_decompiler\rsx_decompiler /IC:\rpcs3\rp
cs3\..\rsx_program_decompiler\shader_code /I"C:\rpcs3\rpcs3\..\Vulkan\Vulkan-Loa
derAndValidationLayers\include" /IC:\rpcs3\rpcs3\..\Vulkan\glslang\glslang\Publi
c /IC:\rpcs3\rpcs3\..\3rdparty\GL /IC:\rpcs3\rpcs3\..\3rdparty\stblib /IC:\rpcs3
\rpcs3\..\3rdparty\cereal\include /nologo /W3 /WX- /MP /O2 /Ob2 /D WIN32 /D _WIN
DOWS /D _CRT_SECURE_NO_DEPRECATE=1 /D _CRT_NON_CONFORMING_SWPRINTFS=1 /D _SCL_SE
CURE_NO_WARNINGS=1 /D NDEBUG /D _CRT_SECURE_NO_DEPRECATE /D _CRT_SECURE_NO_WARNI
NGS /D _CRT_NONSTDC_NO_DEPRECATE /D _CRT_NONSTDC_NO_WARNINGS /D _SCL_SECURE_NO_D
EPRECATE /D _SCL_SECURE_NO_WARNINGS /D __STDC_CONSTANT_MACROS /D __STDC_FORMAT_M
ACROS /D __STDC_LIMIT_MACROS /D CMAKE_BUILD /D UNICODE /D _WIN32_WINNT=0x0601 /D
_UNICODE /D LLVM_AVAILABLE /D "CMAKE_INTDIR=\"Release\"" /D _UNICODE /D UNICODE
/Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Yu"C:\r
pcs3\rpcs3\Release\cotire\rpcs3_CXX_prefix.hxx" /Fp"C:\rpcs3\rpcs3\Release\cotir
e\rpcs3_CXX_prefix.pch" /Fo"rpcs3.dir\Release\/Emu/Memory/Memory.cpp.obj" /Fd"rp
cs3.dir\Release\vc140.pdb" /Gd /TP /FIC:\rpcs3\rpcs3\Release\cotire\rpcs3_CXX_pr
efix.hxx /errorReport:queue /Zm140 /Zc:throwingNew C:\rpcs3\rpcs3\Emu\Memory\M
emory.cpp
[00:08:00] Memory.cpp
[00:08:00] C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd6
4\CL.exe /c /IC:\rpcs3\rpcs3\..\3rdparty\minidx12\Include /IC:\rpcs3\rpcs3\..\3r
dparty\XAudio2_7 /IC:\rpcs3\wxWidgets\wxWidgets\lib\vc_x64_lib\mswu /IC:\rpcs3\w
xWidgets\wxWidgets\include /IC:\rpcs3\rpcs3\..\3rdparty\libpng /IC:\rpcs3\rpcs3\
..\3rdparty\ffmpeg\Windows\x86_64\include /IC:\rpcs3\zlib\include /IC:\rpcs3\3rd
party\OpenAL\include /IC:\rpcs3\llvm\include /IC:\rpcs3\llvm_build\include /IC:\
rpcs3\rpcs3\..\3rdparty\pugixml\src /IC:\rpcs3\rpcs3 /IC:\rpcs3\rpcs3\Loader /IC
:\rpcs3\rpcs3\Crypto /IC:\rpcs3\rpcs3\.. /I"C:\rpcs3\rpcs3\..\Utilities\yaml-cpp
\include" /IC:\rpcs3\rpcs3\..\asmjit\src\asmjit /IC:\rpcs3\rpcs3\..\3rdparty\GSL
\include /IC:\rpcs3\rpcs3\..\rsx_program_decompiler\rsx_decompiler /IC:\rpcs3\rp
cs3\..\rsx_program_decompiler\shader_code /I"C:\rpcs3\rpcs3\..\Vulkan\Vulkan-Loa
derAndValidationLayers\include" /IC:\rpcs3\rpcs3\..\Vulkan\glslang\glslang\Publi
c /IC:\rpcs3\rpcs3\..\3rdparty\GL /IC:\rpcs3\rpcs3\..\3rdparty\stblib /IC:\rpcs3
\rpcs3\..\3rdparty\cereal\include /nologo /W3 /WX- /MP /O2 /Ob2 /D WIN32 /D _WIN
DOWS /D _CRT_SECURE_NO_DEPRECATE=1 /D _CRT_NON_CONFORMING_SWPRINTFS=1 /D _SCL_SE
CURE_NO_WARNINGS=1 /D NDEBUG /D _CRT_SECURE_NO_DEPRECATE /D _CRT_SECURE_NO_WARNI
NGS /D _CRT_NONSTDC_NO_DEPRECATE /D _CRT_NONSTDC_NO_WARNINGS /D _SCL_SECURE_NO_D
EPRECATE /D _SCL_SECURE_NO_WARNINGS /D __STDC_CONSTANT_MACROS /D __STDC_FORMAT_M
ACROS /D __STDC_LIMIT_MACROS /D CMAKE_BUILD /D UNICODE /D _WIN32_WINNT=0x0601 /D
_UNICODE /D LLVM_AVAILABLE /D "CMAKE_INTDIR=\"Release\"" /D _UNICODE /D UNICODE
/Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Yu"C:\r
pcs3\rpcs3\Release\cotire\rpcs3_CXX_prefix.hxx" /Fp"C:\rpcs3\rpcs3\Release\cotir
e\rpcs3_CXX_prefix.pch" /Fo"rpcs3.dir\Release\/__/Utilities/yaml-cpp/src/memory.
cpp.obj" /Fd"rpcs3.dir\Release\vc140.pdb" /Gd /TP /FIC:\rpcs3\rpcs3\Release\coti
re\rpcs3_CXX_prefix.hxx /errorReport:queue /Zm140 /Zc:throwingNew "C:\rpcs3\Ut
ilities\yaml-cpp\src\memory.cpp"
[00:08:00] memory.cpp
[00:08:00] ResourceCompile:
[00:08:00] C:\Program Files (x86)\Windows Kits\8.1\bin\x86\rc.exe /D WIN32 /D
_WINDOWS /D _CRT_SECURE_NO_DEPRECATE=1 /D _CRT_NON_CONFORMING_SWPRINTFS=1 /D _SC
L_SECURE_NO_WARNINGS=1 /D NDEBUG /D _CRT_SECURE_NO_DEPRECATE /D _CRT_SECURE_NO_W
ARNINGS /D _CRT_NONSTDC_NO_DEPRECATE /D _CRT_NONSTDC_NO_WARNINGS /D _SCL_SECURE_
NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /D __STDC_CONSTANT_MACROS /D __STDC_FORM
AT_MACROS /D __STDC_LIMIT_MACROS /D CMAKE_BUILD /D UNICODE /D _WIN32_WINNT=0x060
1 /D _UNICODE /D LLVM_AVAILABLE /D "CMAKE_INTDIR=\\\"Release\\\"" /D _UNICODE /D
UNICODE /l"0x0409" /IC:\rpcs3\rpcs3\..\3rdparty\minidx12\Include /IC:\rpcs3\rpc
s3\..\3rdparty\XAudio2_7 /IC:\rpcs3\wxWidgets\wxWidgets\lib\vc_x64_lib\mswu /IC:
\rpcs3\wxWidgets\wxWidgets\include /IC:\rpcs3\rpcs3\..\3rdparty\libpng /IC:\rpcs
3\rpcs3\..\3rdparty\ffmpeg\Windows\x86_64\include /IC:\rpcs3\zlib\include /IC:\r
pcs3\3rdparty\OpenAL\include /IC:\rpcs3\llvm\include /IC:\rpcs3\llvm_build\inclu
de /IC:\rpcs3\rpcs3\..\3rdparty\pugixml\src /IC:\rpcs3\rpcs3 /IC:\rpcs3\rpcs3\Lo
ader /IC:\rpcs3\rpcs3\Crypto /IC:\rpcs3\rpcs3\.. /I"C:\rpcs3\rpcs3\..\Utilities\
yaml-cpp\include" /IC:\rpcs3\rpcs3\..\asmjit\src\asmjit /IC:\rpcs3\rpcs3\..\3rdp
arty\GSL\include /IC:\rpcs3\rpcs3\..\rsx_program_decompiler\rsx_decompiler /IC:\
rpcs3\rpcs3\..\rsx_program_decompiler\shader_code /I"C:\rpcs3\rpcs3\..\Vulkan\Vu
lkan-LoaderAndValidationLayers\include" /IC:\rpcs3\rpcs3\..\Vulkan\glslang\glsla
ng\Public /IC:\rpcs3\rpcs3\..\3rdparty\GL /IC:\rpcs3\rpcs3\..\3rdparty\stblib /I
C:\rpcs3\rpcs3\..\3rdparty\cereal\include /nologo /fo"rpcs3.dir\Release\rpcs3_.r
es" C:\rpcs3\rpcs3\rpcs3_.rc
[00:08:01] Link:
[00:08:01] C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd6
4\link.exe /ERRORREPORT:QUEUE /OUT:"C:\rpcs3\bin\rpcs3.exe" /INCREMENTAL:NO /NOL
OGO /LIBPATH:C:/rpcs3/rpcs3/../3rdparty/minidx12 /LIBPATH:C:/rpcs3/rpcs3/../3rdp
arty/minidx12/Release /LIBPATH:C:/rpcs3/rpcs3/../Vulkan /LIBPATH:C:/rpcs3/rpcs3/
../Vulkan/Release /LIBPATH:C:/rpcs3/rpcs3/../3rdparty/ffmpeg/Windows/x86_64/lib
/LIBPATH:C:/rpcs3/rpcs3/../3rdparty/ffmpeg/Windows/x86_64/lib/Release kernel32.l
ib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib
comdlg32.lib advapi32.lib ws2_32.lib Winmm.lib VKstatic.1.lib glslang.lib OSDep
endent.lib OGLCompiler.lib SPIRV.lib HLSL.lib dxgi.lib d2d1.lib dwrite.lib avfor
mat.lib avcodec.lib avutil.lib swresample.lib swscale.lib ..\3rdparty\libpng\Rel
ease\libpng16_static.lib ..\wxWidgets\wxWidgets\lib\vc_x64_lib\wxmsw31u_core.lib
..\wxWidgets\wxWidgets\lib\vc_x64_lib\wxbase31u.lib ..\wxWidgets\wxWidgets\lib\
vc_x64_lib\wxbase31u_net.lib ..\wxWidgets\wxWidgets\lib\vc_x64_lib\wxmsw31u_aui.
lib ..\wxWidgets\wxWidgets\lib\vc_x64_lib\wxmsw31u_gl.lib ..\wxWidgets\wxWidgets
\lib\vc_x64_lib\wxbase31u_xml.lib ..\wxWidgets\wxWidgets\lib\vc_x64_lib\wxpng.li
b ..\wxWidgets\wxWidgets\lib\vc_x64_lib\wxtiff.lib ..\wxWidgets\wxWidgets\lib\vc
_x64_lib\wxjpeg.lib ..\wxWidgets\wxWidgets\lib\vc_x64_lib\wxzlib.lib ..\wxWidget
s\wxWidgets\lib\vc_x64_lib\wxregexu.lib ..\wxWidgets\wxWidgets\lib\vc_x64_lib\wx
expat.lib opengl32.lib glu32.lib winmm.lib comctl32.lib rpcrt4.lib wsock32.lib .
.\3rdparty\OpenAL\libs\Win64\OpenAL32.lib ..\llvm_build\Release\lib\LLVMMCJIT.li
b ..\llvm_build\Release\lib\LLVMVectorize.lib ..\llvm_build\Release\lib\LLVMipo.
lib ..\llvm_build\Release\lib\LLVMX86CodeGen.lib ..\llvm_build\Release\lib\LLVMX
86Disassembler.lib ..\rsx_program_decompiler\rsx_decompiler\Release\rsx_decompil
er.lib ..\rsx_program_decompiler\shader_code\Release\shader_code.lib ..\zlib\lib
\zlib.lib ..\llvm_build\Release\lib\LLVMExecutionEngine.lib ..\llvm_build\Releas
e\lib\LLVMRuntimeDyld.lib ..\llvm_build\Release\lib\LLVMVectorize.lib ..\llvm_bu
ild\Release\lib\LLVMIRReader.lib ..\llvm_build\Release\lib\LLVMAsmParser.lib ..\
llvm_build\Release\lib\LLVMLinker.lib ..\llvm_build\Release\lib\LLVMAsmPrinter.l
ib ..\llvm_build\Release\lib\LLVMSelectionDAG.lib ..\llvm_build\Release\lib\LLVM
CodeGen.lib ..\llvm_build\Release\lib\LLVMTarget.lib ..\llvm_build\Release\lib\L
LVMScalarOpts.lib ..\llvm_build\Release\lib\LLVMInstCombine.lib ..\llvm_build\Re
lease\lib\LLVMBitWriter.lib ..\llvm_build\Release\lib\LLVMInstrumentation.lib ..
\llvm_build\Release\lib\LLVMTransformUtils.lib ..\llvm_build\Release\lib\LLVMAna
lysis.lib ..\llvm_build\Release\lib\LLVMProfileData.lib ..\llvm_build\Release\li
b\LLVMX86Desc.lib ..\llvm_build\Release\lib\LLVMObject.lib ..\llvm_build\Release
\lib\LLVMBitReader.lib ..\llvm_build\Release\lib\LLVMMCParser.lib ..\llvm_build\
Release\lib\LLVMX86AsmPrinter.lib ..\llvm_build\Release\lib\LLVMX86Utils.lib ..\
llvm_build\Release\lib\LLVMCore.lib ..\llvm_build\Release\lib\LLVMX86Info.lib ..
\llvm_build\Release\lib\LLVMMCDisassembler.lib ..\llvm_build\Release\lib\LLVMMC.
lib ..\llvm_build\Release\lib\LLVMSupport.lib /NODEFAULTLIB:libc.lib /NODEFAULTL
IB:libcmt.lib /NODEFAULTLIB:libcd.lib /NODEFAULTLIB:libcmtd.lib /NODEFAULTLIB:ms
vcrtd.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:
embed /PDB:"C:/rpcs3/bin/rpcs3.pdb" /SUBSYSTEM:WINDOWS /TLBID:1 /BASE:"0x10000"
/DYNAMICBASE:NO /FIXED /NXCOMPAT /IMPLIB:"C:/rpcs3/rpcs3/Release/rpcs3.lib" /MAC
HINE:X64 /machine:x64 rpcs3.dir\Release\rpcs3_.res
[00:08:01] rpcs3.dir\Release\BasicKeyboardHandler.obj
[00:08:01] rpcs3.dir\Release\BasicMouseHandler.obj
[00:08:01] rpcs3.dir\Release\aes.obj
[00:08:01] rpcs3.dir\Release\ec.obj
[00:08:01] rpcs3.dir\Release\key_vault.obj
[00:08:01] rpcs3.dir\Release\lz.obj
[00:08:01] rpcs3.dir\Release\sha1.obj
[00:08:01] rpcs3.dir\Release\unedat.obj
[00:08:01] rpcs3.dir\Release\unpkg.obj
[00:08:01] rpcs3.dir\Release\unself.obj
[00:08:01] rpcs3.dir\Release\utils.obj
[00:08:01] rpcs3.dir\Release\OpenALThread.obj
[00:08:01] rpcs3.dir\Release\AudioDumper.obj
[00:08:01] rpcs3.dir\Release\XAudio27Thread.obj
[00:08:01] rpcs3.dir\Release\XAudio28Thread.obj
[00:08:01] rpcs3.dir\Release\XAudio2Thread.obj
[00:08:01] rpcs3.dir\Release\CPUThread.obj
[00:08:01] rpcs3.dir\Release\CPUTranslator.obj
[00:08:01] rpcs3.dir\Release\MFC.obj
[00:08:01] rpcs3.dir\Release\cellAdec.obj
[00:08:01] rpcs3.dir\Release\cellAtrac.obj
[00:08:01] rpcs3.dir\Release\cellAtracMulti.obj
[00:08:01] rpcs3.dir\Release\cellAudio.obj
[00:08:01] rpcs3.dir\Release\cellAudioOut.obj
[00:08:01] rpcs3.dir\Release\cellAvconfExt.obj
[00:08:01] rpcs3.dir\Release\cellBgdl.obj
[00:08:01] rpcs3.dir\Release\cellCamera.obj
[00:08:01] rpcs3.dir\Release\cellCelp8Enc.obj
[00:08:01] rpcs3.dir\Release\cellCelpEnc.obj
[00:08:01] rpcs3.dir\Release\cellDaisy.obj
[00:08:01] rpcs3.dir\Release\cellDmux.obj
[00:08:01] rpcs3.dir\Release\cellFiber.obj
[00:08:01] rpcs3.dir\Release\cellFont.obj
[00:08:01] rpcs3.dir\Release\cellFontFT.obj
[00:08:01] rpcs3.dir\Release\cellFs.obj
[00:08:01] rpcs3.dir\Release\cellGame.obj
[00:08:01] rpcs3.dir\Release\cellGameExec.obj
[00:08:01] rpcs3.dir\Release\cellGcmSys.obj
[00:08:01] rpcs3.dir\Release\cellGem.obj
[00:08:01] rpcs3.dir\Release\cellGifDec.obj
[00:08:01] rpcs3.dir\Release\cellHttp.obj
[00:08:01] rpcs3.dir\Release\cellHttpUtil.obj
[00:08:01] rpcs3.dir\Release\cellImejp.obj
[00:08:01] rpcs3.dir\Release\cellJpgDec.obj
[00:08:01] rpcs3.dir\Release\cellJpgEnc.obj
[00:08:01] rpcs3.dir\Release\cellKb.obj
[00:08:01] rpcs3.dir\Release\cellKey2char.obj
[00:08:01] rpcs3.dir\Release\cellL10n.obj
[00:08:01] rpcs3.dir\Release\cellMic.obj
[00:08:01] rpcs3.dir\Release\cellMouse.obj
[00:08:01] rpcs3.dir\Release\cellMsgDialog.obj
[00:08:01] rpcs3.dir\Release\cellMusic.obj
[00:08:01] rpcs3.dir\Release\cellMusicDecode.obj
[00:08:01] rpcs3.dir\Release\cellMusicExport.obj
[00:08:01] rpcs3.dir\Release\cellNetCtl.obj
[00:08:01] rpcs3.dir\Release\cellOskDialog.obj
[00:08:01] rpcs3.dir\Release\cellOvis.obj
[00:08:01] rpcs3.dir\Release\cellPad.obj
[00:08:01] rpcs3.dir\Release\cellPamf.obj
[00:08:01] rpcs3.dir\Release\cellPhotoDecode.obj
[00:08:01] rpcs3.dir\Release\cellPhotoExport.obj
[00:08:01] rpcs3.dir\Release\cellPhotoImport.obj
[00:08:01] rpcs3.dir\Release\cellPngDec.obj
[00:08:01] rpcs3.dir\Release\cellPngEnc.obj
[00:08:01] rpcs3.dir\Release\cellPrint.obj
[00:08:01] rpcs3.dir\Release\cellRec.obj
[00:08:01] rpcs3.dir\Release\cellRemotePlay.obj
[00:08:01] rpcs3.dir\Release\cellResc.obj
[00:08:01] rpcs3.dir\Release\cellRtc.obj
[00:08:01] rpcs3.dir\Release\cellRudp.obj
[00:08:01] rpcs3.dir\Release\cellSail.obj
[00:08:01] rpcs3.dir\Release\cellSailRec.obj
[00:08:01] rpcs3.dir\Release\cellSaveData.obj
[00:08:01] rpcs3.dir\Release\cellScreenshot.obj
[00:08:01] rpcs3.dir\Release\cellSearch.obj
[00:08:01] rpcs3.dir\Release\cellSheap.obj
[00:08:01] rpcs3.dir\Release\cellSpudll.obj
[00:08:01] rpcs3.dir\Release\cellSpurs.obj
[00:08:01] rpcs3.dir\Release\cellSpursJq.obj
[00:08:01] rpcs3.dir\Release\cellSpursSpu.obj
[00:08:01] rpcs3.dir\Release\cellSsl.obj
[00:08:01] rpcs3.dir\Release\cellStorage.obj
[00:08:01] rpcs3.dir\Release\cellSubdisplay.obj
[00:08:01] rpcs3.dir\Release\cellSync.obj
[00:08:01] rpcs3.dir\Release\cellSync2.obj
[00:08:01] rpcs3.dir\Release\cellSysconf.obj
[00:08:01] rpcs3.dir\Release\cellSysmodule.obj
[00:08:01] rpcs3.dir\Release\cellSysutil.obj
[00:08:01] rpcs3.dir\Release\cellSysutilAp.obj
[00:08:01] rpcs3.dir\Release\cellSysutilAvc.obj
[00:08:01] rpcs3.dir\Release\cellSysutilAvc2.obj
[00:08:01] rpcs3.dir\Release\cellSysutilMisc.obj
[00:08:01] rpcs3.dir\Release\cellUsbd.obj
[00:08:01] rpcs3.dir\Release\cellUsbpspcm.obj
[00:08:01] rpcs3.dir\Release\cellUserInfo.obj
[00:08:01] rpcs3.dir\Release\cellVdec.obj
[00:08:01] rpcs3.dir\Release\cellVideoExport.obj
[00:08:01] rpcs3.dir\Release\cellVideoOut.obj
[00:08:01] rpcs3.dir\Release\cellVideoUpload.obj
[00:08:01] rpcs3.dir\Release\cellVoice.obj
[00:08:01] rpcs3.dir\Release\cellVpost.obj
[00:08:01] rpcs3.dir\Release\cellWebBrowser.obj
[00:08:01] rpcs3.dir\Release\libmixer.obj
[00:08:01] rpcs3.dir\Release\libsnd3.obj
[00:08:01] rpcs3.dir\Release\libsynth2.obj
[00:08:01] rpcs3.dir\Release\sceNp.obj
[00:08:01] rpcs3.dir\Release\sceNp2.obj
[00:08:01] rpcs3.dir\Release\sceNpClans.obj
[00:08:01] rpcs3.dir\Release\sceNpCommerce2.obj
[00:08:01] rpcs3.dir\Release\sceNpSns.obj
[00:08:01] rpcs3.dir\Release\sceNpTrophy.obj
[00:08:01] rpcs3.dir\Release\sceNpTus.obj
[00:08:01] rpcs3.dir\Release\sceNpUtil.obj
[00:08:01] rpcs3.dir\Release\sysPrxForUser.obj
[00:08:01] rpcs3.dir\Release\sys_game.obj
[00:08:01] rpcs3.dir\Release\sys_heap.obj
[00:08:01] rpcs3.dir\Release\sys_io.obj
[00:08:01] rpcs3.dir\Release\sys_libc.obj
[00:08:01] rpcs3.dir\Release\sys_libc_.obj
[00:08:01] rpcs3.dir\Release\sys_lv2dbg.obj
[00:08:01] rpcs3.dir\Release\sys_lwcond_.obj
[00:08:01] rpcs3.dir\Release\sys_lwmutex_.obj
[00:08:01] rpcs3.dir\Release\sys_mempool.obj
[00:08:01] rpcs3.dir\Release\sys_mmapper_.obj
[00:08:01] rpcs3.dir\Release\sys_net.obj
[00:08:01] rpcs3.dir\Release\sys_ppu_thread_.obj
[00:08:01] rpcs3.dir\Release\sys_prx_.obj
[00:08:01] rpcs3.dir\Release\sys_spinlock.obj
[00:08:01] rpcs3.dir\Release\sys_spu_.obj
[00:08:01] rpcs3.dir\Release\PPUAnalyser.obj
[00:08:01] rpcs3.dir\Release\PPUDisAsm.obj
[00:08:01] rpcs3.dir\Release\PPUFunction.obj
[00:08:01] rpcs3.dir\Release\PPUInterpreter.obj
[00:08:01] rpcs3.dir\Release\PPUModule.obj
[00:08:01] rpcs3.dir\Release\PPUThread.obj
[00:08:01] rpcs3.dir\Release\PPUTranslator.obj
[00:08:01] rpcs3.dir\Release\RawSPUThread.obj
[00:08:01] rpcs3.dir\Release\SPUASMJITRecompiler.obj
[00:08:01] rpcs3.dir\Release\SPUAnalyser.obj
[00:08:01] rpcs3.dir\Release\SPUDisAsm.obj
[00:08:01] rpcs3.dir\Release\SPUInterpreter.obj
[00:08:01] rpcs3.dir\Release\SPURecompiler.obj
[00:08:01] rpcs3.dir\Release\SPUThread.obj
[00:08:01] rpcs3.dir\Release\lv2.obj
[00:08:01] rpcs3.dir\Release\sys_cond.obj
[00:08:01] rpcs3.dir\Release\sys_dbg.obj
[00:08:01] rpcs3.dir\Release\sys_event.obj
[00:08:01] rpcs3.dir\Release\sys_event_flag.obj
[00:08:01] rpcs3.dir\Release\sys_fs.obj
[00:08:01] rpcs3.dir\Release\sys_interrupt.obj
[00:08:01] rpcs3.dir\Release\sys_lwcond.obj
[00:08:01] rpcs3.dir\Release\sys_lwmutex.obj
[00:08:01] rpcs3.dir\Release\sys_memory.obj
[00:08:01] rpcs3.dir\Release\sys_mmapper.obj
[00:08:01] rpcs3.dir\Release\sys_mutex.obj
[00:08:01] rpcs3.dir\Release\sys_ppu_thread.obj
[00:08:01] rpcs3.dir\Release\sys_process.obj
[00:08:01] rpcs3.dir\Release\sys_prx.obj
[00:08:01] rpcs3.dir\Release\sys_rsx.obj
[00:08:01] rpcs3.dir\Release\sys_rwlock.obj
[00:08:01] rpcs3.dir\Release\sys_semaphore.obj
[00:08:01] rpcs3.dir\Release\sys_spu.obj
[00:08:01] rpcs3.dir\Release\sys_time.obj
[00:08:01] rpcs3.dir\Release\sys_timer.obj
[00:08:01] rpcs3.dir\Release\sys_trace.obj
[00:08:01] rpcs3.dir\Release\sys_tty.obj
[00:08:01] rpcs3.dir\Release\sys_vm.obj
[00:08:01] rpcs3.dir\Release\IdManager.obj
[00:08:01] rpcs3.dir\Release\vm.obj
[00:08:01] rpcs3.dir\Release\wait_engine.obj
[00:08:01] rpcs3.dir\Release\ARMv7DisAsm.obj
[00:08:01] rpcs3.dir\Release\ARMv7Function.obj
[00:08:01] rpcs3.dir\Release\ARMv7Interpreter.obj
[00:08:01] rpcs3.dir\Release\ARMv7Module.obj
[00:08:01] rpcs3.dir\Release\ARMv7Thread.obj
[00:08:01] rpcs3.dir\Release\sceAppMgr.obj
[00:08:01] rpcs3.dir\Release\sceAppUtil.obj
[00:08:01] rpcs3.dir\Release\sceAudio.obj
[00:08:01] rpcs3.dir\Release\sceAudioIn.obj
[00:08:01] rpcs3.dir\Release\sceAudiodec.obj
[00:08:01] rpcs3.dir\Release\sceAudioenc.obj
[00:08:01] rpcs3.dir\Release\sceCamera.obj
[00:08:01] rpcs3.dir\Release\sceCodecEngine.obj
[00:08:01] rpcs3.dir\Release\sceCommonDialog.obj
[00:08:01] rpcs3.dir\Release\sceCtrl.obj
[00:08:01] rpcs3.dir\Release\sceDbg.obj
[00:08:01] rpcs3.dir\Release\sceDeci4p.obj
[00:08:01] rpcs3.dir\Release\sceDeflt.obj
[00:08:01] rpcs3.dir\Release\sceDisplay.obj
[00:08:01] rpcs3.dir\Release\sceFiber.obj
[00:08:01] rpcs3.dir\Release\sceFios.obj
[00:08:01] rpcs3.dir\Release\sceFpu.obj
[00:08:01] rpcs3.dir\Release\sceGxm.obj
[00:08:01] rpcs3.dir\Release\sceHttp.obj
[00:08:01] rpcs3.dir\Release\sceIme.obj
[00:08:01] rpcs3.dir\Release\sceJpeg.obj
[00:08:01] rpcs3.dir\Release\sceJpegEnc.obj
[00:08:01] rpcs3.dir\Release\sceLibKernel.obj
[00:08:01] rpcs3.dir\Release\sceLibXml.obj
[00:08:01] rpcs3.dir\Release\sceLibc.obj
[00:08:01] rpcs3.dir\Release\sceLibm.obj
[00:08:01] rpcs3.dir\Release\sceLibstdcxx.obj
[00:08:01] rpcs3.dir\Release\sceLiveArea.obj
[00:08:01] rpcs3.dir\Release\sceLocation.obj
[00:08:01] rpcs3.dir\Release\sceMd5.obj
[00:08:01] rpcs3.dir\Release\sceMotion.obj
[00:08:01] rpcs3.dir\Release\sceMt19937.obj
[00:08:01] rpcs3.dir\Release\sceNet.obj
[00:08:01] rpcs3.dir\Release\sceNetCtl.obj
[00:08:01] rpcs3.dir\Release\sceNgs.obj
[00:08:01] rpcs3.dir\Release\sceNpBasic.obj
[00:08:01] rpcs3.dir\Release\sceNpCommon.obj
[00:08:01] rpcs3.dir\Release\sceNpManager.obj
[00:08:01] rpcs3.dir\Release\sceNpMatching.obj
[00:08:01] rpcs3.dir\Release\sceNpScore.obj
[00:08:01] rpcs3.dir\Release\sceNpUtility.obj
[00:08:01] rpcs3.dir\Release\scePerf.obj
[00:08:01] rpcs3.dir\Release\scePgf.obj
[00:08:01] rpcs3.dir\Release\scePhotoExport.obj
[00:08:01] rpcs3.dir\Release\sceRazorCapture.obj
[00:08:01] rpcs3.dir\Release\sceRtc.obj
[00:08:01] rpcs3.dir\Release\sceSas.obj
[00:08:01] rpcs3.dir\Release\sceScreenShot.obj
[00:08:01] rpcs3.dir\Release\sceSfmt.obj
[00:08:01] rpcs3.dir\Release\sceSha.obj
[00:08:01] rpcs3.dir\Release\sceSqlite.obj
[00:08:01] rpcs3.dir\Release\sceSsl.obj
[00:08:01] rpcs3.dir\Release\sceSulpha.obj
[00:08:01] rpcs3.dir\Release\sceSysmodule.obj
[00:08:01] rpcs3.dir\Release\sceSystemGesture.obj
[00:08:01] rpcs3.dir\Release\sceTouch.obj
[00:08:01] rpcs3.dir\Release\sceUlt.obj
[00:08:01] rpcs3.dir\Release\sceVideodec.obj
[00:08:01] rpcs3.dir\Release\sceVoice.obj
[00:08:01] rpcs3.dir\Release\sceVoiceQoS.obj
[00:08:01] rpcs3.dir\Release\CgBinaryFragmentProgram.obj
[00:08:01] rpcs3.dir\Release\CgBinaryVertexProgram.obj
[00:08:01] rpcs3.dir\Release\BufferUtils.obj
[00:08:01] rpcs3.dir\Release\FragmentProgramDecompiler.obj
[00:08:01] rpcs3.dir\Release\ProgramStateCache.obj
[00:08:01] rpcs3.dir\Release\ShaderParam.obj
[00:08:01] rpcs3.dir\Release\TextureUtils.obj
[00:08:01] rpcs3.dir\Release\VertexProgramDecompiler.obj
[00:08:01] rpcs3.dir\Release\surface_store.obj
[00:08:01] rpcs3.dir\Release\D3D12Buffer.obj
[00:08:01] rpcs3.dir\Release\D3D12CommonDecompiler.obj
[00:08:01] rpcs3.dir\Release\D3D12Formats.obj
[00:08:01] rpcs3.dir\Release\D3D12FragmentProgramDecompiler.obj
[00:08:01] rpcs3.dir\Release\D3D12GSRender.obj
[00:08:01] rpcs3.dir\Release\D3D12MemoryHelpers.obj
[00:08:01] rpcs3.dir\Release\D3D12Overlay.obj
[00:08:01] rpcs3.dir\Release\D3D12PipelineState.obj
[00:08:01] rpcs3.dir\Release\D3D12RenderTargetSets.obj
[00:08:01] rpcs3.dir\Release\D3D12Texture.obj
[00:08:01] rpcs3.dir\Release\D3D12Utils.obj
[00:08:01] rpcs3.dir\Release\D3D12VertexProgramDecompiler.obj
[00:08:01] rpcs3.dir\Release\GLCommonDecompiler.obj
[00:08:01] rpcs3.dir\Release\GLFragmentProgram.obj
[00:08:01] rpcs3.dir\Release\GLGSRender.obj
[00:08:01] rpcs3.dir\Release\GLHelpers.obj
[00:08:01] rpcs3.dir\Release\GLRenderTargets.obj
[00:08:01] rpcs3.dir\Release\GLTexture.obj
[00:08:01] rpcs3.dir\Release\GLVertexBuffers.obj
[00:08:01] rpcs3.dir\Release\GLVertexProgram.obj
[00:08:01] rpcs3.dir\Release\OpenGL.obj
[00:08:01] rpcs3.dir\Release\GSRender.obj
[00:08:01] rpcs3.dir\Release\NullGSRender.obj
[00:08:01] rpcs3.dir\Release\RSXTexture.obj
[00:08:01] rpcs3.dir\Release\RSXThread.obj
[00:08:01] rpcs3.dir\Release\VKCommonDecompiler.obj
[00:08:01] rpcs3.dir\Release\VKFormats.obj
[00:08:01] rpcs3.dir\Release\VKFragmentProgram.obj
[00:08:01] rpcs3.dir\Release\VKGSRender.obj
[00:08:01] rpcs3.dir\Release\VKHelpers.obj
[00:08:01] rpcs3.dir\Release\VKProgramPipeline.obj
[00:08:01] rpcs3.dir\Release\VKTexture.obj
[00:08:01] rpcs3.dir\Release\VKVertexBuffers.obj
[00:08:01] rpcs3.dir\Release\VKVertexProgram.obj
[00:08:01] rpcs3.dir\Release\VulkanAPI.obj
[00:08:01] rpcs3.dir\Release\gcm_enums.obj
[00:08:01] rpcs3.dir\Release\gcm_printing.obj
[00:08:01] rpcs3.dir\Release\rsx_cache.obj
[00:08:01] rpcs3.dir\Release\rsx_methods.obj
[00:08:01] rpcs3.dir\Release\rsx_utils.obj
[00:08:01] rpcs3.dir\Release\System.obj
[00:08:01] rpcs3.dir\Release\VFS.obj
[00:08:01] rpcs3.dir\Release\AutoPauseManager.obj
[00:08:01] rpcs3.dir\Release\CgDisasm.obj
[00:08:01] rpcs3.dir\Release\ConLogFrame.obj
[00:08:01] rpcs3.dir\Release\Debugger.obj
[00:08:01] rpcs3.dir\Release\FrameBase.obj
[00:08:01] rpcs3.dir\Release\GLGSFrame.obj
[00:08:01] rpcs3.dir\Release\GSFrame.obj
[00:08:01] rpcs3.dir\Release\GameViewer.obj
[00:08:01] rpcs3.dir\Release\InstructionEditor.obj
[00:08:01] rpcs3.dir\Release\InterpreterDisAsm.obj
[00:08:01] rpcs3.dir\Release\KernelExplorer.obj
[00:08:01] rpcs3.dir\Release\MainFrame.obj
[00:08:01] rpcs3.dir\Release\MemoryStringSearcher.obj
[00:08:01] rpcs3.dir\Release\MemoryViewer.obj
[00:08:01] rpcs3.dir\Release\MsgDialog.obj
[00:08:01] rpcs3.dir\Release\OskDialog.obj
[00:08:01] rpcs3.dir\Release\PADManager.obj
[00:08:01] rpcs3.dir\Release\RSXDebugger.obj
[00:08:01] rpcs3.dir\Release\RegisterEditor.obj
[00:08:01] rpcs3.dir\Release\SaveDataDialog.obj
[00:08:01] rpcs3.dir\Release\SaveDataUtility.obj
[00:08:01] rpcs3.dir\Release\SettingsDialog.obj
[00:08:01] rpcs3.dir\Release\SignInDialog.obj
[00:08:01] rpcs3.dir\Release\TextInputDialog.obj
[00:08:01] rpcs3.dir\Release\KeyboardPadHandler.obj
[00:08:01] rpcs3.dir\Release\ELF.obj
[00:08:01] rpcs3.dir\Release\PSF.obj
[00:08:01] rpcs3.dir\Release\PUP.obj
[00:08:01] rpcs3.dir\Release\TAR.obj
[00:08:01] rpcs3.dir\Release\TROPUSR.obj
[00:08:01] rpcs3.dir\Release\TRP.obj
[00:08:01] rpcs3.dir\Release\MMJoystickHandler.obj
[00:08:01] rpcs3.dir\Release\XInputPadHandler.obj
[00:08:01] rpcs3.dir\Release\rpcs3.obj
[00:08:01] rpcs3.dir\Release\rpcs3_api.obj
[00:08:01] rpcs3.dir\Release\rpcs3_version.obj
[00:08:01] rpcs3.dir\Release\glviewer.obj
[00:08:01] rpcs3.dir\Release\main.obj
[00:08:01] rpcs3.dir\Release\stb_image.obj
[00:08:01] rpcs3.dir\Release\stdafx.obj
[00:08:01] rpcs3.dir\Release\AutoPause.obj
[00:08:01] rpcs3.dir\Release\Config.obj
[00:08:01] rpcs3.dir\Release\File.obj
[00:08:01] rpcs3.dir\Release\JIT.obj
[00:08:01] rpcs3.dir\Release\Log.obj
[00:08:01] rpcs3.dir\Release\StrFmt.obj
[00:08:01] rpcs3.dir\Release\Thread.obj
[00:08:01] rpcs3.dir\Release\VirtualMemory.obj
[00:08:01] rpcs3.dir\Release\cond.obj
[00:08:01] rpcs3.dir\Release\dynamic_library.obj
[00:08:01] rpcs3.dir\Release\mutex.obj
[00:08:01] rpcs3.dir\Release\rXml.obj
[00:08:01] rpcs3.dir\Release\sema.obj
[00:08:01] rpcs3.dir\Release\version.obj
[00:08:01] rpcs3.dir\Release\binary.obj
[00:08:01] rpcs3.dir\Release\graphbuilder.obj
[00:08:01] rpcs3.dir\Release\graphbuilderadapter.obj
[00:08:01] rpcs3.dir\Release\convert.obj
[00:08:01] rpcs3.dir\Release\directives.obj
[00:08:01] rpcs3.dir\Release\emit.obj
[00:08:01] rpcs3.dir\Release\emitfromevents.obj
[00:08:01] rpcs3.dir\Release\emitter.obj
[00:08:01] rpcs3.dir\Release\emitterstate.obj
[00:08:01] rpcs3.dir\Release\emitterutils.obj
[00:08:01] rpcs3.dir\Release\exp.obj
[00:08:01] rpcs3.dir\Release\node.obj
[00:08:01] rpcs3.dir\Release\node_data.obj
[00:08:01] rpcs3.dir\Release\nodebuilder.obj
[00:08:01] rpcs3.dir\Release\nodeevents.obj
[00:08:01] rpcs3.dir\Release\null.obj
[00:08:01] rpcs3.dir\Release\ostream_wrapper.obj
[00:08:01] rpcs3.dir\Release\parse.obj
[00:08:01] rpcs3.dir\Release\parser.obj
[00:08:01] rpcs3.dir\Release\regex_yaml.obj
[00:08:01] rpcs3.dir\Release\scanner.obj
[00:08:01] rpcs3.dir\Release\scanscalar.obj
[00:08:01] rpcs3.dir\Release\scantag.obj
[00:08:01] rpcs3.dir\Release\scantoken.obj
[00:08:01] rpcs3.dir\Release\simplekey.obj
[00:08:01] rpcs3.dir\Release\singledocparser.obj
[00:08:01] rpcs3.dir\Release\stream.obj
[00:08:01] rpcs3.dir\Release\tag.obj
[00:08:01] rpcs3.dir\Release\rsx_decompiler.obj
[00:08:01] rpcs3.dir\Release\rsx_fp_decompiler.obj
[00:08:01] rpcs3.dir\Release\rsx_fp_ucode.obj
[00:08:01] rpcs3.dir\Release\rsx_vp_decompiler.obj
[00:08:01] rpcs3.dir\Release\rsx_vp_ucode.obj
[00:08:01] rpcs3.dir\Release\builder.obj
[00:08:01] rpcs3.dir\Release\clike_language.obj
[00:08:01] rpcs3.dir\Release\assembler.obj
[00:08:01] rpcs3.dir\Release\codegen.obj
[00:08:01] rpcs3.dir\Release\compiler.obj
[00:08:01] rpcs3.dir\Release\constpool.obj
[00:08:01] rpcs3.dir\Release\containers.obj
[00:08:01] rpcs3.dir\Release\context.obj
[00:08:01] rpcs3.dir\Release\cpuinfo.obj
[00:08:01] rpcs3.dir\Release\cputicks.obj
[00:08:01] rpcs3.dir\Release\error.obj
[00:08:01] rpcs3.dir\Release\globals.obj
[00:08:01] rpcs3.dir\Release\intutil.obj
[00:08:01] rpcs3.dir\Release\logger.obj
[00:08:01] rpcs3.dir\Release\operand.obj
[00:08:01] rpcs3.dir\Release\runtime.obj
[00:08:01] rpcs3.dir\Release\string.obj
[00:08:01] rpcs3.dir\Release\vmem.obj
[00:08:01] rpcs3.dir\Release\zone.obj
[00:08:01] rpcs3.dir\Release\x86assembler.obj
[00:08:01] rpcs3.dir\Release\x86compiler.obj
[00:08:01] rpcs3.dir\Release\x86context.obj
[00:08:01] rpcs3.dir\Release\x86cpuinfo.obj
[00:08:01] rpcs3.dir\Release\x86inst.obj
[00:08:01] rpcs3.dir\Release\x86operand.obj
[00:08:01] rpcs3.dir\Release\x86operand_regs.obj
[00:08:01] rpcs3.dir\Release\x86scheduler.obj
[00:08:01] rpcs3.dir\Release\/Emu/Memory/Memory.cpp.obj
[00:08:01] "rpcs3.dir\Release\/__/Utilities/yaml-cpp/src/memory.cpp.obj"
[00:08:05] Creating library C:/rpcs3/rpcs3/Release/rpcs3.lib and object C:/
rpcs3/rpcs3/Release/rpcs3.exp
[00:08:08] rpcs3.vcxproj -> C:\rpcs3\bin\rpcs3.exe
[00:08:08] FinalizeBuildStatus:
[00:08:08] Deleting file "rpcs3.dir\Release\rpcs3.tlog\unsuccessfulbuild".
[00:08:08] Touching "rpcs3.dir\Release\rpcs3.tlog\rpcs3.lastbuildstate".
[00:08:08] Done Building Project "C:\rpcs3\rpcs3\rpcs3.vcxproj" (default targets
).
[00:08:08] PrepareForBuild:
[00:08:08] Creating directory "x64\Release\ALL_BUILD\".
[00:08:08] Creating directory "x64\Release\ALL_BUILD\ALL_BUILD.tlog\".
[00:08:08] InitializeBuildStatus:
[00:08:08] Creating "x64\Release\ALL_BUILD\ALL_BUILD.tlog\unsuccessfulbuild" b
ecause "AlwaysCreate" was specified.
[00:08:08] CustomBuild:
[00:08:08] Building Custom Rule C:/rpcs3/CMakeLists.txt
[00:08:08] CMake does not need to re-run because C:\rpcs3\CMakeFiles\generate.
stamp is up-to-date.
[00:08:08] FinalizeBuildStatus:
[00:08:08] Deleting file "x64\Release\ALL_BUILD\ALL_BUILD.tlog\unsuccessfulbui
ld".
[00:08:08] Touching "x64\Release\ALL_BUILD\ALL_BUILD.tlog\ALL_BUILD.lastbuilds
tate".
[00:08:08] Done Building Project "C:\rpcs3\ALL_BUILD.vcxproj" (default targets).
[00:08:08]
[00:08:08] Build succeeded.
[00:08:08]
[00:08:08] "C:\rpcs3\ALL_BUILD.vcxproj" (default target) (1) ->
[00:08:08] "C:\rpcs3\rpcs3\rpcs3.vcxproj" (default target) (5) ->
[00:08:08] "C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_decompiler.vcxpro
j" (default target) (6) ->
[00:08:08] (ClCompile target) ->
[00:08:08] cl : Command line warning D9002: ignoring unknown option '-fexcepti
ons' [C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_decompiler.vcxproj]
[00:08:08] C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompiler.cp
p(620): warning C4267: 'argument': conversion from 'size_t' to 'const int', poss
ible loss of data [C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_decompiler
.vcxproj]
[00:08:08] C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cp
p(580): warning C4267: 'argument': conversion from 'size_t' to 'const int', poss
ible loss of data [C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_decompiler
.vcxproj]
[00:08:08]
[00:08:08]
[00:08:08] "C:\rpcs3\ALL_BUILD.vcxproj" (default target) (1) ->
[00:08:08] "C:\rpcs3\rpcs3\rpcs3.vcxproj" (default target) (5) ->
[00:08:08] "C:\rpcs3\rsx_program_decompiler\shader_code\shader_code.vcxproj" (de
fault target) (7) ->
[00:08:08] cl : Command line warning D9002: ignoring unknown option '-fexcepti
ons' [C:\rpcs3\rsx_program_decompiler\shader_code\shader_code.vcxproj]
[00:08:08]
[00:08:08]
[00:08:08] "C:\rpcs3\ALL_BUILD.vcxproj" (default target) (1) ->
[00:08:08] "C:\rpcs3\rpcs3\rpcs3.vcxproj" (default target) (5) ->
[00:08:08] C:\rpcs3\rpcs3\BasicKeyboardHandler.cpp(16): warning C4267: '=': co
nversion from 'size_t' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcx
proj]
[00:08:08] C:\rpcs3\rpcs3\Crypto\lz.cpp(151): warning C4244: '=': conversion f
rom '__int64' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Crypto\lz.cpp(166): warning C4244: 'return': convers
ion from '__int64' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj
]
[00:08:08] C:\rpcs3\rpcs3\Crypto\lz.cpp(207): warning C4244: 'return': convers
ion from '__int64' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj
]
[00:08:08] C:\rpcs3\rpcs3\Crypto\lz.cpp(280): warning C4244: '=': conversion f
rom '__int64' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Crypto\unself.cpp(677): warning C4244: 'initializing
': conversion from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.v
cxproj]
[00:08:08] C:\rpcs3\rpcs3\Crypto\unself.cpp(746): warning C4244: '+=': convers
ion from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Crypto\unself.cpp(800): warning C4244: '+=': convers
ion from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Crypto\unself.cpp(830): warning C4244: '=': conversi
on from 'u64' to 'uInt', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Crypto\unself.cpp(869): warning C4244: '+=': convers
ion from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Crypto\unself.cpp(1138): warning C4244: 'initializin
g': conversion from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.
vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Crypto\unself.cpp(1217): warning C4244: '+=': conver
sion from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Crypto\unself.cpp(1263): warning C4244: '+=': conver
sion from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Crypto\unself.cpp(1300): warning C4244: '+=': conver
sion from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Crypto\unself.cpp(1374): warning C4244: '+=': conver
sion from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\BasicMouseHandler.cpp(11): warning C4267: '=': conve
rsion from 'size_t' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxpro
j]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellAudio.cpp(602): warning C4319:
'~': zero extending 'u32' to 'u64' of greater size [C:\rpcs3\rpcs3\rpcs3.vcxproj
]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellAudio.cpp(607): warning C4319:
'~': zero extending 'u32' to 'u64' of greater size [C:\rpcs3\rpcs3\rpcs3.vcxproj
]
[00:08:08] c:\rpcs3\rpcs3\emu\cell\modules\cellHttp.h(128): warning C4309: 'in
itializing': truncation of constant value (compiling source file C:\rpcs3\rpcs3\
Emu\Cell\Modules\cellHttp.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellL10n.cpp(227): warning C4267: '
=': conversion from 'size_t' to 's32', possible loss of data [C:\rpcs3\rpcs3\rpc
s3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellL10n.cpp(413): warning C4018: '
<': signed/unsigned mismatch [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellL10n.cpp(1260): warning C4018:
'<': signed/unsigned mismatch [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellPngDec.cpp(683): warning C4244:
'initializing': conversion from 'unsigned __int64' to 'u32', possible loss of d
ata [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellPngDec.cpp(683): warning C4244:
'initializing': conversion from 'unsigned __int64' to 'const u32', possible los
s of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellPngDec.cpp(727): warning C4267:
'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [
C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellPngDec.cpp(741): warning C4267:
'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [
C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellPngDec.cpp(772): warning C4018:
'<': signed/unsigned mismatch [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellPngDec.cpp(774): warning C4018:
'<': signed/unsigned mismatch [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\..\Utilities/BEType.h(579): warning C4267: '+=': con
version from 'size_t' to 'unsigned int', possible loss of data (compiling source
file C:\rpcs3\rpcs3\Emu\Cell\Modules\cellPngDec.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxp
roj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSail.cpp(706): warning C4244: '
argument': conversion from 'u64' to 'int', possible loss of data [C:\rpcs3\rpcs3
\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSail.cpp(707): warning C4244: '
argument': conversion from 'u64' to 'int', possible loss of data [C:\rpcs3\rpcs3
\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSail.cpp(708): warning C4800: '
u64': forcing value to bool 'true' or 'false' (performance warning) [C:\rpcs3\rp
cs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSail.cpp(722): warning C4065: s
witch statement contains 'default' but no 'case' labels [C:\rpcs3\rpcs3\rpcs3.vc
xproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSail.cpp(810): warning C4244: '
argument': conversion from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3
\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSaveData.cpp(233): warning C426
7: '=': conversion from 'size_t' to 's32', possible loss of data [C:\rpcs3\rpcs3
\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSaveData.cpp(373): warning C424
4: 'argument': conversion from 'u64' to 'int', possible loss of data [C:\rpcs3\r
pcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_libc_.cpp(38): warning C4244: '
return': conversion from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\r
pcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_libc_.cpp(62): warning C4244: '
return': conversion from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\r
pcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_mempool.cpp(72): warning C4244:
'argument': conversion from 'u64' to 'unsigned int', possible loss of data [C:\
rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(48): warning C4244: 'in
itializing': conversion from '__int64' to 'unsigned int', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(218): warning C4244: '=
': conversion from 'SOCKET' to 's32', possible loss of data [C:\rpcs3\rpcs3\rpcs
3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(231): warning C4244: '=
': conversion from 'SOCKET' to 's32', possible loss of data [C:\rpcs3\rpcs3\rpcs
3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(241): warning C4244: '=
': conversion from 'ADDRESS_FAMILY' to 'u8', possible loss of data [C:\rpcs3\rpc
s3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(256): warning C4996: 'i
net_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_N
O_WARNINGS to disable deprecated API warnings [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(278): warning C4996: 'i
net_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_N
O_WARNINGS to disable deprecated API warnings [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(327): warning C4996: 'i
net_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_N
O_WARNINGS to disable deprecated API warnings [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(368): warning C4996: 'i
net_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_N
O_WARNINGS to disable deprecated API warnings [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(735): warning C4244: '=
': conversion from '__int64' to 'long', possible loss of data [C:\rpcs3\rpcs3\rp
cs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(736): warning C4244: '=
': conversion from '__int64' to 'long', possible loss of data [C:\rpcs3\rpcs3\rp
cs3.vcxproj]
[00:08:08] C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\memo
ry(901): warning C4244: 'argument': conversion from 'sys_net::socket_t' to 's32'
, possible loss of data (compiling source file C:\rpcs3\rpcs3\Emu\Cell\Modules\s
ys_net.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\PPUInterpreter.cpp(2315): warning C4244: 'i
nitializing': conversion from 'u64' to 'u32', possible loss of data [C:\rpcs3\rp
cs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\PPUInterpreter.cpp(2315): warning C4244: 'i
nitializing': conversion from 'u64' to 'const u32', possible loss of data [C:\rp
cs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\PPUInterpreter.cpp(3026): warning C4244: 'i
nitializing': conversion from 'u64' to 'u32', possible loss of data [C:\rpcs3\rp
cs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\PPUInterpreter.cpp(3026): warning C4244: 'i
nitializing': conversion from 'u64' to 'const u32', possible loss of data [C:\rp
cs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\PPUModule.cpp(1328): warning C4267: 'argume
nt': conversion from 'size_t' to 's32', possible loss of data [C:\rpcs3\rpcs3\rp
cs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\cell\../../../Utilities/BitField.h(37): warning
C4305: 'return': truncation from 'int' to 'unsigned short' (compiling source fil
e C:\rpcs3\rpcs3\Emu\Cell\PPUModule.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\cell\../../../Utilities/BitField.h(37): warning
C4309: 'return': truncation of constant value (compiling source file C:\rpcs3\rp
cs3\Emu\Cell\PPUModule.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\PPUThread.cpp(547): warning C4319: '~': zer
o extending 'u32' to 'u64' of greater size [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\PPUThread.cpp(577): warning C4244: 'argumen
t': conversion from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.
vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\PPUThread.cpp(614): warning C4244: '=': con
version from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj
]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\PPUTranslator.cpp(238): warning C4244: 'arg
ument': conversion from 'u64' to 'const unsigned int', possible loss of data [C:
\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\Cell\PPUTranslator.cpp(313): warning C4244: 'arg
ument': conversion from 'double' to 'unsigned int', possible loss of data [C:\rp
cs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\CgBinaryProgram.h(328): warning C4267: 'argu
ment': conversion from 'size_t' to 'u32', possible loss of data (compiling sourc
e file C:\rpcs3\rpcs3\Emu\RSX\CgBinaryFragmentProgram.cpp) [C:\rpcs3\rpcs3\rpcs3
.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\CgBinaryProgram.h(328): warning C4267: 'argu
ment': conversion from 'size_t' to 'u32', possible loss of data (compiling sourc
e file C:\rpcs3\rpcs3\Emu\RSX\CgBinaryVertexProgram.cpp) [C:\rpcs3\rpcs3\rpcs3.v
cxproj]
[00:08:08] C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\nume
ric(20): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of
data (compiling source file C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12Buffer.cpp) [C:\r
pcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\d3d12\d3d12fragmentprogramdecompiler.cpp(190
): warning C4715: '`anonymous namespace'::insert_texture_fetch': not all control
paths return a value [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\d3d12\d3d12pipelinestate.cpp(138): warning C
4715: '<lambda_a9a40fc7ded682cd5e04feface28bdc5>::operator()': not all control p
aths return a value [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12VertexProgramDecompiler.cpp(216):
warning C4800: 'u32': forcing value to bool 'true' or 'false' (performance warn
ing) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12VertexProgramDecompiler.cpp(218):
warning C4800: 'u32': forcing value to bool 'true' or 'false' (performance warn
ing) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12VertexProgramDecompiler.cpp(219):
warning C4800: 'u32': forcing value to bool 'true' or 'false' (performance warn
ing) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\glfragmentprogram.cpp(204): warning C4715
: '`anonymous namespace'::insert_texture_fetch': not all control paths return a
value [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(643): warning C4244: '=': con
version from 'GLsizeiptr' to 'u32', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(719): warning C4244: '=': con
version from 'GLsizeiptr' to 'u32', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(101): warning C4267: 'a
rgument': conversion from 'size_t' to 'u16', possible loss of data (compiling so
urce file C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxpro
j]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(142): warning C4267: 'i
nitializing': conversion from 'size_t' to 'u16', possible loss of data (compilin
g source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vc
xproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\../Common/TextGlyphs.h(170): warning C424
4: '=': conversion from 'long' to 'u8', possible loss of data (compiling source
file C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(116): warning C4267: 'initial
izing': conversion from 'size_t' to 'u32', possible loss of data (compiling sour
ce file C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(116): warning C4267: 'initial
izing': conversion from 'size_t' to 'const u32', possible loss of data (compilin
g source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vc
xproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(200): warning C4267: 'argumen
t': conversion from 'size_t' to 'int', possible loss of data (compiling source f
ile C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(204): warning C4267: 'argumen
t': conversion from 'size_t' to 'GLsizei', possible loss of data (compiling sour
ce file C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(643): warning C4244: '=': con
version from 'GLsizeiptr' to 'u32', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLHelpers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(719): warning C4244: '=': con
version from 'GLsizeiptr' to 'u32', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLHelpers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp(775): warning C4267: 'init
ializing': conversion from 'size_t' to 'u32', possible loss of data [C:\rpcs3\rp
cs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp(717): warning C4101: 'rtt_
scaling': unreferenced local variable [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(643): warning C4244: '=': con
version from 'GLsizeiptr' to 'u32', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(719): warning C4244: '=': con
version from 'GLsizeiptr' to 'u32', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(101): warning C4267: 'a
rgument': conversion from 'size_t' to 'u16', possible loss of data (compiling so
urce file C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp) [C:\rpcs3\rpcs3\rpcs3.v
cxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(142): warning C4267: 'i
nitializing': conversion from 'size_t' to 'u16', possible loss of data (compilin
g source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp) [C:\rpcs3\rpcs3\rpc
s3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\../Common/TextGlyphs.h(170): warning C424
4: '=': conversion from 'long' to 'u8', possible loss of data (compiling source
file C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxpro
j]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(116): warning C4267: 'initial
izing': conversion from 'size_t' to 'u32', possible loss of data (compiling sour
ce file C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp) [C:\rpcs3\rpcs3\rpcs3.vcx
proj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(116): warning C4267: 'initial
izing': conversion from 'size_t' to 'const u32', possible loss of data (compilin
g source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp) [C:\rpcs3\rpcs3\rpc
s3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(200): warning C4267: 'argumen
t': conversion from 'size_t' to 'int', possible loss of data (compiling source f
ile C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj
]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(204): warning C4267: 'argumen
t': conversion from 'size_t' to 'GLsizei', possible loss of data (compiling sour
ce file C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp) [C:\rpcs3\rpcs3\rpcs3.vcx
proj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(643): warning C4244: '=': con
version from 'GLsizeiptr' to 'u32', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLTexture.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(719): warning C4244: '=': con
version from 'GLsizeiptr' to 'u32', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLTexture.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(643): warning C4244: '=': con
version from 'GLsizeiptr' to 'u32', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(719): warning C4244: '=': con
version from 'GLsizeiptr' to 'u32', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(101): warning C4267: 'a
rgument': conversion from 'size_t' to 'u16', possible loss of data (compiling so
urce file C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.v
cxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(142): warning C4267: 'i
nitializing': conversion from 'size_t' to 'u16', possible loss of data (compilin
g source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpc
s3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\../Common/TextGlyphs.h(170): warning C424
4: '=': conversion from 'long' to 'u8', possible loss of data (compiling source
file C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxpro
j]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(116): warning C4267: 'initial
izing': conversion from 'size_t' to 'u32', possible loss of data (compiling sour
ce file C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcx
proj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(116): warning C4267: 'initial
izing': conversion from 'size_t' to 'const u32', possible loss of data (compilin
g source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpc
s3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(200): warning C4267: 'argumen
t': conversion from 'size_t' to 'int', possible loss of data (compiling source f
ile C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj
]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(204): warning C4267: 'argumen
t': conversion from 'size_t' to 'GLsizei', possible loss of data (compiling sour
ce file C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcx
proj]
[00:08:08] C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexProgram.cpp(148): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning) [C:\rpcs3\r
pcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexProgram.cpp(150): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning) [C:\rpcs3\r
pcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexProgram.cpp(151): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning) [C:\rpcs3\r
pcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexProgram.cpp(322): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning) [C:\rpcs3\r
pcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexProgram.cpp(324): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning) [C:\rpcs3\r
pcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexProgram.cpp(325): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning) [C:\rpcs3\r
pcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp(472): warning C4244:
'+=': conversion from '__int64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\
rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\RSX\RSXThread.cpp(218): warning C4018: '<': sign
ed/unsigned mismatch [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\RSX\RSXThread.cpp(271): warning C4018: '<': sign
ed/unsigned mismatch [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\rsxthread.cpp(767): warning C4715: 'rsx::`an
onymous namespace'::is_int_type': not all control paths return a value [C:\rpcs3
\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\rsxthread.cpp(156): warning C4715: 'rsx::get
_address': not all control paths return a value [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\vk\vkfragmentprogram.cpp(213): warning C4715
: 'vk::insert_texture_fetch': not all control paths return a value [C:\rpcs3\rpc
s3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\vk\VKRenderTargets.h(74): warning C4267: '='
: conversion from 'size_t' to 'u16', possible loss of data (compiling source fil
e C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\vk\VKRenderTargets.h(109): warning C4267: '=
': conversion from 'size_t' to 'u16', possible loss of data (compiling source fi
le C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\vk\../Common/TextGlyphs.h(170): warning C424
4: '=': conversion from 'long' to 'u8', possible loss of data (compiling source
file C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(268): warning C4267: 'initial
izing': conversion from 'size_t' to 'u32', possible loss of data (compiling sour
ce file C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(268): warning C4267: 'initial
izing': conversion from 'size_t' to 'const u32', possible loss of data (compilin
g source file C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vc
xproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(331): warning C4838: conversi
on from 'int' to 'float' requires a narrowing conversion (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(331): warning C4244: 'initial
izing': conversion from 'int' to 'float', possible loss of data (compiling sourc
e file C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(334): warning C4838: conversi
on from 'int' to 'uint32_t' requires a narrowing conversion (compiling source fi
le C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(338): warning C4267: 'argumen
t': conversion from 'size_t' to 'int', possible loss of data (compiling source f
ile C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp(642): warning C4244: '+=':
conversion from '__int64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3
.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp(670): warning C4244: '+=':
conversion from '__int64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3
.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp(767): warning C4244: '+=':
conversion from '__int64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3
.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp(783): warning C4244: '+=':
conversion from '__int64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3
.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp(807): warning C4244: '+=':
conversion from '__int64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3
.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp(950): warning C4267: 'argu
ment': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\rpcs3\r
pcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp(1526): warning C4244: '=':
conversion from '__int64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3
.vcxproj]
[00:08:08] C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\memo
ry(1630): warning C4244: 'argument': conversion from 'std::ios_base::iostate' to
'float', possible loss of data (compiling source file C:\rpcs3\rpcs3\Emu\RSX\VK
\VKGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\vk\VKRenderTargets.h(74): warning C4267: '='
: conversion from 'size_t' to 'u16', possible loss of data (compiling source fil
e C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\vk\VKRenderTargets.h(109): warning C4267: '=
': conversion from 'size_t' to 'u16', possible loss of data (compiling source fi
le C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexProgram.cpp(186): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning) [C:\rpcs3\r
pcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexProgram.cpp(188): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning) [C:\rpcs3\r
pcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexProgram.cpp(189): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning) [C:\rpcs3\r
pcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexProgram.cpp(327): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning) [C:\rpcs3\r
pcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexProgram.cpp(329): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning) [C:\rpcs3\r
pcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexProgram.cpp(330): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning) [C:\rpcs3\r
pcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\vk\../Common/TextGlyphs.h(170): warning C424
4: '=': conversion from 'long' to 'u8', possible loss of data (compiling source
file C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxpro
j]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(268): warning C4267: 'initial
izing': conversion from 'size_t' to 'u32', possible loss of data (compiling sour
ce file C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcx
proj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(268): warning C4267: 'initial
izing': conversion from 'size_t' to 'const u32', possible loss of data (compilin
g source file C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpc
s3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(331): warning C4838: conversi
on from 'int' to 'float' requires a narrowing conversion (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(331): warning C4244: 'initial
izing': conversion from 'int' to 'float', possible loss of data (compiling sourc
e file C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxp
roj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(334): warning C4838: conversi
on from 'int' to 'uint32_t' requires a narrowing conversion (compiling source fi
le C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(338): warning C4267: 'argumen
t': conversion from 'size_t' to 'int', possible loss of data (compiling source f
ile C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj
]
[00:08:08] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp(303): warning C4267:
'=': conversion from 'size_t' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rp
cs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp(311): warning C4267:
'=': conversion from 'size_t' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rp
cs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp(328): warning C4267:
'initializing': conversion from 'size_t' to 'u32', possible loss of data [C:\rpc
s3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp(503): warning C4267:
'initializing': conversion from 'size_t' to 'u32', possible loss of data [C:\rpc
s3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gcm_printing.cpp(773): warning C4715: '`anon
ymous namespace'::get_vertex_attribute_format': not all control paths return a v
alue [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Gui\AutoPauseManager.cpp(105): warning C4267: 'argum
ent': conversion from 'size_t' to 'int', possible loss of data [C:\rpcs3\rpcs3\r
pcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Gui\AutoPauseManager.cpp(105): warning C4267: 'argum
ent': conversion from 'size_t' to 'long', possible loss of data [C:\rpcs3\rpcs3\
rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Gui\AutoPauseManager.cpp(108): warning C4267: 'argum
ent': conversion from 'size_t' to 'long', possible loss of data [C:\rpcs3\rpcs3\
rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Gui\AutoPauseManager.cpp(112): warning C4267: 'argum
ent': conversion from 'size_t' to 'long', possible loss of data [C:\rpcs3\rpcs3\
rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Gui\AutoPauseManager.cpp(117): warning C4267: 'argum
ent': conversion from 'size_t' to 'long', possible loss of data [C:\rpcs3\rpcs3\
rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Gui\AutoPauseManager.cpp(121): warning C4267: 'argum
ent': conversion from 'size_t' to 'long', possible loss of data [C:\rpcs3\rpcs3\
rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Gui\AutoPauseManager.cpp(157): warning C4267: 'initi
alizing': conversion from 'size_t' to 'u32', possible loss of data [C:\rpcs3\rpc
s3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Gui\AutoPauseManager.cpp(242): warning C4244: '=': c
onversion from 'ullong' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vc
xproj]
[00:08:08] C:\rpcs3\rpcs3\Emu/RSX/CgBinaryProgram.h(328): warning C4267: 'argu
ment': conversion from 'size_t' to 'u32', possible loss of data (compiling sourc
e file C:\rpcs3\rpcs3\Gui\CgDisasm.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Gui\MainFrame.cpp(446): warning C4267: 'argument': c
onversion from 'size_t' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vc
xproj]
[00:08:08] C:\rpcs3\rpcs3\Gui\MemoryStringSearcher.cpp(33): warning C4267: 'in
itializing': conversion from 'size_t' to 'u32', possible loss of data [C:\rpcs3\
rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Gui\MemoryStringSearcher.cpp(33): warning C4267: 'in
itializing': conversion from 'size_t' to 'const u32', possible loss of data [C:\
rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Gui\RSXDebugger.cpp(334): warning C4267: 'argument':
conversion from 'size_t' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.
vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Gui\RSXDebugger.cpp(403): warning C4244: 'initializi
ng': conversion from 'f32' to 'u8', possible loss of data [C:\rpcs3\rpcs3\rpcs3.
vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Gui\RSXDebugger.cpp(430): warning C4244: 'initializi
ng': conversion from 'double' to 'u8', possible loss of data [C:\rpcs3\rpcs3\rpc
s3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Gui\RSXDebugger.cpp(431): warning C4244: 'initializi
ng': conversion from 'double' to 'u8', possible loss of data [C:\rpcs3\rpcs3\rpc
s3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Gui\RSXDebugger.cpp(432): warning C4244: 'initializi
ng': conversion from 'double' to 'u8', possible loss of data [C:\rpcs3\rpcs3\rpc
s3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Gui\RSXDebugger.cpp(483): warning C4267: 'argument':
conversion from 'size_t' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.
vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Gui\RSXDebugger.cpp(527): warning C4267: 'argument':
conversion from 'size_t' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.
vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Gui\RSXDebugger.cpp(553): warning C4267: 'argument':
conversion from 'size_t' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.
vcxproj]
[00:08:08] c:\rpcs3\rpcs3\gui\rsxdebugger.cpp(442): warning C4715: '`anonymous
namespace'::get_value': not all control paths return a value [C:\rpcs3\rpcs3\rp
cs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\Loader\TAR.cpp(9): warning C4267: 'initializing': co
nversion from 'size_t' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcx
proj]
[00:08:08] C:\rpcs3\rpcs3\Loader\TAR.cpp(29): warning C4244: '+=': conversion
from 'double' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\KeyboardPadHandler.cpp(14): warning C4267: '=': conv
ersion from 'size_t' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxpr
oj]
[00:08:08] C:\rpcs3\rpcs3\MMJoystickHandler.cpp(137): warning C4800: 'DWORD':
forcing value to bool 'true' or 'false' (performance warning) [C:\rpcs3\rpcs3\rp
cs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\XInputPadHandler.cpp(151): warning C4800: 'int': for
cing value to bool 'true' or 'false' (performance warning) [C:\rpcs3\rpcs3\rpcs3
.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\rpcs3_api.cpp(72): warning C4267: '=': conversion fr
om 'size_t' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rpcs3\rpcs3_api.cpp(117): warning C4267: '=': conversion f
rom 'size_t' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(643): warning C4244: '=': con
version from 'GLsizeiptr' to 'u32', possible loss of data (compiling source file
C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(719): warning C4244: '=': con
version from 'GLsizeiptr' to 'u32', possible loss of data (compiling source file
C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(101): warning C4267: 'a
rgument': conversion from 'size_t' to 'u16', possible loss of data (compiling so
urce file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(142): warning C4267: 'i
nitializing': conversion from 'size_t' to 'u16', possible loss of data (compilin
g source file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\../Common/TextGlyphs.h(170): warning C424
4: '=': conversion from 'long' to 'u8', possible loss of data (compiling source
file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(116): warning C4267: 'initial
izing': conversion from 'size_t' to 'u32', possible loss of data (compiling sour
ce file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(116): warning C4267: 'initial
izing': conversion from 'size_t' to 'const u32', possible loss of data (compilin
g source file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(200): warning C4267: 'argumen
t': conversion from 'size_t' to 'int', possible loss of data (compiling source f
ile C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(204): warning C4267: 'argumen
t': conversion from 'size_t' to 'GLsizei', possible loss of data (compiling sour
ce file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\vk\VKRenderTargets.h(74): warning C4267: '='
: conversion from 'size_t' to 'u16', possible loss of data (compiling source fil
e C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\vk\VKRenderTargets.h(109): warning C4267: '=
': conversion from 'size_t' to 'u16', possible loss of data (compiling source fi
le C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(268): warning C4267: 'initial
izing': conversion from 'size_t' to 'u32', possible loss of data (compiling sour
ce file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(268): warning C4267: 'initial
izing': conversion from 'size_t' to 'const u32', possible loss of data (compilin
g source file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(331): warning C4838: conversi
on from 'int' to 'float' requires a narrowing conversion (compiling source file
C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(331): warning C4244: 'initial
izing': conversion from 'int' to 'float', possible loss of data (compiling sourc
e file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(334): warning C4838: conversi
on from 'int' to 'uint32_t' requires a narrowing conversion (compiling source fi
le C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(338): warning C4267: 'argumen
t': conversion from 'size_t' to 'int', possible loss of data (compiling source f
ile C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\utilities\yaml-cpp\src\emitterstate.h(66): warning C4267:
'return': conversion from 'size_t' to 'int', possible loss of data (compiling so
urce file C:\rpcs3\Utilities\yaml-cpp\src\emitter.cpp) [C:\rpcs3\rpcs3\rpcs3.vcx
proj]
[00:08:08] c:\rpcs3\utilities\yaml-cpp\src\emitterstate.h(98): warning C4267:
'return': conversion from 'size_t' to 'int', possible loss of data (compiling so
urce file C:\rpcs3\Utilities\yaml-cpp\src\emitter.cpp) [C:\rpcs3\rpcs3\rpcs3.vcx
proj]
[00:08:08] c:\rpcs3\utilities\yaml-cpp\src\emitterstate.h(101): warning C4267:
'return': conversion from 'size_t' to 'int', possible loss of data (compiling s
ource file C:\rpcs3\Utilities\yaml-cpp\src\emitter.cpp) [C:\rpcs3\rpcs3\rpcs3.vc
xproj]
[00:08:08] c:\rpcs3\utilities\yaml-cpp\src\emitterstate.h(103): warning C4267:
'return': conversion from 'size_t' to 'int', possible loss of data (compiling s
ource file C:\rpcs3\Utilities\yaml-cpp\src\emitter.cpp) [C:\rpcs3\rpcs3\rpcs3.vc
xproj]
[00:08:08] C:\rpcs3\Utilities\yaml-cpp\src\emitter.cpp(82): warning C4267: 'ar
gument': conversion from 'size_t' to 'int', possible loss of data [C:\rpcs3\rpcs
3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\Utilities\yaml-cpp\src\emitter.cpp(86): warning C4267: 'ar
gument': conversion from 'size_t' to 'int', possible loss of data [C:\rpcs3\rpcs
3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\utilities\yaml-cpp\src\emitterstate.h(66): warning C4267:
'return': conversion from 'size_t' to 'int', possible loss of data (compiling so
urce file C:\rpcs3\Utilities\yaml-cpp\src\emitterstate.cpp) [C:\rpcs3\rpcs3\rpcs
3.vcxproj]
[00:08:08] c:\rpcs3\utilities\yaml-cpp\src\emitterstate.h(98): warning C4267:
'return': conversion from 'size_t' to 'int', possible loss of data (compiling so
urce file C:\rpcs3\Utilities\yaml-cpp\src\emitterstate.cpp) [C:\rpcs3\rpcs3\rpcs
3.vcxproj]
[00:08:08] c:\rpcs3\utilities\yaml-cpp\src\emitterstate.h(101): warning C4267:
'return': conversion from 'size_t' to 'int', possible loss of data (compiling s
ource file C:\rpcs3\Utilities\yaml-cpp\src\emitterstate.cpp) [C:\rpcs3\rpcs3\rpc
s3.vcxproj]
[00:08:08] c:\rpcs3\utilities\yaml-cpp\src\emitterstate.h(103): warning C4267:
'return': conversion from 'size_t' to 'int', possible loss of data (compiling s
ource file C:\rpcs3\Utilities\yaml-cpp\src\emitterstate.cpp) [C:\rpcs3\rpcs3\rpc
s3.vcxproj]
[00:08:08] C:\rpcs3\Utilities\yaml-cpp\src\emitterstate.cpp(204): warning C426
7: 'return': conversion from 'size_t' to 'int', possible loss of data [C:\rpcs3\
rpcs3\rpcs3.vcxproj]
[00:08:08] c:\rpcs3\utilities\yaml-cpp\src\emitterstate.h(66): warning C4267:
'return': conversion from 'size_t' to 'int', possible loss of data (compiling so
urce file C:\rpcs3\Utilities\yaml-cpp\src\emitterutils.cpp) [C:\rpcs3\rpcs3\rpcs
3.vcxproj]
[00:08:08] c:\rpcs3\utilities\yaml-cpp\src\emitterstate.h(98): warning C4267:
'return': conversion from 'size_t' to 'int', possible loss of data (compiling so
urce file C:\rpcs3\Utilities\yaml-cpp\src\emitterutils.cpp) [C:\rpcs3\rpcs3\rpcs
3.vcxproj]
[00:08:08] c:\rpcs3\utilities\yaml-cpp\src\emitterstate.h(101): warning C4267:
'return': conversion from 'size_t' to 'int', possible loss of data (compiling s
ource file C:\rpcs3\Utilities\yaml-cpp\src\emitterutils.cpp) [C:\rpcs3\rpcs3\rpc
s3.vcxproj]
[00:08:08] c:\rpcs3\utilities\yaml-cpp\src\emitterstate.h(103): warning C4267:
'return': conversion from 'size_t' to 'int', possible loss of data (compiling s
ource file C:\rpcs3\Utilities\yaml-cpp\src\emitterutils.cpp) [C:\rpcs3\rpcs3\rpc
s3.vcxproj]
[00:08:08] C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompiler.cp
p(620): warning C4267: 'argument': conversion from 'size_t' to 'const int', poss
ible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08] C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cp
p(580): warning C4267: 'argument': conversion from 'size_t' to 'const int', poss
ible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:08:08]
[00:08:08] 219 Warning(s)
[00:08:08] 0 Error(s)
[00:08:08]
[00:08:08] Time Elapsed 00:05:18.73
[00:08:08] Collecting artifacts...
[00:08:09] Found artifact 'bin' matching 'bin' path
[00:08:09] Uploading artifacts...
[00:08:09]
[00:08:12] [1/1] rpcs3-v0.0.1-2017-02-19-47fdaf69_win64...Zipping to rpcs3-v0.0.
1-2017-02-19-47fdaf69_win64.zip
[00:08:12] [1/1] rpcs3-v0.0.1-2017-02-19-47fdaf69_win64.zip (12,040,253 bytes)..
.1%
[00:08:12] [1/1] rpcs3-v0.0.1-2017-02-19-47fdaf69_win64.zip (12,040,253 bytes)..
.10%
[00:08:13] [1/1] rpcs3-v0.0.1-2017-02-19-47fdaf69_win64.zip (12,040,253 bytes)..
.20%
[00:08:13] [1/1] rpcs3-v0.0.1-2017-02-19-47fdaf69_win64.zip (12,040,253 bytes)..
.30%
[00:08:13] [1/1] rpcs3-v0.0.1-2017-02-19-47fdaf69_win64.zip (12,040,253 bytes)..
.40%
[00:08:14] [1/1] rpcs3-v0.0.1-2017-02-19-47fdaf69_win64.zip (12,040,253 bytes)..
.50%
[00:08:14] [1/1] rpcs3-v0.0.1-2017-02-19-47fdaf69_win64.zip (12,040,253 bytes)..
.60%
[00:08:14] [1/1] rpcs3-v0.0.1-2017-02-19-47fdaf69_win64.zip (12,040,253 bytes)..
.70%
[00:08:15] [1/1] rpcs3-v0.0.1-2017-02-19-47fdaf69_win64.zip (12,040,253 bytes)..
.80%
[00:08:15] [1/1] rpcs3-v0.0.1-2017-02-19-47fdaf69_win64.zip (12,040,253 bytes)..
.90%
[00:08:15] [1/1] rpcs3-v0.0.1-2017-02-19-47fdaf69_win64.zip (12,040,253 bytes)..
.100%
[00:08:15] Build success

You might also like