0% found this document useful (0 votes)
120 views81 pages

Log 1

The document shows the log of a build process that: 1. Cloned several git repositories and checked out specific commits for code and third party libraries. 2. Downloaded and extracted several compressed files containing additional third party libraries. 3. Ran CMake to configure the build with options including the locations of the downloaded libraries. 4. Registered and checked out git submodules used by the project.
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)
120 views81 pages

Log 1

The document shows the log of a build process that: 1. Cloned several git repositories and checked out specific commits for code and third party libraries. 2. Downloaded and extracted several compressed files containing additional third party libraries. 3. Ran CMake to configure the build with options including the locations of the downloaded libraries. 4. Registered and checked out git submodules used by the project.
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/ 81

[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:12] git checkout -qf d5107aab47c76dae4525dd024c491aa373f21bc8
[00:00:18] Running Install scripts
[00:00:18] appveyor DownloadFile
"https://dl.dropboxusercontent.com/s/c1by0uulee6g8th/wxWidgets.7z?dl=0" -FileName
wxWidgets.7z
[00:00:20]
[00:00:20] Downloading wxWidgets.7z (56,955,612 bytes)...1%
[00:00:21] Downloading wxWidgets.7z (56,955,612 bytes)...10%
[00:00:21] Downloading wxWidgets.7z (56,955,612 bytes)...20%
[00:00:21] Downloading wxWidgets.7z (56,955,612 bytes)...30%
[00:00:22] Downloading wxWidgets.7z (56,955,612 bytes)...40%
[00:00:22] Downloading wxWidgets.7z (56,955,612 bytes)...50%
[00:00:23] Downloading wxWidgets.7z (56,955,612 bytes)...60%
[00:00:24] Downloading wxWidgets.7z (56,955,612 bytes)...70%
[00:00:25] Downloading wxWidgets.7z (56,955,612 bytes)...80%
[00:00:26] Downloading wxWidgets.7z (56,955,612 bytes)...90%
[00:00:26] Downloading wxWidgets.7z (56,955,612 bytes)...100%
[00:00:26] appveyor DownloadFile "https://drive.google.com/uc?
export=download&id=0B8A6NaxhQAGRY2k3Q2Yya05lcm8" -FileName llvmlibs.7z
[00:00:36] appveyor DownloadFile "https://drive.google.com/uc?
export=download&id=0B8A6NaxhQAGRa21fbDQteTN1dGs" -FileName vulkan.7z
[00:00:37]
[00:00:37] Downloading vulkan.7z (1,052,684 bytes)...1%
[00:00:37] Downloading vulkan.7z (1,052,684 bytes)...10%
[00:00:37] Downloading vulkan.7z (1,052,684 bytes)...20%
[00:00:37] Downloading vulkan.7z (1,052,684 bytes)...30%
[00:00:37] Downloading vulkan.7z (1,052,684 bytes)...40%
[00:00:37] Downloading vulkan.7z (1,052,684 bytes)...50%
[00:00:37] Downloading vulkan.7z (1,052,684 bytes)...60%
[00:00:37] Downloading vulkan.7z (1,052,684 bytes)...70%
[00:00:37] Downloading vulkan.7z (1,052,684 bytes)...80%
[00:00:37] Downloading vulkan.7z (1,052,684 bytes)...90%
[00:00:37] Downloading vulkan.7z (1,052,684 bytes)...100%
[00:00:37] appveyor DownloadFile "https://drive.google.com/uc?
export=download&id=0B6v_qtb9hkicQ2hHa2dRbF83cE0" -FileName zlib.7z
[00:00:38]
[00:00:38] Downloading zlib.7z (147,471 bytes)...2%
[00:00:38] Downloading zlib.7z (147,471 bytes)...10%
[00:00:38] Downloading zlib.7z (147,471 bytes)...20%
[00:00:38] Downloading zlib.7z (147,471 bytes)...30%
[00:00:38] Downloading zlib.7z (147,471 bytes)...40%
[00:00:38] Downloading zlib.7z (147,471 bytes)...50%
[00:00:38] Downloading zlib.7z (147,471 bytes)...60%
[00:00:38] Downloading zlib.7z (147,471 bytes)...70%
[00:00:38] Downloading zlib.7z (147,471 bytes)...80%
[00:00:38] Downloading zlib.7z (147,471 bytes)...90%
[00:00:38] Downloading zlib.7z (147,471 bytes)...100%
[00:00:38] set WXWIN=C:\rpcs3\wxWidgets
[00:00:38] set OPENALDIR=C:\rpcs3\3rdparty\OpenAL
[00:00:38] set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;C:\wxWidgets;%PATH%
[00:00:38] set COMMIT_SHA=%APPVEYOR_REPO_COMMIT:~0,8%
[00:00:38] $env:Date="$(git show -s --date=short --format='%ad')"
[00:00:38] git submodule update --init 3rdparty/ffmpeg 3rdparty/pugixml asmjit
3rdparty/GSL 3rdparty/libpng Vulkan/glslang Vulkan/Vulkan-LoaderAndValidationLayers
Utilities/yaml-cpp rsx_program_decompiler 3rdparty/cereal 3rdparty/hidapi
[00:00:39] Submodule 'GSL' (https://github.com/Microsoft/GSL.git) registered for
path '3rdparty/GSL'
[00:00:39] Submodule '3rdparty/cereal' (https://github.com/USCiLab/cereal.git)
registered for path '3rdparty/cereal'
[00:00:39] Submodule 'rpcs3-ffmpeg' (https://github.com/hrydgard/ppsspp-ffmpeg)
registered for path '3rdparty/ffmpeg'
[00:00:39] Submodule '3rdparty/hidapi' (https://github.com/RPCS3/hidapi) registered
for path '3rdparty/hidapi'
[00:00:39] Submodule 'libpng' (https://github.com/RPCS3/libpng) registered for path
'3rdparty/libpng'
[00:00:39] Submodule '3rdparty/pugixml' (https://github.com/RPCS3/pugixml)
registered for path '3rdparty/pugixml'
[00:00:39] Submodule 'Utilities/yaml-cpp' (https://github.com/RPCS3/yaml-cpp)
registered for path 'Utilities/yaml-cpp'
[00:00:39] Submodule 'Vulkan/Vulkan-LoaderAndValidationLayers'
(https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers) registered for
path 'Vulkan/Vulkan-LoaderAndValidationLayers'
[00:00:39] Submodule 'Vulkan/glslang' (https://github.com/KhronosGroup/glslang.git)
registered for path 'Vulkan/glslang'
[00:00:39] Submodule 'asmjit' (https://github.com/kobalicek/asmjit) registered for
path 'asmjit'
[00:00:39] Submodule 'rsx_program_decompiler'
(https://github.com/RPCS3/rsx_program_decompiler) registered for path
'rsx_program_decompiler'
[00:00:40] Cloning into 'C:/rpcs3/3rdparty/GSL'...
[00:01:07] Cloning into 'C:/rpcs3/3rdparty/cereal'...
[00:15:32] Cloning into 'C:/rpcs3/3rdparty/ffmpeg'...
[00:15:34] Cloning into 'C:/rpcs3/3rdparty/hidapi'...
[00:16:26] Cloning into 'C:/rpcs3/3rdparty/libpng'...
[00:16:31] Cloning into 'C:/rpcs3/3rdparty/pugixml'...
[00:16:36] Cloning into 'C:/rpcs3/Utilities/yaml-cpp'...
[00:18:33] Cloning into 'C:/rpcs3/Vulkan/Vulkan-LoaderAndValidationLayers'...
[00:19:22] Cloning into 'C:/rpcs3/Vulkan/glslang'...
[00:19:32] Cloning into 'C:/rpcs3/asmjit'...
[00:19:32] Cloning into 'C:/rpcs3/rsx_program_decompiler'...
[00:19:33] Submodule path '3rdparty/GSL': checked out
'fc5fce4f4f8d64fbda523d1b0d55115f5ca68774'
[00:19:33] Submodule path '3rdparty/cereal': checked out
'42a45b6e15fcbd1a3d65b033f5d4d0b2ef6c023d'
[00:19:46] Submodule path '3rdparty/ffmpeg': checked out
'8dd84dc1ea8bc70da1a345109383f62974a9c2fc'
[00:19:47] Submodule path '3rdparty/hidapi': checked out
'c095a22c53f13ccafc54dc59b5c882cd4036afd9'
[00:19:48] Submodule path '3rdparty/libpng': checked out
'ea77a6fd4983e6c2ab4ef1dee7c819188c2f4f3e'
[00:19:48] Submodule path '3rdparty/pugixml': checked out
'f205aaf6e1c90f1dda943edd4f82922118a85648'
[00:19:48] Submodule path 'Utilities/yaml-cpp': checked out
'017626a6cef0efb13b15ed659c86b8da2d2d81bc'
[00:19:50] Submodule path 'Vulkan/Vulkan-LoaderAndValidationLayers': checked out
'64d375f52e2011964e196710ca78b0d4d68b20d0'
[00:19:51] Submodule path 'Vulkan/glslang': checked out
'2921e0c54a95264a6fd193c79c814f2869ef9a2d'
[00:19:51] Submodule path 'asmjit': checked out
'1370fe6a26a82f18500faedac66798953961a916'
[00:19:51] Submodule path 'rsx_program_decompiler': checked out
'de3b2056edb91a439d856f1a84817c433ac1293c'
[00:19:51] 7z x wxWidgets.7z -aos -oC:\rpcs3\wxWidgets > null
[00:20:01] 7z x zlib.7z -aos -oC:\rpcs3\ > null
[00:20:02] 7z x vulkan.7z -aos -oC:\rpcs3\Vulkan > null
[00:20:02] if %configuration%==Release (cmake -G "Visual Studio 14 Win64"
-DZLIB_ROOT=C:/rpcs3/zlib/ -DVULKAN_PREBUILT=ON) else (7z x llvmlibs.7z -aos
-oC:\rpcs3 > null && cmake -G "Visual Studio 14 Win64"
-DLLVM_DIR=C:/rpcs3/llvm_build/lib/cmake/llvm -DZLIB_ROOT=C:/rpcs3/zlib/
-DVULKAN_PREBUILT=ON)
[00:20:12] -- The C compiler identification is MSVC 19.0.24215.1
[00:20:13] -- The CXX compiler identification is MSVC 19.0.24215.1
[00:20:13] -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual
Studio 14.0/VC/bin/x86_amd64/cl.exe
[00:20:15] -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual
Studio 14.0/VC/bin/x86_amd64/cl.exe -- works
[00:20:15] -- Detecting C compiler ABI info
[00:20:15] -- Detecting C compiler ABI info - done
[00:20:15] -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft
Visual Studio 14.0/VC/bin/x86_amd64/cl.exe
[00:20:16] -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft
Visual Studio 14.0/VC/bin/x86_amd64/cl.exe -- works
[00:20:16] -- Detecting CXX compiler ABI info
[00:20:17] -- Detecting CXX compiler ABI info - done
[00:20:17] -- Detecting CXX compile features
[00:20:17] -- Detecting CXX compile features - done
[00:20:17] -- No build type selected, default to Release
[00:20:18] -- Found ZLIB: C:/rpcs3/zlib/lib/zlib.lib (found version "1.2.8")
[00:20:18] -- cotire 1.7.3 loaded.
[00:20:18] CMake Warning (dev) at rpcs3/cmake_modules/ConfigureCompiler.cmake:32
(elseif):
[00:20:18] Policy CMP0054 is not set: Only interpret if() arguments as variables
or
[00:20:18] keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
[00:20:18] details. Use the cmake_policy command to set the policy and suppress
this
[00:20:18] warning.
[00:20:18]
[00:20:18] Quoted variables like "MSVC" will no longer be dereferenced when the
policy
[00:20:18] is set to NEW. Since the policy is not set the OLD behavior will be
used.
[00:20:18] Call Stack (most recent call first):
[00:20:18] rpcs3/CMakeLists.txt:17 (include)
[00:20:18] This warning is for project developers. Use -Wno-dev to suppress it.
[00:20:18]
[00:20:18] -- Initializing RPCS3_SRC_DIR=C:/rpcs3/rpcs3
[00:20:18] -- Found wxWidgets: TRUE
[00:20:18] -- Found OpenGL: opengl32
[00:20:18] -- Found OpenAL: C:/rpcs3/3rdparty/OpenAL/libs/Win64/OpenAL32.lib
[00:20:18] -- RPCS3: using builtin libpng
[00:20:18] -- RPCS3: using builtin ffmpeg
[00:20:18] -- dir='C:/rpcs3/rpcs3/../3rdparty/minidx12/Include'
[00:20:18] -- dir='C:/rpcs3/rpcs3/../3rdparty/XAudio2_7'
[00:20:18] -- dir='C:/rpcs3/wxWidgets/wxWidgets/lib/vc_x64_lib/mswu'
[00:20:18] -- dir='C:/rpcs3/wxWidgets/wxWidgets/include'
[00:20:18] -- dir='C:/rpcs3/rpcs3/../3rdparty/libpng'
[00:20:18] -- dir='C:/rpcs3/rpcs3/../3rdparty/ffmpeg/Windows/x86_64/include'
[00:20:18] -- dir='C:/rpcs3/wxWidgets/wxWidgets/lib/vc_x64_lib/mswu'
[00:20:18] -- dir='C:/rpcs3/wxWidgets/wxWidgets/include'
[00:20:18] -- dir='C:/rpcs3/zlib/include'
[00:20:18] -- dir='C:/rpcs3/3rdparty/OpenAL/include'
[00:20:18] -- dir='C:/rpcs3/llvm/include'
[00:20:18] -- dir='C:/rpcs3/llvm_build/include'
[00:20:18] -- dir='C:/rpcs3/rpcs3/../3rdparty/pugixml/src'
[00:20:18] -- dir='C:/rpcs3/rpcs3'
[00:20:18] -- dir='C:/rpcs3/rpcs3/Loader'
[00:20:18] -- dir='C:/rpcs3/rpcs3/Crypto'
[00:20:18] -- dir='C:/rpcs3/rpcs3/..'
[00:20:18] -- dir='C:/rpcs3/rpcs3/../Utilities/yaml-cpp/include'
[00:20:18] -- dir='C:/rpcs3/rpcs3/../asmjit/src/asmjit'
[00:20:18] -- dir='C:/rpcs3/rpcs3/../3rdparty/GSL/include'
[00:20:18] -- dir='C:/rpcs3/rpcs3/../rsx_program_decompiler/rsx_decompiler'
[00:20:18] -- dir='C:/rpcs3/rpcs3/../rsx_program_decompiler/shader_code'
[00:20:18] -- dir='C:/rpcs3/rpcs3/../Vulkan/Vulkan-
LoaderAndValidationLayers/include'
[00:20:18] -- dir='C:/rpcs3/rpcs3/../Vulkan/glslang/glslang/Public'
[00:20:18] -- dir='C:/rpcs3/rpcs3/../3rdparty/hidapi/hidapi'
[00:20:18] -- dir='C:/rpcs3/rpcs3/../3rdparty/GL'
[00:20:18] -- dir='C:/rpcs3/rpcs3/../3rdparty/stblib'
[00:20:18] -- dir='C:/rpcs3/rpcs3/../rsx_program_decompiler/rsx_decompiler'
[00:20:18] -- dir='C:/rpcs3/rpcs3/../rsx_program_decompiler/shader_code'
[00:20:18] -- dir='C:/rpcs3/rpcs3/../3rdparty/cereal/include'
[00:20:19] -- CXX RC target rpcs3 cotired.
[00:20:20] -- Initializing SOURCE_DIR=C:/rpcs3/rsx_program_decompiler/shader_code
[00:20:20] -- Initializing
SOURCE_DIR=C:/rpcs3/rsx_program_decompiler/rsx_decompiler
[00:20:20] -- Configuring done
[00:20:20] CMake Warning (dev) in rpcs3/CMakeLists.txt:
[00:20:20] Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config>
properties.
[00:20:20] Run "cmake --help-policy CMP0043" for policy details. Use the
cmake_policy
[00:20:20] command to set the policy and suppress this warning.
[00:20:20] This warning is for project developers. Use -Wno-dev to suppress it.
[00:20:20]
[00:20:20] CMake Warning (dev) in rpcs3/CMakeLists.txt:
[00:20:20] Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config>
properties.
[00:20:20] Run "cmake --help-policy CMP0043" for policy details. Use the
cmake_policy
[00:20:20] command to set the policy and suppress this warning.
[00:20:20] This warning is for project developers. Use -Wno-dev to suppress it.
[00:20:20]
[00:20:20] -- Generating done
[00:20:20] -- Build files have been written to: C:/rpcs3
[00:20:20] cmake --build . --config Release -- /logger:"C:\Program
Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
[00:20:20] Microsoft (R) Build Engine version 14.0.25420.1
[00:20:20] Copyright (C) Microsoft Corporation. All rights reserved.
[00:20:20]
[00:20:20] Build started 5/19/2017 12:55:29 AM.
[00:20:21] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files
(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets
(45,37)" does not exist in the project, and will be ignored.
[00:20:21] The target "_CollectPdbFiles" listed in an AfterTargets attribute at
"C:\Program Files
(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets
(45,70)" does not exist in the project, and will be ignored.
[00:20:21] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files
(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets
(52,38)" does not exist in the project, and will be ignored.
[00:20:21] The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files
(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets
(52,71)" does not exist in the project, and will be ignored.
[00:20:21] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files
(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets
(45,37)" does not exist in the project, and will be ignored.
[00:20:21] The target "_CollectPdbFiles" listed in an AfterTargets attribute at
"C:\Program Files
(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets
(45,70)" does not exist in the project, and will be ignored.
[00:20:21] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files
(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets
(52,38)" does not exist in the project, and will be ignored.
[00:20:21] The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files
(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets
(52,71)" does not exist in the project, and will be ignored.
[00:20:21] Project "C:\rpcs3\ALL_BUILD.vcxproj" on node 1 (default targets).
[00:20:21] Project "C:\rpcs3\ALL_BUILD.vcxproj" (1) is building
"C:\rpcs3\ZERO_CHECK.vcxproj" (2) on node 1 (default targets).
[00:20:21] PrepareForBuild:
[00:20:21] Creating directory "x64\Release\ZERO_CHECK\".
[00:20:21] Creating directory "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\".
[00:20:21] InitializeBuildStatus:
[00:20:21] Creating "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild"
because "AlwaysCreate" was specified.
[00:20:21] CustomBuild:
[00:20:21] Checking Build System
[00:20:21] CMake does not need to re-run because
C:/rpcs3/CMakeFiles/generate.stamp is up-to-date.
[00:20:21] CMake does not need to re-run because
C:/rpcs3/3rdparty/libpng/CMakeFiles/generate.stamp is up-to-date.
[00:20:21] CMake does not need to re-run because
C:/rpcs3/Vulkan/CMakeFiles/generate.stamp is up-to-date.
[00:20:21] CMake does not need to re-run because
C:/rpcs3/rpcs3/CMakeFiles/generate.stamp is up-to-date.
[00:20:21] CMake does not need to re-run because
C:/rpcs3/rsx_program_decompiler/CMakeFiles/generate.stamp is up-to-date.
[00:20:21] CMake does not need to re-run because
C:/rpcs3/rsx_program_decompiler/shader_code/CMakeFiles/generate.stamp is up-to-
date.
[00:20:21] CMake does not need to re-run because
C:/rpcs3/rsx_program_decompiler/rsx_decompiler/CMakeFiles/generate.stamp is up-to-
date.
[00:20:21] CMake does not need to re-run because
C:/rpcs3/3rdparty/hidapi/windows/CMakeFiles/generate.stamp is up-to-date.
[00:20:21] FinalizeBuildStatus:
[00:20:21] Deleting file
"x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild".
[00:20:21] Touching
"x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate".
[00:20:21] Done Building Project "C:\rpcs3\ZERO_CHECK.vcxproj" (default targets).
[00:20:21] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files
(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets
(45,37)" does not exist in the project, and will be ignored.
[00:20:21] The target "_CollectPdbFiles" listed in an AfterTargets attribute at
"C:\Program Files
(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets
(45,70)" does not exist in the project, and will be ignored.
[00:20:21] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files
(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets
(52,38)" does not exist in the project, and will be ignored.
[00:20:21] The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files
(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets
(52,71)" does not exist in the project, and will be ignored.
[00:20:21] Project "C:\rpcs3\ALL_BUILD.vcxproj" (1) is building
"C:\rpcs3\rpcs3\GitVersion.vcxproj" (3) on node 1 (default targets).
[00:20:21] PrepareForBuild:
[00:20:21] Creating directory "x64\Release\GitVersion\".
[00:20:21] Creating directory "x64\Release\GitVersion\GitVersion.tlog\".
[00:20:21] InitializeBuildStatus:
[00:20:21] Creating "x64\Release\GitVersion\GitVersion.tlog\unsuccessfulbuild"
because "AlwaysCreate" was specified.
[00:20:21] CustomBuild:
[00:20:21] Building Custom Rule C:/rpcs3/rpcs3/CMakeLists.txt
[00:20:21] CMake does not need to re-run because
C:/rpcs3/rpcs3/CMakeFiles/generate.stamp is up-to-date.
[00:20:21] Generating something_that_never_exists
[00:20:21] -- Found Git: C:/Program Files/Git/cmd/git.exe (found version
"2.13.0.windows.1")
[00:20:21] -- GIT_VERSION: 3-d5107aa
[00:20:21] FinalizeBuildStatus:
[00:20:21] Deleting file
"x64\Release\GitVersion\GitVersion.tlog\unsuccessfulbuild".
[00:20:21] Touching
"x64\Release\GitVersion\GitVersion.tlog\GitVersion.lastbuildstate".
[00:20:21] Done Building Project "C:\rpcs3\rpcs3\GitVersion.vcxproj" (default
targets).
[00:20:21] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files
(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets
(45,37)" does not exist in the project, and will be ignored.
[00:20:21] The target "_CollectPdbFiles" listed in an AfterTargets attribute at
"C:\Program Files
(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets
(45,70)" does not exist in the project, and will be ignored.
[00:20:21] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files
(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets
(52,38)" does not exist in the project, and will be ignored.
[00:20:21] The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files
(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets
(52,71)" does not exist in the project, and will be ignored.
[00:20:21] Project "C:\rpcs3\ALL_BUILD.vcxproj" (1) is building
"C:\rpcs3\3rdparty\hidapi\windows\hidapi-hid.vcxproj" (4) on node 1 (default
targets).
[00:20:21] PrepareForBuild:
[00:20:21] Creating directory "hidapi-hid.dir\Release\".
[00:20:21] Creating directory "C:\rpcs3\3rdparty\hidapi\windows\Release\".
[00:20:21] Creating directory "hidapi-hid.dir\Release\hidapi-hid.tlog\".
[00:20:21] InitializeBuildStatus:
[00:20:21] Creating "hidapi-hid.dir\Release\hidapi-hid.tlog\unsuccessfulbuild"
because "AlwaysCreate" was specified.
[00:20:21] CustomBuild:
[00:20:21] Building Custom Rule C:/rpcs3/3rdparty/hidapi/windows/CMakeLists.txt
[00:20:21] CMake does not need to re-run because
C:/rpcs3/3rdparty/hidapi/windows/CMakeFiles/generate.stamp is up-to-date.
[00:20:21] ClCompile:
[00:20:21] C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\CL.exe /c /IC:\rpcs3\3rdparty\hidapi\hidapi /nologo /W3
/WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D CMAKE_BUILD /D
"CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MD /GS /fp:precise /Zc:wchar_t
/Zc:forScope /Zc:inline /Fo"hidapi-hid.dir\Release\\" /Fd"hidapi-
hid.dir\Release\hidapi-hid.pdb" /Gd /TC /errorReport:queue
C:\rpcs3\3rdparty\hidapi\windows\hid.c
[00:20:21] hid.c
[00:20:23] C:\rpcs3\3rdparty\hidapi\windows\hid.c(641): warning C4267: 'function':
conversion from 'size_t' to 'DWORD', possible loss of data
[C:\rpcs3\3rdparty\hidapi\windows\hidapi-hid.vcxproj]
[00:20:23] C:\rpcs3\3rdparty\hidapi\windows\hid.c(681): warning C4267: 'return':
conversion from 'size_t' to 'int', possible loss of data
[C:\rpcs3\3rdparty\hidapi\windows\hidapi-hid.vcxproj]
[00:20:23] C:\rpcs3\3rdparty\hidapi\windows\hid.c(671): warning C4267:
'initializing': conversion from 'size_t' to 'DWORD', possible loss of data
[C:\rpcs3\3rdparty\hidapi\windows\hidapi-hid.vcxproj]
[00:20:23] C:\rpcs3\3rdparty\hidapi\windows\hid.c(698): warning C4267: 'function':
conversion from 'size_t' to 'DWORD', possible loss of data
[C:\rpcs3\3rdparty\hidapi\windows\hidapi-hid.vcxproj]
[00:20:23] C:\rpcs3\3rdparty\hidapi\windows\hid.c(752): warning C4267: 'return':
conversion from 'size_t' to 'int', possible loss of data
[C:\rpcs3\3rdparty\hidapi\windows\hidapi-hid.vcxproj]
[00:20:24] C:\rpcs3\3rdparty\hidapi\windows\hid.c(768): warning C4267: 'function':
conversion from 'size_t' to 'ULONG', possible loss of data
[C:\rpcs3\3rdparty\hidapi\windows\hidapi-hid.vcxproj]
[00:20:24] C:\rpcs3\3rdparty\hidapi\windows\hid.c(774): warning C4267: 'return':
conversion from 'size_t' to 'int', possible loss of data
[C:\rpcs3\3rdparty\hidapi\windows\hidapi-hid.vcxproj]
[00:20:24] C:\rpcs3\3rdparty\hidapi\windows\hid.c(796): warning C4267: 'function':
conversion from 'size_t' to 'DWORD', possible loss of data
[C:\rpcs3\3rdparty\hidapi\windows\hidapi-hid.vcxproj]
[00:20:24] C:\rpcs3\3rdparty\hidapi\windows\hid.c(797): warning C4267: 'function':
conversion from 'size_t' to 'DWORD', possible loss of data
[C:\rpcs3\3rdparty\hidapi\windows\hidapi-hid.vcxproj]
[00:20:24] C:\rpcs3\3rdparty\hidapi\windows\hid.c(838): warning C4267: 'function':
conversion from 'size_t' to 'ULONG', possible loss of data
[C:\rpcs3\3rdparty\hidapi\windows\hidapi-hid.vcxproj]
[00:20:24] C:\rpcs3\3rdparty\hidapi\windows\hid.c(851): warning C4267: 'function':
conversion from 'size_t' to 'ULONG', possible loss of data
[C:\rpcs3\3rdparty\hidapi\windows\hidapi-hid.vcxproj]
[00:20:24] C:\rpcs3\3rdparty\hidapi\windows\hid.c(864): warning C4267: 'function':
conversion from 'size_t' to 'ULONG', possible loss of data
[C:\rpcs3\3rdparty\hidapi\windows\hidapi-hid.vcxproj]
[00:20:24] C:\rpcs3\3rdparty\hidapi\windows\hid.c(877): warning C4267: 'function':
conversion from 'size_t' to 'ULONG', possible loss of data
[C:\rpcs3\3rdparty\hidapi\windows\hidapi-hid.vcxproj]
[00:20:24] Lib:
[00:20:24] C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\Lib.exe
/OUT:"C:\rpcs3\3rdparty\hidapi\windows\Release\hidapi-hid.lib" /NOLOGO /MACHINE:X64
/machine:x64 "hidapi-hid.dir\Release\hid.obj"
[00:20:24] hidapi-hid.vcxproj -> C:\rpcs3\3rdparty\hidapi\windows\Release\hidapi-
hid.lib
[00:20:24] FinalizeBuildStatus:
[00:20:24] Deleting file "hidapi-hid.dir\Release\hidapi-
hid.tlog\unsuccessfulbuild".
[00:20:24] Touching "hidapi-hid.dir\Release\hidapi-hid.tlog\hidapi-
hid.lastbuildstate".
[00:20:24] Done Building Project "C:\rpcs3\3rdparty\hidapi\windows\hidapi-
hid.vcxproj" (default targets).
[00:20:24] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files
(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets
(45,37)" does not exist in the project, and will be ignored.
[00:20:24] The target "_CollectPdbFiles" listed in an AfterTargets attribute at
"C:\Program Files
(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets
(45,70)" does not exist in the project, and will be ignored.
[00:20:24] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files
(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets
(52,38)" does not exist in the project, and will be ignored.
[00:20:24] The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files
(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets
(52,71)" does not exist in the project, and will be ignored.
[00:20:24] Project "C:\rpcs3\ALL_BUILD.vcxproj" (1) is building
"C:\rpcs3\3rdparty\libpng\png16_static.vcxproj" (5) on node 1 (default targets).
[00:20:24] PrepareForBuild:
[00:20:24] Creating directory "png16_static.dir\Release\".
[00:20:24] Creating directory "C:\rpcs3\3rdparty\libpng\Release\".
[00:20:24] Creating directory "png16_static.dir\Release\png16_static.tlog\".
[00:20:24] InitializeBuildStatus:
[00:20:24] Creating
"png16_static.dir\Release\png16_static.tlog\unsuccessfulbuild" because
"AlwaysCreate" was specified.
[00:20:24] CustomBuild:
[00:20:24] Building Custom Rule C:/rpcs3/3rdparty/libpng/CMakeLists.txt
[00:20:24] CMake does not need to re-run because
C:/rpcs3/3rdparty/libpng/CMakeFiles/generate.stamp is up-to-date.
[00:20:24] ClCompile:
[00:20:24] C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\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_DEPRECATE /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\Release\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\3rdparty\libpng\pngmem.c C:\rpcs3\3rdparty\libpng\pngpread.c
C:\rpcs3\3rdparty\libpng\pngread.c C:\rpcs3\3rdparty\libpng\pngrio.c
C:\rpcs3\3rdparty\libpng\pngrtran.c C:\rpcs3\3rdparty\libpng\pngrutil.c
C:\rpcs3\3rdparty\libpng\pngset.c C:\rpcs3\3rdparty\libpng\pngtrans.c
C:\rpcs3\3rdparty\libpng\pngwio.c C:\rpcs3\3rdparty\libpng\pngwrite.c
C:\rpcs3\3rdparty\libpng\pngwtran.c C:\rpcs3\3rdparty\libpng\pngwutil.c
[00:20:24] png.c
[00:20:24] pngerror.c
[00:20:25] pngget.c
[00:20:25] pngmem.c
[00:20:25] pngpread.c
[00:20:25] pngread.c
[00:20:26] pngrio.c
[00:20:26] pngrtran.c
[00:20:26] pngrutil.c
[00:20:26] pngset.c
[00:20:27] pngtrans.c
[00:20:27] pngwio.c
[00:20:27] pngwrite.c
[00:20:27] pngwtran.c
[00:20:28] pngwutil.c
[00:20:28] Generating Code...
[00:20:29] Lib:
[00:20:29] C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\Lib.exe
/OUT:"C:\rpcs3\3rdparty\libpng\Release\libpng16_static.lib" /NOLOGO
/MACHINE:X64 /machine:x64 png16_static.dir\Release\png.obj
[00:20:29] png16_static.dir\Release\pngerror.obj
[00:20:29] png16_static.dir\Release\pngget.obj
[00:20:29] png16_static.dir\Release\pngmem.obj
[00:20:29] png16_static.dir\Release\pngpread.obj
[00:20:29] png16_static.dir\Release\pngread.obj
[00:20:29] png16_static.dir\Release\pngrio.obj
[00:20:29] png16_static.dir\Release\pngrtran.obj
[00:20:29] png16_static.dir\Release\pngrutil.obj
[00:20:29] png16_static.dir\Release\pngset.obj
[00:20:29] png16_static.dir\Release\pngtrans.obj
[00:20:29] png16_static.dir\Release\pngwio.obj
[00:20:29] png16_static.dir\Release\pngwrite.obj
[00:20:29] png16_static.dir\Release\pngwtran.obj
[00:20:29] png16_static.dir\Release\pngwutil.obj
[00:20:29] png16_static.vcxproj ->
C:\rpcs3\3rdparty\libpng\Release\libpng16_static.lib
[00:20:29] FinalizeBuildStatus:
[00:20:29] Deleting file
"png16_static.dir\Release\png16_static.tlog\unsuccessfulbuild".
[00:20:29] Touching
"png16_static.dir\Release\png16_static.tlog\png16_static.lastbuildstate".
[00:20:29] Done Building Project "C:\rpcs3\3rdparty\libpng\png16_static.vcxproj"
(default targets).
[00:20:29] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files
(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets
(45,37)" does not exist in the project, and will be ignored.
[00:20:29] The target "_CollectPdbFiles" listed in an AfterTargets attribute at
"C:\Program Files
(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets
(45,70)" does not exist in the project, and will be ignored.
[00:20:29] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files
(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets
(52,38)" does not exist in the project, and will be ignored.
[00:20:29] The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files
(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets
(52,71)" does not exist in the project, and will be ignored.
[00:20:29] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files
(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets
(45,37)" does not exist in the project, and will be ignored.
[00:20:29] The target "_CollectPdbFiles" listed in an AfterTargets attribute at
"C:\Program Files
(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets
(45,70)" does not exist in the project, and will be ignored.
[00:20:29] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files
(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets
(52,38)" does not exist in the project, and will be ignored.
[00:20:29] The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files
(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets
(52,71)" does not exist in the project, and will be ignored.
[00:20:29] Project "C:\rpcs3\ALL_BUILD.vcxproj" (1) is building
"C:\rpcs3\rpcs3\rpcs3.vcxproj" (6) on node 1 (default targets).
[00:20:29] Project "C:\rpcs3\rpcs3\rpcs3.vcxproj" (6) is building
"C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_decompiler.vcxproj" (7) on node
1 (default targets).
[00:20:29] PrepareForBuild:
[00:20:29] Creating directory "rsx_decompiler.dir\Release\".
[00:20:29] Creating directory
"C:\rpcs3\rsx_program_decompiler\rsx_decompiler\Release\".
[00:20:29] Creating directory "rsx_decompiler.dir\Release\rsx_decompiler.tlog\".
[00:20:29] InitializeBuildStatus:
[00:20:29] Creating
"rsx_decompiler.dir\Release\rsx_decompiler.tlog\unsuccessfulbuild" because
"AlwaysCreate" was specified.
[00:20:29] CustomBuild:
[00:20:29] Building Custom Rule
C:/rpcs3/rsx_program_decompiler/rsx_decompiler/CMakeLists.txt
[00:20:29] CMake does not need to re-run because
C:/rpcs3/rsx_program_decompiler/rsx_decompiler/CMakeFiles/generate.stamp is up-to-
date.
[00:20:29] ClCompile:
[00:20:29] C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\CL.exe /c /IC:\rpcs3\rsx_program_decompiler\rsx_decompiler
/IC:\rpcs3\rsx_program_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_decompiler.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_decompiler.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_program_decompiler\rsx_decompiler\rsx_vp_ucode.cpp
[00:20:29] cl : Command line warning D9002: ignoring unknown option '-fexceptions'
[C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_decompiler.vcxproj]
[00:20:29] rsx_decompiler.cpp
[00:20:30] rsx_fp_decompiler.cpp
[00:20:31]
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompiler.cpp(620): warning
C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
[C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_decompiler.vcxproj]
[00:20:31]
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompiler.cpp(670): note:
see reference to function template instantiation
'shader_code::clike_language_impl::expression_t<shader_code::clike_language_impl::t
ype_class_t::type_float,1>
rsx::fragment_program::decompiler<Language>::make_not_zero<shader_code::clike_langu
age_impl::type_class_t::type_float,1>(const
shader_code::clike_language_impl::expression_t<shader_code::clike_language_impl::ty
pe_class_t::type_float,1> &)' being compiled
[00:20:31] with
[00:20:31] [
[00:20:31] Language=shader_code::glsl_language
[00:20:31] ]
[00:20:31]
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompiler.cpp(670): note:
see reference to function template instantiation
'shader_code::clike_language_impl::expression_t<shader_code::clike_language_impl::t
ype_class_t::type_float,1>
rsx::fragment_program::decompiler<Language>::make_not_zero<shader_code::clike_langu
age_impl::type_class_t::type_float,1>(const
shader_code::clike_language_impl::expression_t<shader_code::clike_language_impl::ty
pe_class_t::type_float,1> &)' being compiled
[00:20:31] with
[00:20:31] [
[00:20:31] Language=shader_code::glsl_language
[00:20:31] ]
[00:20:31]
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompiler.cpp(635): note:
while compiling class template member function
'shader_code::builder::expression_base_t
rsx::fragment_program::decompiler<Language>::decode_instruction(void)'
[00:20:31] with
[00:20:31] [
[00:20:31] Language=shader_code::glsl_language
[00:20:31] ]
[00:20:31]
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompiler.cpp(775): note:
see reference to function template instantiation
'shader_code::builder::expression_base_t
rsx::fragment_program::decompiler<Language>::decode_instruction(void)' being
compiled
[00:20:31] with
[00:20:31] [
[00:20:31] Language=shader_code::glsl_language
[00:20:31] ]
[00:20:31]
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompiler.cpp(801): note:
see reference to class template instantiation
'rsx::fragment_program::decompiler<Language>' being compiled
[00:20:31] with
[00:20:31] [
[00:20:31] Language=shader_code::glsl_language
[00:20:31] ]
[00:20:31]
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompiler.cpp(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:20:31] rsx_fp_ucode.cpp
[00:20:31] rsx_vp_decompiler.cpp
[00:20:32]
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cpp(580): warning
C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
[C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_decompiler.vcxproj]
[00:20:32]
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cpp(601): note:
see reference to function template instantiation
'shader_code::clike_language_impl::expression_t<shader_code::clike_language_impl::t
ype_class_t::type_float,4>
rsx::vertex_program::decompiler<Language>::make_not_zero<shader_code::clike_languag
e_impl::type_class_t::type_float,4>(const
shader_code::clike_language_impl::expression_t<shader_code::clike_language_impl::ty
pe_class_t::type_float,4> &)' being compiled
[00:20:32] with
[00:20:32] [
[00:20:32] Language=shader_code::glsl_language
[00:20:32] ]
[00:20:32]
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cpp(601): note:
see reference to function template instantiation
'shader_code::clike_language_impl::expression_t<shader_code::clike_language_impl::t
ype_class_t::type_float,4>
rsx::vertex_program::decompiler<Language>::make_not_zero<shader_code::clike_languag
e_impl::type_class_t::type_float,4>(const
shader_code::clike_language_impl::expression_t<shader_code::clike_language_impl::ty
pe_class_t::type_float,4> &)' being compiled
[00:20:32] with
[00:20:32] [
[00:20:32] Language=shader_code::glsl_language
[00:20:32] ]
[00:20:32]
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cpp(595): note:
while compiling class template member function
'shader_code::builder::expression_base_t
rsx::vertex_program::decompiler<Language>::decode_sca_instruction(void)'
[00:20:32] with
[00:20:32] [
[00:20:32] Language=shader_code::glsl_language
[00:20:32] ]
[00:20:32]
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cpp(704): note:
see reference to function template instantiation
'shader_code::builder::expression_base_t
rsx::vertex_program::decompiler<Language>::decode_sca_instruction(void)' being
compiled
[00:20:32] with
[00:20:32] [
[00:20:32] Language=shader_code::glsl_language
[00:20:32] ]
[00:20:32]
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cpp(749): note:
see reference to class template instantiation
'rsx::vertex_program::decompiler<Language>' being compiled
[00:20:32] with
[00:20:32] [
[00:20:32] Language=shader_code::glsl_language
[00:20:32] ]
[00:20:32]
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cpp(759): note:
see reference to function template instantiation 'rsx::decompiled_shader
rsx::vertex_program::decompile<shader_code::glsl_language>(std::size_t,const void
*)' being compiled
[00:20:32] rsx_vp_ucode.cpp
[00:20:32] Generating Code...
[00:20:42] Lib:
[00:20:42] C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\Lib.exe
/OUT:"C:\rpcs3\rsx_program_decompiler\rsx_decompiler\Release\rsx_decompiler.lib"
/NOLOGO /MACHINE:X64 /machine:x64 rsx_decompiler.dir\Release\rsx_decompiler.obj
[00:20:42] rsx_decompiler.dir\Release\rsx_fp_decompiler.obj
[00:20:42] rsx_decompiler.dir\Release\rsx_fp_ucode.obj
[00:20:42] rsx_decompiler.dir\Release\rsx_vp_decompiler.obj
[00:20:42] rsx_decompiler.dir\Release\rsx_vp_ucode.obj
[00:20:42] rsx_decompiler.vcxproj ->
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\Release\rsx_decompiler.lib
[00:20:42] FinalizeBuildStatus:
[00:20:42] Deleting file
"rsx_decompiler.dir\Release\rsx_decompiler.tlog\unsuccessfulbuild".
[00:20:42] Touching
"rsx_decompiler.dir\Release\rsx_decompiler.tlog\rsx_decompiler.lastbuildstate".
[00:20:42] Done Building Project
"C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_decompiler.vcxproj" (default
targets).
[00:20:42] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files
(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets
(45,37)" does not exist in the project, and will be ignored.
[00:20:42] The target "_CollectPdbFiles" listed in an AfterTargets attribute at
"C:\Program Files
(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets
(45,70)" does not exist in the project, and will be ignored.
[00:20:42] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files
(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets
(52,38)" does not exist in the project, and will be ignored.
[00:20:42] The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files
(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets
(52,71)" does not exist in the project, and will be ignored.
[00:20:42] Project "C:\rpcs3\rpcs3\rpcs3.vcxproj" (6) is building
"C:\rpcs3\rsx_program_decompiler\shader_code\shader_code.vcxproj" (8) on node 1
(default targets).
[00:20:42] PrepareForBuild:
[00:20:42] Creating directory "shader_code.dir\Release\".
[00:20:42] Creating directory
"C:\rpcs3\rsx_program_decompiler\shader_code\Release\".
[00:20:42] Creating directory "shader_code.dir\Release\shader_code.tlog\".
[00:20:42] InitializeBuildStatus:
[00:20:42] Creating "shader_code.dir\Release\shader_code.tlog\unsuccessfulbuild"
because "AlwaysCreate" was specified.
[00:20:42] CustomBuild:
[00:20:42] Building Custom Rule
C:/rpcs3/rsx_program_decompiler/shader_code/CMakeLists.txt
[00:20:42] CMake does not need to re-run because
C:/rpcs3/rsx_program_decompiler/shader_code/CMakeFiles/generate.stamp is up-to-
date.
[00:20:42] ClCompile:
[00:20:42] C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\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:20:42] cl : Command line warning D9002: ignoring unknown option '-fexceptions'
[C:\rpcs3\rsx_program_decompiler\shader_code\shader_code.vcxproj]
[00:20:42] builder.cpp
[00:20:42] clike_language.cpp
[00:20:43] Generating Code...
[00:20:43] Lib:
[00:20:43] C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\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:20:43] shader_code.dir\Release\clike_language.obj
[00:20:43] shader_code.vcxproj ->
C:\rpcs3\rsx_program_decompiler\shader_code\Release\shader_code.lib
[00:20:43] FinalizeBuildStatus:
[00:20:43] Deleting file
"shader_code.dir\Release\shader_code.tlog\unsuccessfulbuild".
[00:20:43] Touching
"shader_code.dir\Release\shader_code.tlog\shader_code.lastbuildstate".
[00:20:43] Done Building Project
"C:\rpcs3\rsx_program_decompiler\shader_code\shader_code.vcxproj" (default
targets).
[00:20:43] PrepareForBuild:
[00:20:43] Creating directory "rpcs3.dir\Release\".
[00:20:43] Creating directory "rpcs3.dir\Release\rpcs3.tlog\".
[00:20:43] InitializeBuildStatus:
[00:20:43] Creating "rpcs3.dir\Release\rpcs3.tlog\unsuccessfulbuild" because
"AlwaysCreate" was specified.
[00:20:43] ComputeCustomBuildOutput:
[00:20:43] Creating directory "C:\rpcs3\rpcs3\Release\cotire\".
[00:20:43] CustomBuild:
[00:20:43] Building Custom Rule C:/rpcs3/rpcs3/CMakeLists.txt
[00:20:43] CMake does not need to re-run because
C:/rpcs3/rpcs3/CMakeFiles/generate.stamp is up-to-date.
[00:20:43] Generating CXX prefix header rpcs3/Release/cotire/rpcs3_CXX_prefix.hxx
[00:20:43] MakeDirsForCl:
[00:20:43] Creating directory "C:\rpcs3\rpcs3\rpcs3.dir\Release\Crypto".
[00:20:43] Creating directory "C:\rpcs3\rpcs3\rpcs3.dir\Release\Emu\Memory".
[00:20:43] Creating directory "C:\rpcs3\rpcs3\rpcs3.dir\Release\Gui".
[00:20:43] Creating directory "C:\rpcs3\rpcs3\rpcs3.dir\Release\rpcs3qt".
[00:20:43] Creating directory
"C:\rpcs3\rpcs3\rpcs3.dir\Release\__\Utilities\yaml-cpp\src".
[00:20:43] Creating directory
"C:\rpcs3\rpcs3\rpcs3.dir\Release\__\asmjit\src\asmjit\base".
[00:20:43] ClCompile:
[00:20:43] C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\CL.exe /c /IC:\rpcs3\rpcs3\..\3rdparty\minidx12\Include
/IC:\rpcs3\rpcs3\..\3rdparty\XAudio2_7
/IC:\rpcs3\wxWidgets\wxWidgets\lib\vc_x64_lib\mswu
/IC:\rpcs3\wxWidgets\wxWidgets\include /IC:\rpcs3\rpcs3\..\3rdparty\libpng
/IC:\rpcs3\rpcs3\..\3rdparty\ffmpeg\Windows\x86_64\include
/IC:\rpcs3\zlib\include /IC:\rpcs3\3rdparty\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\rpcs3\..\rsx_program_decompiler\shader_code
/I"C:\rpcs3\rpcs3\..\Vulkan\Vulkan-LoaderAndValidationLayers\include"
/IC:\rpcs3\rpcs3\..\Vulkan\glslang\glslang\Public
/IC:\rpcs3\rpcs3\..\3rdparty\hidapi\hidapi /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 _WINDOWS /D _CRT_SECURE_NO_DEPRECATE=1 /D
_CRT_NON_CONFORMING_SWPRINTFS=1 /D _SCL_SECURE_NO_WARNINGS=1 /D NDEBUG /D
_CRT_SECURE_NO_DEPRECATE /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_NO_DEPRECATE /D
_CRT_NONSTDC_NO_WARNINGS /D _SCL_SECURE_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /D
UNICODE /D _UNICODE /D __STDC_CONSTANT_MACROS /D __STDC_FORMAT_MACROS /D
__STDC_LIMIT_MACROS /D CMAKE_BUILD /D _WIN32_WINNT=0x0601 /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:\rpcs3\rpcs3\Release\cotire\rpcs3_CXX_prefix.hxx"
/Fp"C:\rpcs3\rpcs3\Release\cotire\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:queue
/Zc:throwingNew /Zm140 C:\rpcs3\rpcs3\BasicKeyboardHandler.cpp
[00:20:43] BasicKeyboardHandler.cpp
[00:20:49] C:\rpcs3\rpcs3\BasicKeyboardHandler.cpp(16): warning C4267: '=':
conversion from 'size_t' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:20:50] C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\CL.exe /c /IC:\rpcs3\rpcs3\..\3rdparty\minidx12\Include
/IC:\rpcs3\rpcs3\..\3rdparty\XAudio2_7
/IC:\rpcs3\wxWidgets\wxWidgets\lib\vc_x64_lib\mswu
/IC:\rpcs3\wxWidgets\wxWidgets\include /IC:\rpcs3\rpcs3\..\3rdparty\libpng
/IC:\rpcs3\rpcs3\..\3rdparty\ffmpeg\Windows\x86_64\include
/IC:\rpcs3\zlib\include /IC:\rpcs3\3rdparty\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\rpcs3\..\rsx_program_decompiler\shader_code
/I"C:\rpcs3\rpcs3\..\Vulkan\Vulkan-LoaderAndValidationLayers\include"
/IC:\rpcs3\rpcs3\..\Vulkan\glslang\glslang\Public
/IC:\rpcs3\rpcs3\..\3rdparty\hidapi\hidapi /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 _WINDOWS /D _CRT_SECURE_NO_DEPRECATE=1 /D
_CRT_NON_CONFORMING_SWPRINTFS=1 /D _SCL_SECURE_NO_WARNINGS=1 /D NDEBUG /D
_CRT_SECURE_NO_DEPRECATE /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_NO_DEPRECATE /D
_CRT_NONSTDC_NO_WARNINGS /D _SCL_SECURE_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /D
UNICODE /D _UNICODE /D __STDC_CONSTANT_MACROS /D __STDC_FORMAT_MACROS /D
__STDC_LIMIT_MACROS /D CMAKE_BUILD /D _WIN32_WINNT=0x0601 /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:\rpcs3\rpcs3\Release\cotire\rpcs3_CXX_prefix.hxx"
/Fp"C:\rpcs3\rpcs3\Release\cotire\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:queue
/Zc:throwingNew /Zm140 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\Crypto\unedat.cpp
C:\rpcs3\rpcs3\Crypto\unpkg.cpp C:\rpcs3\rpcs3\Crypto\unself.cpp
C:\rpcs3\rpcs3\DS4PadHandler.cpp C:\rpcs3\rpcs3\Emu\Audio\AL\OpenALThread.cpp
C:\rpcs3\rpcs3\Emu\Audio\ALSA\ALSAThread.cpp
C:\rpcs3\rpcs3\Emu\Audio\AudioDumper.cpp
C:\rpcs3\rpcs3\Emu\Audio\XAudio2\XAudio27Thread.cpp
C:\rpcs3\rpcs3\Emu\Audio\XAudio2\XAudio28Thread.cpp
C:\rpcs3\rpcs3\Emu\Audio\XAudio2\XAudio2Thread.cpp
C:\rpcs3\rpcs3\Emu\CPU\CPUThread.cpp C:\rpcs3\rpcs3\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\cellAudio.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\cellAudioOut.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\cellAvconfExt.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\cellBgdl.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\cellCamera.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\cellCelp8Enc.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\cellCelpEnc.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\cellCrossController.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\cellDaisy.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\cellDmux.cpp
C:\rpcs3\rpcs3\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\cellFs.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\cellGame.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\cellGameExec.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\cellGcmSys.cpp
C:\rpcs3\rpcs3\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\cellHttpUtil.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:\rpcs3\rpcs3\Emu\Cell\Modules\cellKb.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\cellKey2char.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\cellL10n.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\cellLibprof.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\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\Modules\cellMusicExport.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\cellNetCtl.cpp
C:\rpcs3\rpcs3\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\cellPhotoImport.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\rpcs3\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\cellRtcAlarm.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\cellRudp.cpp
C:\rpcs3\rpcs3\Emu\Cell\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\cellScreenshot.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSearch.cpp
C:\rpcs3\rpcs3\Emu\Cell\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\Modules\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.cpp
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\Modules\cellSysutilAvc2.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSysutilMisc.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSysutilNpEula.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\cellUsbd.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\cellUsbpspcm.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.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\cell_FreeType2.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\libmedi.cpp
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\Cell\Modules\sceNp.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\sceNp2.cpp
C:\rpcs3\rpcs3\Emu\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\sceNpTrophy.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\sceNpTus.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\sceNpUtil.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\sysPrxForUser.cpp
C:\rpcs3\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\Cell\Modules\sys_lv2dbg.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_lwcond_.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_lwmutex_.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_mempool.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_mmapper_.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_ppu_thread_.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_prx_.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_spinlock.cpp
C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_spu_.cpp
C:\rpcs3\rpcs3\Emu\Cell\PPUAnalyser.cpp C:\rpcs3\rpcs3\Emu\Cell\PPUDisAsm.cpp
C:\rpcs3\rpcs3\Emu\Cell\PPUFunction.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\PPUTranslator.cpp C:\rpcs3\rpcs3\Emu\Cell\RawSPUThread.cpp
C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp
C:\rpcs3\rpcs3\Emu\Cell\SPUAnalyser.cpp C:\rpcs3\rpcs3\Emu\Cell\SPUDisAsm.cpp
C:\rpcs3\rpcs3\Emu\Cell\SPUInterpreter.cpp
C:\rpcs3\rpcs3\Emu\Cell\SPURecompiler.cpp C:\rpcs3\rpcs3\Emu\Cell\SPUThread.cpp
C:\rpcs3\rpcs3\Emu\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\Emu\Cell\lv2\sys_event_flag.cpp
C:\rpcs3\rpcs3\Emu\Cell\lv2\sys_fs.cpp
C:\rpcs3\rpcs3\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\Cell\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_ss.cpp
C:\rpcs3\rpcs3\Emu\Cell\lv2\sys_time.cpp C:\rpcs3\rpcs3\Emu\Cell\lv2\sys_timer.cpp
C:\rpcs3\rpcs3\Emu\Cell\lv2\sys_trace.cpp C:\rpcs3\rpcs3\Emu\Cell\lv2\sys_tty.cpp
C:\rpcs3\rpcs3\Emu\Cell\lv2\sys_vm.cpp C:\rpcs3\rpcs3\Emu\IdManager.cpp
C:\rpcs3\rpcs3\Emu\Memory\vm.cpp C:\rpcs3\rpcs3\Emu\Memory\wait_engine.cpp
C:\rpcs3\rpcs3\Emu\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\rpcs3\Emu\PSP2\ARMv7Thread.cpp
C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceAppMgr.cpp
C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceAppUtil.cpp
C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceAudio.cpp
C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceAudioIn.cpp
C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceAudiodec.cpp
C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceAudioenc.cpp
C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceCamera.cpp
C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceCodecEngine.cpp
C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceCommonDialog.cpp
C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceCtrl.cpp
C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceDbg.cpp
C:\rpcs3\rpcs3\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\sceFiber.cpp
C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceFios.cpp
C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceFpu.cpp
C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceGxm.cpp
C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceHttp.cpp
C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceIme.cpp
C:\rpcs3\rpcs3\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\sceLibXml.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\rpcs3\Emu\PSP2\Modules\sceLiveArea.cpp
C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceLocation.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\rpcs3\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\sceScreenShot.cpp
C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceSfmt.cpp
C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceSha.cpp
C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceSqlite.cpp
C:\rpcs3\rpcs3\Emu\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\sceSystemGesture.cpp
C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceTouch.cpp
C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceUlt.cpp
C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceVideodec.cpp
C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceVoice.cpp
C:\rpcs3\rpcs3\Emu\PSP2\Modules\sceVoiceQoS.cpp
C:\rpcs3\rpcs3\Emu\RSX\CgBinaryFragmentProgram.cpp
C:\rpcs3\rpcs3\Emu\RSX\CgBinaryVertexProgram.cpp
C:\rpcs3\rpcs3\Emu\RSX\Common\BufferUtils.cpp
C:\rpcs3\rpcs3\Emu\RSX\Common\FragmentProgramDecompiler.cpp
C:\rpcs3\rpcs3\Emu\RSX\Common\ProgramStateCache.cpp
C:\rpcs3\rpcs3\Emu\RSX\Common\ShaderParam.cpp
C:\rpcs3\rpcs3\Emu\RSX\Common\TextureUtils.cpp
C:\rpcs3\rpcs3\Emu\RSX\Common\VertexProgramDecompiler.cpp
C:\rpcs3\rpcs3\Emu\RSX\Common\surface_store.cpp
C:\rpcs3\rpcs3\Emu\RSX\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\D3D12FragmentProgramDecompiler.cpp
C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12GSRender.cpp
C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12MemoryHelpers.cpp
C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12Overlay.cpp
C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12PipelineState.cpp
C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12RenderTargetSets.cpp
C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12Texture.cpp
C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12Utils.cpp
C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12VertexProgramDecompiler.cpp
C:\rpcs3\rpcs3\Emu\RSX\GL\GLCommonDecompiler.cpp
C:\rpcs3\rpcs3\Emu\RSX\GL\GLFragmentProgram.cpp
C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp C:\rpcs3\rpcs3\Emu\RSX\GL\GLHelpers.cpp
C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp
C:\rpcs3\rpcs3\Emu\RSX\GL\GLTexture.cpp
C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp
C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp
C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexProgram.cpp C:\rpcs3\rpcs3\Emu\RSX\GL\OpenGL.cpp
C:\rpcs3\rpcs3\Emu\RSX\GSRender.cpp C:\rpcs3\rpcs3\Emu\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\VKTexture.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\rpcs3\Gui\AutoPauseManager.cpp C:\rpcs3\rpcs3\Gui\CgDisasm.cpp
C:\rpcs3\rpcs3\Gui\ConLogFrame.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\Gui\GameViewer.cpp
C:\rpcs3\rpcs3\Gui\InstructionEditor.cpp C:\rpcs3\rpcs3\Gui\InterpreterDisAsm.cpp
C:\rpcs3\rpcs3\Gui\KernelExplorer.cpp C:\rpcs3\rpcs3\Gui\MainFrame.cpp
C:\rpcs3\rpcs3\Gui\MemoryStringSearcher.cpp C:\rpcs3\rpcs3\Gui\MemoryViewer.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\SignInDialog.cpp
C:\rpcs3\rpcs3\Gui\TextInputDialog.cpp C:\rpcs3\rpcs3\KeyboardPadHandler.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\TROPUSR.cpp C:\rpcs3\rpcs3\Loader\TRP.cpp
C:\rpcs3\rpcs3\MMJoystickHandler.cpp C:\rpcs3\rpcs3\XInputPadHandler.cpp
C:\rpcs3\rpcs3\rpcs3.cpp C:\rpcs3\rpcs3\rpcs3_api.cpp
C:\rpcs3\rpcs3\rpcs3_version.cpp C:\rpcs3\rpcs3\rpcs3qt\AutoPauseSettingsDialog.cpp
C:\rpcs3\rpcs3\rpcs3qt\audiotab.cpp C:\rpcs3\rpcs3\rpcs3qt\coretab.cpp
C:\rpcs3\rpcs3\rpcs3qt\debuggerframe.cpp C:\rpcs3\rpcs3\rpcs3qt\gamelistframe.cpp
C:\rpcs3\rpcs3\rpcs3qt\glviewer.cpp C:\rpcs3\rpcs3\rpcs3qt\graphicstab.cpp
C:\rpcs3\rpcs3\rpcs3qt\inputtab.cpp C:\rpcs3\rpcs3\rpcs3qt\logframe.cpp
C:\rpcs3\rpcs3\rpcs3qt\main.cpp C:\rpcs3\rpcs3\rpcs3qt\mainwindow.cpp
C:\rpcs3\rpcs3\rpcs3qt\misctab.cpp C:\rpcs3\rpcs3\rpcs3qt\networkingtab.cpp
C:\rpcs3\rpcs3\rpcs3qt\padsettingsdialog.cpp C:\rpcs3\rpcs3\rpcs3qt\systemtab.cpp
C:\rpcs3\rpcs3\stb_image.cpp C:\rpcs3\rpcs3\stdafx.cpp
C:\rpcs3\rpcs3\sys_gamepad.cpp C:\rpcs3\Utilities\Config.cpp
C:\rpcs3\Utilities\File.cpp C:\rpcs3\Utilities\GDBDebugServer.cpp
C:\rpcs3\Utilities\JIT.cpp C:\rpcs3\Utilities\Log.cpp C:\rpcs3\Utilities\StrFmt.cpp
C:\rpcs3\Utilities\Thread.cpp C:\rpcs3\Utilities\VirtualMemory.cpp
C:\rpcs3\Utilities\bin_patch.cpp C:\rpcs3\Utilities\cond.cpp
C:\rpcs3\Utilities\dynamic_library.cpp C:\rpcs3\Utilities\mutex.cpp
C:\rpcs3\Utilities\rXml.cpp C:\rpcs3\Utilities\sema.cpp
C:\rpcs3\Utilities\version.cpp "C:\rpcs3\Utilities\yaml-cpp\src\binary.cpp"
"C:\rpcs3\Utilities\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\src\emit.cpp"
"C:\rpcs3\Utilities\yaml-cpp\src\emitfromevents.cpp" "C:\rpcs3\Utilities\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-
cpp\src\exceptions.cpp" "C:\rpcs3\Utilities\yaml-cpp\src\exp.cpp"
"C:\rpcs3\Utilities\yaml-cpp\src\node.cpp" "C:\rpcs3\Utilities\yaml-
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\null.cpp" "C:\rpcs3\Utilities\yaml-cpp\src\ostream_wrapper.cpp"
"C:\rpcs3\Utilities\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\Utilities\yaml-
cpp\src\simplekey.cpp" "C:\rpcs3\Utilities\yaml-cpp\src\singledocparser.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:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_ucode.cpp
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cpp
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_ucode.cpp
C:\rpcs3\rsx_program_decompiler\shader_code\builder.cpp
C:\rpcs3\rsx_program_decompiler\shader_code\clike_language.cpp
C:\rpcs3\asmjit\src\asmjit\base\arch.cpp
C:\rpcs3\asmjit\src\asmjit\base\assembler.cpp
C:\rpcs3\asmjit\src\asmjit\base\codebuilder.cpp
C:\rpcs3\asmjit\src\asmjit\base\codecompiler.cpp
C:\rpcs3\asmjit\src\asmjit\base\codeemitter.cpp
C:\rpcs3\asmjit\src\asmjit\base\codeholder.cpp
C:\rpcs3\asmjit\src\asmjit\base\constpool.cpp
C:\rpcs3\asmjit\src\asmjit\base\cpuinfo.cpp
C:\rpcs3\asmjit\src\asmjit\base\func.cpp
C:\rpcs3\asmjit\src\asmjit\base\globals.cpp
C:\rpcs3\asmjit\src\asmjit\base\inst.cpp
C:\rpcs3\asmjit\src\asmjit\base\logging.cpp
C:\rpcs3\asmjit\src\asmjit\base\operand.cpp
C:\rpcs3\asmjit\src\asmjit\base\osutils.cpp
C:\rpcs3\asmjit\src\asmjit\base\regalloc.cpp
C:\rpcs3\asmjit\src\asmjit\base\runtime.cpp
C:\rpcs3\asmjit\src\asmjit\base\string.cpp C:\rpcs3\asmjit\src\asmjit\base\vmem.cpp
C:\rpcs3\asmjit\src\asmjit\base\zone.cpp
C:\rpcs3\asmjit\src\asmjit\x86\x86assembler.cpp
C:\rpcs3\asmjit\src\asmjit\x86\x86builder.cpp
C:\rpcs3\asmjit\src\asmjit\x86\x86compiler.cpp
C:\rpcs3\asmjit\src\asmjit\x86\x86inst.cpp
C:\rpcs3\asmjit\src\asmjit\x86\x86instimpl.cpp
C:\rpcs3\asmjit\src\asmjit\x86\x86internal.cpp
C:\rpcs3\asmjit\src\asmjit\x86\x86logging.cpp
C:\rpcs3\asmjit\src\asmjit\x86\x86operand.cpp
C:\rpcs3\asmjit\src\asmjit\x86\x86operand_regs.cpp
C:\rpcs3\asmjit\src\asmjit\x86\x86regalloc.cpp
[00:20:50] BasicMouseHandler.cpp
[00:20:50] aes.cpp
[00:20:50] ec.cpp
[00:20:50] key_vault.cpp
[00:20:51] lz.cpp
[00:20:51] C:\rpcs3\rpcs3\Crypto\lz.cpp(150): warning C4244: '=': conversion from
'__int64' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:20:51] C:\rpcs3\rpcs3\Crypto\lz.cpp(165): warning C4244: 'return': conversion
from '__int64' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:20:51] C:\rpcs3\rpcs3\Crypto\lz.cpp(206): warning C4244: 'return': conversion
from '__int64' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:20:51] C:\rpcs3\rpcs3\Crypto\lz.cpp(279): warning C4244: '=': conversion from
'__int64' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:20:51] sha1.cpp
[00:20:51] unedat.cpp
[00:20:52] unpkg.cpp
[00:20:52] unself.cpp
[00:20:53] C:\rpcs3\rpcs3\Crypto\unself.cpp(678): warning C4244: 'initializing':
conversion from 'u64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:20:54] C:\rpcs3\rpcs3\Crypto\unself.cpp(747): warning C4244: '+=': conversion
from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:20:54] C:\rpcs3\rpcs3\Crypto\unself.cpp(801): warning C4244: '+=': conversion
from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:20:54] C:\rpcs3\rpcs3\Crypto\unself.cpp(831): warning C4244: '=': conversion
from 'u64' to 'uInt', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:20:54] C:\rpcs3\rpcs3\Crypto\unself.cpp(870): warning C4244: '+=': conversion
from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:20:54] C:\rpcs3\rpcs3\Crypto\unself.cpp(1138): warning C4244: 'initializing':
conversion from 'u64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:20:55] C:\rpcs3\rpcs3\Crypto\unself.cpp(1221): warning C4244: '+=': conversion
from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:20:55] C:\rpcs3\rpcs3\Crypto\unself.cpp(1267): warning C4244: '+=': conversion
from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:20:55] C:\rpcs3\rpcs3\Crypto\unself.cpp(1304): warning C4244: '+=': conversion
from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:20:55] C:\rpcs3\rpcs3\Crypto\unself.cpp(1378): warning C4244: '+=': conversion
from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:20:55] DS4PadHandler.cpp
[00:20:55] C:\rpcs3\rpcs3\BasicMouseHandler.cpp(11): warning C4267: '=': conversion
from 'size_t' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:20:55] OpenALThread.cpp
[00:20:55] ALSAThread.cpp
[00:20:55] AudioDumper.cpp
[00:20:55] XAudio27Thread.cpp
[00:20:56] C:\rpcs3\rpcs3\Emu\Audio\XAudio2\XAudio27Thread.cpp(128): warning C4244:
'argument': conversion from 'double' to 'float', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:20:56] XAudio28Thread.cpp
[00:20:56] C:\rpcs3\rpcs3\DS4PadHandler.cpp(400): warning C4244: 'argument':
conversion from 'int' to 'f32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:20:57] C:\rpcs3\rpcs3\Emu\Audio\XAudio2\XAudio28Thread.cpp(130): warning C4244:
'argument': conversion from 'double' to 'float', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:20:57] XAudio2Thread.cpp
[00:20:57] CPUThread.cpp
[00:20:57] CPUTranslator.cpp
[00:20:57] MFC.cpp
[00:20:57] cellAdec.cpp
[00:20:57] cellAtrac.cpp
[00:20:58] cellAtracMulti.cpp
[00:20:59] cellAudio.cpp
[00:20:59] cellAudioOut.cpp
[00:20:59] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellAudio.cpp(623): warning C4319: '~':
zero extending 'u32' to 'u64' of greater size [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:21:00] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellAudio.cpp(628): warning C4319: '~':
zero extending 'u32' to 'u64' of greater size [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:21:00] cellAvconfExt.cpp
[00:21:00] cellBgdl.cpp
[00:21:00] cellCamera.cpp
[00:21:01] cellCelp8Enc.cpp
[00:21:02] cellCelpEnc.cpp
[00:21:02] cellCrossController.cpp
[00:21:02] cellDaisy.cpp
[00:21:02] cellDmux.cpp
[00:21:03] cellFiber.cpp
[00:21:04] cellFont.cpp
[00:21:04] cellFontFT.cpp
[00:21:05] cellFs.cpp
[00:21:06] cellGame.cpp
[00:21:07] cellGameExec.cpp
[00:21:08] cellGcmSys.cpp
[00:21:08] cellGem.cpp
[00:21:09] cellGifDec.cpp
[00:21:10] cellHttp.cpp
[00:21:10] c:\rpcs3\rpcs3\emu\cell\modules\cellHttp.h(128): warning C4309:
'initializing': truncation of constant value (compiling source file
C:\rpcs3\rpcs3\Emu\Cell\Modules\cellHttp.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:21:11] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellGcmSys.cpp(449): warning C4018: '>':
signed/unsigned mismatch [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:21:11] cellHttpUtil.cpp
[00:21:11] cellImeJp.cpp
[00:21:12] cellJpgDec.cpp
[00:21:13] cellJpgEnc.cpp
[00:21:13] cellKb.cpp
[00:21:13] cellKey2char.cpp
[00:21:14] cellL10n.cpp
[00:21:14] cellLibprof.cpp
[00:21:14] cellMic.cpp
[00:21:14] 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:21:14] cellMouse.cpp
[00:21:15] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellL10n.cpp(413): warning C4018: '<':
signed/unsigned mismatch [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:21:16] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellL10n.cpp(1260): warning C4018: '<':
signed/unsigned mismatch [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:21:16] cellMsgDialog.cpp
[00:21:16] cellMusic.cpp
[00:21:16] cellMusicDecode.cpp
[00:21:17] cellMusicExport.cpp
[00:21:17] cellNetCtl.cpp
[00:21:17] cellOskDialog.cpp
[00:21:18] cellOvis.cpp
[00:21:18] cellPad.cpp
[00:21:18] cellPamf.cpp
[00:21:19] cellPhotoDecode.cpp
[00:21:19] cellPhotoExport.cpp
[00:21:20] cellPhotoImport.cpp
[00:21:20] cellPngDec.cpp
[00:21:20] cellPngEnc.cpp
[00:21:20] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellPngDec.cpp(683): warning C4244:
'initializing': conversion from 'unsigned __int64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:21:21] 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:21:22] 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:21:23] 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:21:23] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellPngDec.cpp(772): warning C4018: '<':
signed/unsigned mismatch [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:21:23] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellPngDec.cpp(774): warning C4018: '<':
signed/unsigned mismatch [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:21:23] cellPrint.cpp
[00:21:23] C:\rpcs3\rpcs3\..\Utilities/BEType.h(589): warning C4267: '+=':
conversion 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.vcxproj]
[00:21:23] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellPngDec.cpp(468): note: see
reference to function template instantiation 'se_t<T,true,4> &operator
+=<T,true,4,std::size_t>(se_t<T,true,4> &,const T1 &)' being compiled
[00:21:23] with
[00:21:23] [
[00:21:23] T=u32,
[00:21:23] T1=std::size_t
[00:21:23] ]
[00:21:23] c:\rpcs3\rpcs3\emu\cell\../CPU/CPUThread.h(25): note: see reference to
class template instantiation 'bs_base<cpu_flag>' being compiled (compiling source
file C:\rpcs3\rpcs3\Emu\Cell\Modules\cellPngDec.cpp)
[00:21:23] cellRec.cpp
[00:21:23] cellRemotePlay.cpp
[00:21:23] cellResc.cpp
[00:21:23] cellRtc.cpp
[00:21:23] cellRtcAlarm.cpp
[00:21:23] cellRudp.cpp
[00:21:23] cellSail.cpp
[00:21:23] 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:21:24] 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:21:24] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSail.cpp(708): warning C4800: 'u64':
forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:21:25] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSail.cpp(722): warning C4065: switch
statement contains 'default' but no 'case' labels [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:21:25] 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:21:25] cellSailRec.cpp
[00:21:25] cellSaveData.cpp
[00:21:25] cellScreenshot.cpp
[00:21:25] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSaveData.cpp(252): warning C4267:
'=': conversion from 'size_t' to 's32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:21:27] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSaveData.cpp(400): warning C4244:
'argument': conversion from 'u64' to 'int', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:21:27] cellSearch.cpp
[00:21:27] cellSheap.cpp
[00:21:27] cellSpudll.cpp
[00:21:27] cellSpurs.cpp
[00:21:28] cellSpursJq.cpp
[00:21:28] cellSpursSpu.cpp
[00:21:30] cellSsl.cpp
[00:21:30] cellStorage.cpp
[00:21:31] cellSubdisplay.cpp
[00:21:31] cellSync.cpp
[00:21:31] cellSync2.cpp
[00:21:32] cellSysconf.cpp
[00:21:32] cellSysmodule.cpp
[00:21:32] cellSysutil.cpp
[00:21:33] cellSysutilAp.cpp
[00:21:33] cellSysutilAvc.cpp
[00:21:33] cellSysutilAvc2.cpp
[00:21:34] cellSysutilMisc.cpp
[00:21:35] cellSysutilNpEula.cpp
[00:21:35] cellUsbd.cpp
[00:21:35] cellUsbpspcm.cpp
[00:21:35] cellUserInfo.cpp
[00:21:35] cellVdec.cpp
[00:21:36] cellVideoExport.cpp
[00:21:36] cellVideoOut.cpp
[00:21:37] cellVideoUpload.cpp
[00:21:37] cellVoice.cpp
[00:21:38] cellVpost.cpp
[00:21:38] cellWebBrowser.cpp
[00:21:38] cell_FreeType2.cpp
[00:21:38] libmedi.cpp
[00:21:39] libmixer.cpp
[00:21:39] libsnd3.cpp
[00:21:39] libsynth2.cpp
[00:21:40] sceNp.cpp
[00:21:40] sceNp2.cpp
[00:21:41] sceNpClans.cpp
[00:21:42] sceNpCommerce2.cpp
[00:21:43] sceNpSns.cpp
[00:21:43] sceNpTrophy.cpp
[00:21:43] sceNpTus.cpp
[00:21:44] C:\rpcs3\rpcs3\Emu\Cell\Modules\sceNpTrophy.cpp(692): warning C4244:
'argument': conversion from 'u64' to 'unsigned int', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:21:45] C:\rpcs3\rpcs3\Emu\Cell\Modules\sceNpTrophy.cpp(745): warning C4244:
'argument': conversion from 'u64' to 'unsigned int', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:21:45] sceNpUtil.cpp
[00:21:45] sysPrxForUser.cpp
[00:21:45] sys_game.cpp
[00:21:45] sys_heap.cpp
[00:21:45] sys_io.cpp
[00:21:46] sys_libc.cpp
[00:21:46] sys_libc_.cpp
[00:21:46] sys_lv2dbg.cpp
[00:21:47] sys_lwcond_.cpp
[00:21:47] sys_lwmutex_.cpp
[00:21:47] sys_mempool.cpp
[00:21:48] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_mempool.cpp(73): warning C4244:
'argument': conversion from 'u64' to 'unsigned int', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:21:48] sys_mmapper_.cpp
[00:21:48] sys_net.cpp
[00:21:48] sys_ppu_thread_.cpp
[00:21:49] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(59): warning C4244:
'initializing': conversion from '__int64' to 'unsigned int', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:21:49] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(235): warning C4244: '=':
conversion from 'SOCKET' to 's32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:21:50] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(248): warning C4244: '=':
conversion from 'SOCKET' to 's32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:21:50] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(258): warning C4244: '=':
conversion from 'ADDRESS_FAMILY' to 'u8', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:21:51] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(279): warning C4996:
'inet_ntoa': Use inet_ntop() or InetNtop() instead or define
_WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:21:51] C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868):
note: see declaration of 'inet_ntoa'
[00:21:54] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(307): warning C4996:
'inet_ntoa': Use inet_ntop() or InetNtop() instead or define
_WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:21:54] C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868):
note: see declaration of 'inet_ntoa'
[00:21:55] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(356): warning C4996:
'inet_addr': Use inet_pton() or InetPton() instead or define
_WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:21:55] C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850):
note: see declaration of 'inet_addr'
[00:21:55] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(397): warning C4996:
'inet_ntoa': Use inet_ntop() or InetNtop() instead or define
_WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:21:55] C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868):
note: see declaration of 'inet_ntoa'
[00:21:55] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(830): warning C4244: '=':
conversion from '__int64' to 'long', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:21:56] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(831): warning C4244: '=':
conversion from '__int64' to 'long', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:21:56] sys_prx_.cpp
[00:21:57] 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:21:57] C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\include\memory(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 compiled
[00:21:57] with
[00:21:57] [
[00:21:57] _Ty=sys_net_socket
[00:21:57] ] (compiling source file
C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp)
[00:21:57] C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\include\memory(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 compiled
[00:21:57] with
[00:21:57] [
[00:21:57] _Ty=sys_net_socket
[00:21:57] ] (compiling source file
C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp)
[00:21:57] C:\rpcs3\rpcs3\Emu/IdManager.h(356): note: see reference to function
template instantiation 'std::shared_ptr<T>
std::make_shared<Make,sys_net::socket_t&>(sys_net::socket_t &)' being compiled
[00:21:57] with
[00:21:57] [
[00:21:57] T=sys_net_socket,
[00:21:57] Make=sys_net_socket
[00:21:57] ] (compiling source file
C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp)
[00:21:57] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(784): note: see reference
to function template instantiation 'unsigned int
idm::make<sys_net_socket,T,sys_net::socket_t&>(sys_net::socket_t &)' being compiled
[00:21:57] with
[00:21:57] [
[00:21:57] T=sys_net_socket
[00:21:57] ]
[00:21:57] c:\rpcs3\rpcs3\emu\cell\../CPU/CPUThread.h(25): note: see reference to
class template instantiation 'bs_base<cpu_flag>' being compiled (compiling source
file C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp)
[00:21:57] sys_spinlock.cpp
[00:21:57] sys_spu_.cpp
[00:21:57] PPUAnalyser.cpp
[00:21:57] PPUDisAsm.cpp
[00:21:57] PPUFunction.cpp
[00:21:57] PPUInterpreter.cpp
[00:22:00] C:\rpcs3\rpcs3\Emu\Cell\PPUInterpreter.cpp(3236): warning C4244:
'initializing': conversion from 'u64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:22:00] C:\rpcs3\rpcs3\Emu\Cell\PPUInterpreter.cpp(3236): warning C4244:
'initializing': conversion from 'u64' to 'const u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:22:00] C:\rpcs3\rpcs3\Emu\Cell\PPUInterpreter.cpp(3939): warning C4244:
'initializing': conversion from 'u64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:22:01] C:\rpcs3\rpcs3\Emu\Cell\PPUInterpreter.cpp(3939): warning C4244:
'initializing': conversion from 'u64' to 'const u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:22:01] PPUModule.cpp
[00:22:01] C:\rpcs3\rpcs3\Emu\Cell\PPUModule.cpp(1193): warning C4244: 'argument':
conversion from 'unsigned __int64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:22:02] C:\rpcs3\rpcs3\Emu\Cell\PPUModule.cpp(1221): warning C4267: 'argument':
conversion from 'size_t' to 's32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:22:04] c:\rpcs3\rpcs3\emu\cell\../../../Utilities/BitField.h(39): warning
C4309: 'static_cast': truncation of constant value (compiling source file
C:\rpcs3\rpcs3\Emu\Cell\PPUModule.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:22:04] c:\rpcs3\rpcs3\emu\cell\../../../Utilities/BitField.h(38): note: while
compiling class template member function 'unsigned short
bf_t<T,2,14>::data_mask(void)'
[00:22:04] with
[00:22:04] [
[00:22:04] T=se_t<u16,true,2>
[00:22:04] ] (compiling source file
C:\rpcs3\rpcs3\Emu\Cell\PPUModule.cpp)
[00:22:04] c:\rpcs3\rpcs3\emu\cell\../../../Utilities/BitField.h(102): note: see
reference to function template instantiation 'unsigned short
bf_t<T,2,14>::data_mask(void)' being compiled
[00:22:04] with
[00:22:04] [
[00:22:04] T=se_t<u16,true,2>
[00:22:04] ] (compiling source file
C:\rpcs3\rpcs3\Emu\Cell\PPUModule.cpp)
[00:22:04] C:\rpcs3\rpcs3\Emu\Cell\PPUModule.cpp(776): note: see reference to
class template instantiation 'bf_t<T,2,14>' being compiled
[00:22:04] with
[00:22:04] [
[00:22:04] T=se_t<u16,true,2>
[00:22:04] ]
[00:22:04] c:\rpcs3\rpcs3\emu\cell\../CPU/CPUThread.h(25): note: see reference to
class template instantiation 'bs_base<cpu_flag>' being compiled (compiling source
file C:\rpcs3\rpcs3\Emu\Cell\PPUModule.cpp)
[00:22:04] PPUThread.cpp
[00:22:04] PPUTranslator.cpp
[00:22:04] C:\rpcs3\rpcs3\Emu\Cell\PPUThread.cpp(747): warning C4244: 'argument':
conversion from 'u64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:22:08] C:\rpcs3\rpcs3\Emu\Cell\PPUThread.cpp(782): warning C4244: '=':
conversion from 'u64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:22:09] C:\rpcs3\rpcs3\Emu\Cell\PPUTranslator.cpp(328): warning C4244:
'argument': conversion from 'double' to 'unsigned int', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:22:09] RawSPUThread.cpp
[00:22:09] SPUASMJITRecompiler.cpp
[00:22:09] c:\rpcs3\asmjit\src\asmjit\base\../base/operand.h(466): warning C4099:
'asmjit::Label': type name first seen using 'struct' now seen using 'class'
(compiling source file C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:22:09] c:\rpcs3\asmjit\src\asmjit\base\../base/operand.h(466): note: see
declaration of 'asmjit::Label' (compiling source file
C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp)
[00:22:10] c:\rpcs3\asmjit\src\asmjit\base\../base/codeholder.h(34): warning C4099:
'asmjit::CodeHolder': type name first seen using 'struct' now seen using 'class'
(compiling source file C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:22:10] c:\rpcs3\rpcs3\emu\cell\SPUASMJITRecompiler.h(8): note: see
declaration of 'asmjit::CodeHolder' (compiling source file
C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp)
[00:22:11] c:\rpcs3\asmjit\src\asmjit\base\../base/codeholder.h(481): warning
C4099: 'asmjit::CodeHolder': type name first seen using 'struct' now seen using
'class' (compiling source file C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:22:11] c:\rpcs3\asmjit\src\asmjit\base\../base/codeholder.h(481): note: see
declaration of 'asmjit::CodeHolder' (compiling source file
C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp)
[00:22:11] c:\rpcs3\asmjit\src\asmjit\./base/runtime.h(150): warning C4099:
'asmjit::JitRuntime': type name first seen using 'struct' now seen using 'class'
(compiling source file C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:22:11] c:\rpcs3\asmjit\src\asmjit\./base/runtime.h(150): note: see
declaration of 'asmjit::JitRuntime' (compiling source file
C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp)
[00:22:11] c:\rpcs3\asmjit\src\asmjit\x86\../x86/x86operand.h(26): warning C4099:
'asmjit::X86Mem': type name first seen using 'struct' now seen using 'class'
(compiling source file C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:22:12] c:\rpcs3\rpcs3\emu\cell\SPUASMJITRecompiler.h(12): note: see
declaration of 'asmjit::X86Mem' (compiling source file
C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp)
[00:22:12] c:\rpcs3\asmjit\src\asmjit\x86\../x86/x86operand.h(30): warning C4099:
'asmjit::X86Gp': type name first seen using 'struct' now seen using 'class'
(compiling source file C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:22:12] c:\rpcs3\rpcs3\emu\cell\SPUASMJITRecompiler.h(10): note: see
declaration of 'asmjit::X86Gp' (compiling source file
C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp)
[00:22:12] c:\rpcs3\asmjit\src\asmjit\x86\../x86/x86operand.h(40): warning C4099:
'asmjit::X86Xmm': type name first seen using 'struct' now seen using 'class'
(compiling source file C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:22:12] c:\rpcs3\rpcs3\emu\cell\SPUASMJITRecompiler.h(11): note: see
declaration of 'asmjit::X86Xmm' (compiling source file
C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp)
[00:22:15] c:\rpcs3\asmjit\src\asmjit\x86\../x86/x86operand.h(57): warning C4099:
'asmjit::X86Mem': type name first seen using 'struct' now seen using 'class'
(compiling source file C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:22:15] c:\rpcs3\asmjit\src\asmjit\x86\../x86/x86operand.h(57): note: see
declaration of 'asmjit::X86Mem' (compiling source file
C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp)
[00:22:15] c:\rpcs3\asmjit\src\asmjit\x86\../x86/x86operand.h(486): warning C4099:
'asmjit::X86Gp': type name first seen using 'struct' now seen using 'class'
(compiling source file C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:22:15] c:\rpcs3\asmjit\src\asmjit\x86\../x86/x86operand.h(486): note: see
declaration of 'asmjit::X86Gp' (compiling source file
C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp)
[00:22:15] c:\rpcs3\asmjit\src\asmjit\x86\../x86/x86operand.h(587): warning C4099:
'asmjit::X86Xmm': type name first seen using 'struct' now seen using 'class'
(compiling source file C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:22:15] c:\rpcs3\asmjit\src\asmjit\x86\../x86/x86operand.h(587): note: see
declaration of 'asmjit::X86Xmm' (compiling source file
C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp)
[00:22:15] SPUAnalyser.cpp
[00:22:16] SPUDisAsm.cpp
[00:22:16] SPUInterpreter.cpp
[00:22:16] SPURecompiler.cpp
[00:22:16] SPUThread.cpp
[00:22:16] c:\rpcs3\asmjit\src\asmjit\./x86/x86compiler.h(34): warning C4099:
'asmjit::X86Compiler': type name first seen using 'struct' now seen using 'class'
(compiling source file C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:22:16] c:\rpcs3\asmjit\src\asmjit\./x86/x86compiler.h(33): note: see
declaration of 'asmjit::X86Compiler' (compiling source file
C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp)
[00:22:17] C:\rpcs3\rpcs3\Emu\Cell\SPUThread.cpp(154): warning C4244: 'argument':
conversion from 'unsigned __int64' to 'int', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:22:17] lv2.cpp
[00:22:17] sys_cond.cpp
[00:22:17] sys_dbg.cpp
[00:22:17] sys_event.cpp
[00:22:17] sys_event_flag.cpp
[00:22:18] sys_fs.cpp
[00:22:20] sys_interrupt.cpp
[00:22:20] sys_lwcond.cpp
[00:22:20] sys_lwmutex.cpp
[00:22:21] sys_memory.cpp
[00:22:21] sys_mmapper.cpp
[00:22:21] sys_mutex.cpp
[00:22:21] sys_ppu_thread.cpp
[00:22:22] sys_process.cpp
[00:22:22] sys_prx.cpp
[00:22:23] sys_rsx.cpp
[00:22:23] sys_rwlock.cpp
[00:22:24] sys_semaphore.cpp
[00:22:24] sys_spu.cpp
[00:22:25] sys_ss.cpp
[00:22:25] sys_time.cpp
[00:22:26] sys_timer.cpp
[00:22:26] sys_trace.cpp
[00:22:26] sys_tty.cpp
[00:22:26] sys_vm.cpp
[00:22:26] IdManager.cpp
[00:22:27] vm.cpp
[00:22:27] wait_engine.cpp
[00:22:27] ARMv7DisAsm.cpp
[00:22:30] ARMv7Function.cpp
[00:22:31] ARMv7Interpreter.cpp
[00:22:32] C:\rpcs3\rpcs3\Emu\PSP2\ARMv7Interpreter.cpp(2096): warning C4244:
'argument': conversion from 'u64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:22:32] C:\rpcs3\rpcs3\Emu\PSP2\ARMv7Interpreter.cpp(3745): note: see
reference to function template instantiation 'void
arm_interpreter::STREX<arm_encoding::T1>(ARMv7Thread &,const u32,const u32)' being
compiled
[00:22:32] c:\rpcs3\rpcs3\emu\psp2\../../../Utilities/BitField.h(72): note: see
reference to class template instantiation 'bf_t<u32,0,12>::extract_impl<unsigned
int,void>' being compiled (compiling source file
C:\rpcs3\rpcs3\Emu\PSP2\ARMv7Interpreter.cpp)
[00:22:32] c:\rpcs3\rpcs3\emu\psp2\../../../Utilities/BitField.h(71): note: while
compiling class template member function 'unsigned int
bf_t<u32,0,12>::extract(const T &)'
[00:22:32] with
[00:22:32] [
[00:22:32] T=u32
[00:22:32] ] (compiling source file
C:\rpcs3\rpcs3\Emu\PSP2\ARMv7Interpreter.cpp)
[00:22:32] c:\rpcs3\rpcs3\emu\psp2\ARMv7Opcodes.h(212): note: see reference to
class template instantiation 'bf_t<u32,0,12>' being compiled (compiling source file
C:\rpcs3\rpcs3\Emu\PSP2\ARMv7Interpreter.cpp)
[00:22:32] c:\rpcs3\rpcs3\emu\psp2\../../../Utilities/BitField.h(72): note: see
reference to class template instantiation 'bf_t<u32,26,1>::extract_impl<unsigned
int,void>' being compiled (compiling source file
C:\rpcs3\rpcs3\Emu\PSP2\ARMv7Interpreter.cpp)
[00:22:32] c:\rpcs3\rpcs3\emu\psp2\../../../Utilities/BitField.h(71): note: while
compiling class template member function 'unsigned int
bf_t<u32,26,1>::extract(const T &)'
[00:22:32] with
[00:22:32] [
[00:22:32] T=u32
[00:22:32] ] (compiling source file
C:\rpcs3\rpcs3\Emu\PSP2\ARMv7Interpreter.cpp)
[00:22:32] c:\rpcs3\rpcs3\emu\psp2\../../../Utilities/BitField.h(181): note: see
reference to function template instantiation 'unsigned int
bf_t<u32,26,1>::extract(const T &)' being compiled
[00:22:32] with
[00:22:32] [
[00:22:32] T=u32
[00:22:32] ] (compiling source file
C:\rpcs3\rpcs3\Emu\PSP2\ARMv7Interpreter.cpp)
[00:22:32] c:\rpcs3\rpcs3\emu\psp2\../../../Utilities/BitField.h(166): note: see
reference to class template instantiation 'bf_t<u32,26,1>' being compiled
(compiling source file C:\rpcs3\rpcs3\Emu\PSP2\ARMv7Interpreter.cpp)
[00:22:32] c:\rpcs3\rpcs3\emu\psp2\ARMv7Opcodes.h(158): note: see reference to
class template instantiation 'cf_t<bf_t<u32,26,1>,bf_t<u32,12,3>,bf_t<u32,0,8>>'
being compiled (compiling source file C:\rpcs3\rpcs3\Emu\PSP2\ARMv7Interpreter.cpp)
[00:22:32] C:\rpcs3\rpcs3\Emu/CPU/CPUThread.h(25): note: see reference to class
template instantiation 'bs_base<cpu_flag>' being compiled (compiling source file
C:\rpcs3\rpcs3\Emu\PSP2\ARMv7Interpreter.cpp)
[00:22:32] ARMv7Module.cpp
[00:22:34] ARMv7Thread.cpp
[00:22:36] sceAppMgr.cpp
[00:22:37] sceAppUtil.cpp
[00:22:37] sceAudio.cpp
[00:22:37] sceAudioIn.cpp
[00:22:38] sceAudiodec.cpp
[00:22:38] sceAudioenc.cpp
[00:22:38] sceCamera.cpp
[00:22:39] sceCodecEngine.cpp
[00:22:39] sceCommonDialog.cpp
[00:22:40] sceCtrl.cpp
[00:22:40] sceDbg.cpp
[00:22:40] sceDeci4p.cpp
[00:22:40] sceDeflt.cpp
[00:22:40] sceDisplay.cpp
[00:22:41] sceFiber.cpp
[00:22:41] sceFios.cpp
[00:22:41] sceFpu.cpp
[00:22:41] sceGxm.cpp
[00:22:42] sceHttp.cpp
[00:22:43] sceIme.cpp
[00:22:45] sceJpeg.cpp
[00:22:45] sceJpegEnc.cpp
[00:22:45] sceLibKernel.cpp
[00:22:45] sceLibXml.cpp
[00:22:46] sceLibc.cpp
[00:22:46] sceLibm.cpp
[00:22:47] sceLibstdcxx.cpp
[00:22:49] sceLiveArea.cpp
[00:22:49] sceLocation.cpp
[00:22:49] sceMd5.cpp
[00:22:49] sceMotion.cpp
[00:22:49] sceMt19937.cpp
[00:22:49] sceNet.cpp
[00:22:49] sceNetCtl.cpp
[00:22:50] sceNgs.cpp
[00:22:51] sceNpBasic.cpp
[00:22:51] sceNpCommon.cpp
[00:22:51] sceNpManager.cpp
[00:22:52] sceNpMatching.cpp
[00:22:52] sceNpScore.cpp
[00:22:53] sceNpUtility.cpp
[00:22:53] scePerf.cpp
[00:22:53] scePgf.cpp
[00:22:54] scePhotoExport.cpp
[00:22:54] sceRazorCapture.cpp
[00:22:54] sceRtc.cpp
[00:22:54] sceSas.cpp
[00:22:55] sceScreenShot.cpp
[00:22:55] sceSfmt.cpp
[00:22:55] sceSha.cpp
[00:22:55] sceSqlite.cpp
[00:22:56] sceSsl.cpp
[00:22:56] sceSulpha.cpp
[00:22:56] sceSysmodule.cpp
[00:22:56] sceSystemGesture.cpp
[00:22:56] sceTouch.cpp
[00:22:57] sceUlt.cpp
[00:22:57] sceVideodec.cpp
[00:22:57] sceVoice.cpp
[00:22:58] sceVoiceQoS.cpp
[00:22:58] CgBinaryFragmentProgram.cpp
[00:22:58] CgBinaryVertexProgram.cpp
[00:23:01] c:\rpcs3\rpcs3\emu\rsx\CgBinaryProgram.h(328): warning C4267:
'argument': conversion from 'size_t' to 'u32', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\CgBinaryFragmentProgram.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:02] c:\rpcs3\rpcs3\emu\rsx\CgBinaryProgram.h(328): warning C4267:
'argument': conversion from 'size_t' to 'u32', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\CgBinaryVertexProgram.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:02] BufferUtils.cpp
[00:23:02] FragmentProgramDecompiler.cpp
[00:23:05] ProgramStateCache.cpp
[00:23:05] ShaderParam.cpp
[00:23:05] TextureUtils.cpp
[00:23:06] VertexProgramDecompiler.cpp
[00:23:09] surface_store.cpp
[00:23:09] D3D12Buffer.cpp
[00:23:09] D3D12CommonDecompiler.cpp
[00:23:13] C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\include\numeric(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:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:13] C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\include\numeric(30): note: see reference to function template instantiation
'_Ty std::_Accumulate_unchecked<const
std::pair<u32,u32>*,_Ty,_Fn2>(_InIt,_InIt,_Ty,_Fn2 &)' being compiled
[00:23:13] with
[00:23:13] [
[00:23:13] _Ty=int,
[00:23:13] _Fn2=`anonymous-
namespace'::generate_index_buffer_for_emulated_primitives_array::<lambda_6e3e0fef46
60716e4fdebaccc0de5d0b>,
[00:23:13] _InIt=const std::pair<u32,u32> *
[00:23:13] ] (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12Buffer.cpp)
[00:23:13] C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12Buffer.cpp(229): note: see reference
to function template instantiation '_Ty
std::accumulate<std::_Vector_const_iterator<std::_Vector_val<std::_Simple_types<std
::pair<u32,u32>>>>,int,`anonymous-
namespace'::generate_index_buffer_for_emulated_primitives_array::<lambda_6e3e0fef46
60716e4fdebaccc0de5d0b>>(_InIt,_InIt,_Ty,_Fn2)' being compiled
[00:23:13] with
[00:23:13] [
[00:23:13] _Ty=int,
[00:23:13]
_InIt=std::_Vector_const_iterator<std::_Vector_val<std::_Simple_types<std::pair<u32
,u32>>>>,
[00:23:13] _Fn2=`anonymous-
namespace'::generate_index_buffer_for_emulated_primitives_array::<lambda_6e3e0fef46
60716e4fdebaccc0de5d0b>
[00:23:13] ]
[00:23:13] D3D12Formats.cpp
[00:23:13] D3D12FragmentProgramDecompiler.cpp
[00:23:18] c:\rpcs3\rpcs3\emu\rsx\d3d12\d3d12fragmentprogramdecompiler.cpp(199):
warning C4715: '`anonymous namespace'::insert_texture_fetch': not all control paths
return a value [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:18] D3D12GSRender.cpp
[00:23:18] D3D12MemoryHelpers.cpp
[00:23:21] D3D12Overlay.cpp
[00:23:21] D3D12PipelineState.cpp
[00:23:26] c:\rpcs3\rpcs3\emu\rsx\d3d12\d3d12pipelinestate.cpp(125): warning C4715:
'<lambda_8c082be772f7754ccb8296e956cf54ee>::operator()': not all control paths
return a value [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:26] D3D12RenderTargetSets.cpp
[00:23:26] D3D12Texture.cpp
[00:23:30] D3D12Utils.cpp
[00:23:30] D3D12VertexProgramDecompiler.cpp
[00:23:34] C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12VertexProgramDecompiler.cpp(207):
warning C4800: 'u32': forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:35] C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12VertexProgramDecompiler.cpp(209):
warning C4800: 'u32': forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:35] C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12VertexProgramDecompiler.cpp(210):
warning C4800: 'u32': forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:35] GLCommonDecompiler.cpp
[00:23:35] GLFragmentProgram.cpp
[00:23:35] GLGSRender.cpp
[00:23:36] 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:23:36] GLHelpers.cpp
[00:23:37] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(810): warning C4244: '=':
conversion 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:23:37] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(891): warning C4244: '=':
conversion 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:23:37] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(810): warning C4244: '=':
conversion 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:23:38] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(891): warning C4244: '=':
conversion 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:23:38] GLRenderTargets.cpp
[00:23:38] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(175): warning C4267:
'argument': 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.vcxproj]
[00:23:39] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(218): warning C4267:
'initializing': 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.vcxproj]
[00:23:39] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(387): warning C4244: '/=':
conversion from 'f32' to 'u16', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:39] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(427): warning C4244: '/=':
conversion from 'f32' to 'u16', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:39] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(465): warning C4244:
'argument': conversion from 'u64' to 'const u32', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:39] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1037): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:39] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1037): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:39] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1038): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:39] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1038): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:39] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1174): warning C4244: '=':
conversion from 'float' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:39] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1175): warning C4244: '=':
conversion from 'float' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:39] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1199): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:39] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1199): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:40] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1200): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:40] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1200): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:40] c:\rpcs3\rpcs3\emu\rsx\gl\../Common/TextGlyphs.h(170): warning C4244:
'=': 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:23:42] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(94): warning C4267:
'initializing': 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:23:42] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(94): warning C4267:
'initializing': 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.vcxproj]
[00:23:42] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(183): warning C4267: 'argument':
conversion from 'size_t' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:42] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(187): 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:23:43] C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp(769): warning C4267:
'initializing': conversion from 'size_t' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:45] C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp(769): warning C4267:
'initializing': conversion from 'size_t' to 'const u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:46] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(691): warning C4244:
'initializing': conversion from 'f32' to 'u32', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:46] C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp(381): note: see reference to
function template instantiation 'void
gl::texture_cache::upload_texture<_Ty>(int,RsxTextureType &,rsx::gl::texture
&,gl_render_targets &)' being compiled
[00:23:46] with
[00:23:46] [
[00:23:46] _Ty=rsx::fragment_texture,
[00:23:46] RsxTextureType=rsx::fragment_texture
[00:23:46] ]
[00:23:47] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(691): warning C4244:
'initializing': conversion from 'f32' to 'const u32', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:47] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(809): warning C4267:
'argument': 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:23:47] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(810): warning C4244: '=':
conversion 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:23:47] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(891): warning C4244: '=':
conversion 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:23:47] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(175): warning C4267:
'argument': 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:23:47] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(218): warning C4267:
'initializing': 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:23:47] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(387): warning C4244: '/=':
conversion from 'f32' to 'u16', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:47] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(427): warning C4244: '/=':
conversion from 'f32' to 'u16', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:47] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(465): warning C4244:
'argument': conversion from 'u64' to 'const u32', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:48] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1037): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:48] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1037): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:48] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1038): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:48] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1038): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:48] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1174): warning C4244: '=':
conversion from 'float' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:48] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1175): warning C4244: '=':
conversion from 'float' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:48] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1199): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:48] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1199): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:48] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1200): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:48] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1200): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:48] c:\rpcs3\rpcs3\emu\rsx\gl\../Common/TextGlyphs.h(170): warning C4244:
'=': conversion from 'long' to 'u8', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:48] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(94): warning C4267:
'initializing': 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.vcxproj]
[00:23:48] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(94): warning C4267:
'initializing': 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:23:49] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(183): warning C4267: 'argument':
conversion from 'size_t' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:49] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(187): 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.vcxproj]
[00:23:49] GLTexture.cpp
[00:23:49] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(810): warning C4244: '=':
conversion 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:23:49] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(891): warning C4244: '=':
conversion 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:23:49] GLTextureCache.cpp
[00:23:49] C:\rpcs3\rpcs3\Emu\RSX\GL\GLTexture.cpp(165): warning C4244: 'argument':
conversion from 'double' to 'GLint', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:50] C:\rpcs3\rpcs3\Emu\RSX\GL\GLTexture.cpp(172): warning C4244: 'argument':
conversion from 'float' to 'GLint', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:50] C:\rpcs3\rpcs3\Emu\RSX\GL\GLTexture.cpp(178): warning C4244: 'argument':
conversion from 'float' to 'GLint', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:50] GLVertexBuffers.cpp
[00:23:50] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(810): warning C4244: '=':
conversion from 'GLsizeiptr' to 'u32', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:50] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(891): warning C4244: '=':
conversion from 'GLsizeiptr' to 'u32', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:50] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(175): warning C4267:
'argument': conversion from 'size_t' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:50] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(218): warning C4267:
'initializing': conversion from 'size_t' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:50] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(387): warning C4244: '/=':
conversion from 'f32' to 'u16', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:50] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(427): warning C4244: '/=':
conversion from 'f32' to 'u16', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:50] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(465): warning C4244:
'argument': conversion from 'u64' to 'const u32', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:51] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1037): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:51] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1037): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:51] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1038): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:51] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1038): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:51] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1174): warning C4244: '=':
conversion from 'float' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:51] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1175): warning C4244: '=':
conversion from 'float' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:51] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1199): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:51] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1199): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:51] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1200): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:52] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1200): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:53] c:\rpcs3\rpcs3\emu\rsx\gl\../Common/TextGlyphs.h(170): warning C4244:
'=': conversion from 'long' to 'u8', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:53] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(94): warning C4267:
'initializing': conversion from 'size_t' to 'u32', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:54] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(94): warning C4267:
'initializing': conversion from 'size_t' to 'const u32', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:55] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(183): warning C4267: 'argument':
conversion from 'size_t' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:56] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(187): warning C4267: 'argument':
conversion from 'size_t' to 'GLsizei', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:57] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(810): warning C4244: '=':
conversion 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:23:57] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(891): warning C4244: '=':
conversion 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:23:58] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(175): warning C4267:
'argument': 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:23:58] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(218): warning C4267:
'initializing': 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:23:59] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(387): warning C4244: '/=':
conversion from 'f32' to 'u16', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:59] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(427): warning C4244: '/=':
conversion from 'f32' to 'u16', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:23:59] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(465): warning C4244:
'argument': conversion from 'u64' to 'const u32', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:00] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1037): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:01] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1037): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:01] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1038): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:02] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1038): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:02] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1174): warning C4244: '=':
conversion from 'float' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:02] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1175): warning C4244: '=':
conversion from 'float' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:03] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1199): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:04] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1199): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:05] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1200): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:05] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1200): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:05] c:\rpcs3\rpcs3\emu\rsx\gl\../Common/TextGlyphs.h(170): warning C4244:
'=': conversion from 'long' to 'u8', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:06] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(94): warning C4267:
'initializing': 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.vcxproj]
[00:24:06] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(94): warning C4267:
'initializing': 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:24:06] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(183): warning C4267: 'argument':
conversion from 'size_t' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:06] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(187): 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.vcxproj]
[00:24:06] C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp(475): warning C4244: '+=':
conversion from '__int64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:06] GLVertexProgram.cpp
[00:24:06] C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexProgram.cpp(140): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:06] C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexProgram.cpp(142): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:06] C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexProgram.cpp(143): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:06] C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexProgram.cpp(326): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:06] C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexProgram.cpp(328): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:06] C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexProgram.cpp(329): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:06] OpenGL.cpp
[00:24:06] GSRender.cpp
[00:24:06] NullGSRender.cpp
[00:24:06] RSXTexture.cpp
[00:24:06] RSXThread.cpp
[00:24:07] C:\rpcs3\rpcs3\Emu\RSX\RSXThread.cpp(363): warning C4267: 'return':
conversion from 'size_t' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:07] VKCommonDecompiler.cpp
[00:24:11] c:\rpcs3\rpcs3\emu\rsx\rsxthread.cpp(889): warning C4715:
'rsx::`anonymous namespace'::is_int_type': not all control paths return a value
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:11] VKFormats.cpp
[00:24:11] VKFragmentProgram.cpp
[00:24:11] VKGSRender.cpp
[00:24:12] c:\rpcs3\rpcs3\emu\rsx\vk\vkfragmentprogram.cpp(218): warning C4715:
'vk::insert_texture_fetch': not all control paths return a value
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:12] c:\rpcs3\rpcs3\emu\rsx\vk\VKRenderTargets.h(75): 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:24:13] c:\rpcs3\rpcs3\emu\rsx\vk\VKRenderTargets.h(110): 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:24:13] VKHelpers.cpp
[00:24:13] c:\rpcs3\rpcs3\emu\rsx\vk\../Common/TextGlyphs.h(170): warning C4244:
'=': 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:24:13] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(268): warning C4267:
'initializing': 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:24:13] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(268): warning C4267:
'initializing': 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.vcxproj]
[00:24:13] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(332): warning C4244: '=':
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:24:13] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(333): warning C4244: '=':
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:24:13] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(342): warning C4267: 'argument':
conversion from 'size_t' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:14] C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp(727): warning C4244: '+=':
conversion from '__int64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:14] C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp(752): warning C4244: '+=':
conversion from '__int64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:15] C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp(856): warning C4244: '+=':
conversion from '__int64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:15] C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp(865): warning C4244: '+=':
conversion from '__int64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:15] C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp(901): warning C4244: '+=':
conversion from '__int64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:16] C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp(1054): warning C4267:
'argument': conversion from 'size_t' to 'uint32_t', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:16] C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp(1829): warning C4244: '=':
conversion from '__int64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:16] VKProgramPipeline.cpp
[00:24:17] C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\include\utility(123): warning C4244: 'initializing': conversion from 'const
u64' to 'u32', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:17] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextureCache.h(537): note: see reference
to function template instantiation 'std::pair<u32,u32>::pair<u64,u64,void,0>(const
std::pair<u64,u64> &)' being compiled (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp)
[00:24:17] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextureCache.h(537): note: see reference
to function template instantiation 'std::pair<u32,u32>::pair<u64,u64,void,0>(const
std::pair<u64,u64> &)' being compiled (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp)
[00:24:21] 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\VKGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:22] C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp(849): note: see reference to
function template instantiation
'std::unique_ptr<vk::sampler,std::default_delete<_Ty>>
std::make_unique<vk::sampler,vk::render_device&,VkSamplerAddressMode,VkSamplerAddre
ssMode,VkSamplerAddressMode,bool,int,float,u16,u16,VkFilter,VkFilter,VkSamplerMipma
pMode,VkBorderColor>(vk::render_device &,VkSamplerAddressMode
&&,VkSamplerAddressMode &&,VkSamplerAddressMode &&,bool &&,int &&,float &&,u16
&&,u16 &&,VkFilter &&,VkFilter &&,VkSamplerMipmapMode &&,VkBorderColor &&)' being
compiled
[00:24:22] with
[00:24:22] [
[00:24:22] _Ty=vk::sampler
[00:24:22] ]
[00:24:22] VKTexture.cpp
[00:24:22] VKVertexBuffers.cpp
[00:24:22] VKVertexProgram.cpp
[00:24:25] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexProgram.cpp(177): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:26] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexProgram.cpp(179): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:26] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexProgram.cpp(180): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:27] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexProgram.cpp(321): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:28] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexProgram.cpp(323): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:31] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexProgram.cpp(324): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:31] c:\rpcs3\rpcs3\emu\rsx\vk\VKRenderTargets.h(75): 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:24:32] c:\rpcs3\rpcs3\emu\rsx\vk\VKRenderTargets.h(110): 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:24:32] c:\rpcs3\rpcs3\emu\rsx\vk\../Common/TextGlyphs.h(170): warning C4244:
'=': conversion from 'long' to 'u8', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:33] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(268): warning C4267:
'initializing': 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.vcxproj]
[00:24:33] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(268): warning C4267:
'initializing': 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:24:34] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(332): warning C4244: '=':
conversion from 'int' to 'float', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:35] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(333): warning C4244: '=':
conversion from 'int' to 'float', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:36] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(342): warning C4267: 'argument':
conversion from 'size_t' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:37] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp(303): warning C4267: '=':
conversion from 'size_t' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:38] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp(311): warning C4267: '=':
conversion from 'size_t' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:39] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp(328): warning C4267:
'initializing': conversion from 'size_t' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:40] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp(506): warning C4267:
'initializing': conversion from 'size_t' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:41] C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\include\utility(123): warning C4244: 'initializing': conversion from 'const
u64' to 'u32', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:41] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextureCache.h(537): note: see reference
to function template instantiation 'std::pair<u32,u32>::pair<u64,u64,void,0>(const
std::pair<u64,u64> &)' being compiled (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp)
[00:24:41] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextureCache.h(537): note: see reference
to function template instantiation 'std::pair<u32,u32>::pair<u64,u64,void,0>(const
std::pair<u64,u64> &)' being compiled (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp)
[00:24:41] VulkanAPI.cpp
[00:24:41] gcm_enums.cpp
[00:24:41] gcm_printing.cpp
[00:24:41] rsx_cache.cpp
[00:24:42] c:\rpcs3\rpcs3\emu\rsx\gcm_printing.cpp(773): warning C4715: '`anonymous
namespace'::get_vertex_attribute_format': not all control paths return a value
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:42] rsx_methods.cpp
[00:24:42] C:\rpcs3\rpcs3\Emu\RSX\rsx_methods.cpp(591): warning C4244: '=':
conversion from 'const f32' to 'u16', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:43] C:\rpcs3\rpcs3\Emu\RSX\rsx_methods.cpp(592): warning C4244: '=':
conversion from 'const f32' to 'u16', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:43] rsx_utils.cpp
[00:24:43] System.cpp
[00:24:43] VFS.cpp
[00:24:43] AutoPauseManager.cpp
[00:24:44] C:\rpcs3\rpcs3\Gui\AutoPauseManager.cpp(105): warning C4267: 'argument':
conversion from 'size_t' to 'int', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:45] C:\rpcs3\rpcs3\Gui\AutoPauseManager.cpp(105): warning C4267: 'argument':
conversion from 'size_t' to 'long', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:46] C:\rpcs3\rpcs3\Gui\AutoPauseManager.cpp(108): warning C4267: 'argument':
conversion from 'size_t' to 'long', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:47] C:\rpcs3\rpcs3\Gui\AutoPauseManager.cpp(112): warning C4267: 'argument':
conversion from 'size_t' to 'long', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:48] C:\rpcs3\rpcs3\Gui\AutoPauseManager.cpp(117): warning C4267: 'argument':
conversion from 'size_t' to 'long', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:49] C:\rpcs3\rpcs3\Gui\AutoPauseManager.cpp(121): warning C4267: 'argument':
conversion from 'size_t' to 'long', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:50] C:\rpcs3\rpcs3\Gui\AutoPauseManager.cpp(157): warning C4267:
'initializing': conversion from 'size_t' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:50] C:\rpcs3\rpcs3\Gui\AutoPauseManager.cpp(242): warning C4244: '=':
conversion from 'ullong' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:24:51] CgDisasm.cpp
[00:24:51] ConLogFrame.cpp
[00:24:52] C:\rpcs3\rpcs3\Emu/RSX/CgBinaryProgram.h(328): warning C4267:
'argument': 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:24:52] Debugger.cpp
[00:24:52] FrameBase.cpp
[00:24:52] GLGSFrame.cpp
[00:24:52] GSFrame.cpp
[00:24:52] GameViewer.cpp
[00:24:52] InstructionEditor.cpp
[00:24:52] InterpreterDisAsm.cpp
[00:24:53] KernelExplorer.cpp
[00:24:56] MainFrame.cpp
[00:24:57] MemoryStringSearcher.cpp
[00:25:00] C:\rpcs3\rpcs3\Gui\MainFrame.cpp(454): warning C4267: 'argument':
conversion from 'size_t' to 'int', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:01] C:\rpcs3\rpcs3\Gui\MemoryStringSearcher.cpp(33): warning C4267:
'initializing': conversion from 'size_t' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:02] C:\rpcs3\rpcs3\Gui\MemoryStringSearcher.cpp(33): warning C4267:
'initializing': conversion from 'size_t' to 'const u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:02] MemoryViewer.cpp
[00:25:02] MsgDialog.cpp
[00:25:03] OskDialog.cpp
[00:25:03] PADManager.cpp
[00:25:05] RSXDebugger.cpp
[00:25:06] RegisterEditor.cpp
[00:25:09] SaveDataDialog.cpp
[00:25:09] 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:25:11] C:\rpcs3\rpcs3\Gui\RSXDebugger.cpp(403): warning C4244: 'initializing':
conversion from 'f32' to 'u8', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:12] 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:25:13] 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:25:15] 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:25:16] 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:25:17] 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:25:18] 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:25:18] c:\rpcs3\rpcs3\gui\rsxdebugger.cpp(442): warning C4715: '`anonymous
namespace'::get_value': not all control paths return a value
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:18] SaveDataUtility.cpp
[00:25:18] SignInDialog.cpp
[00:25:18] TextInputDialog.cpp
[00:25:18] KeyboardPadHandler.cpp
[00:25:18] C:\rpcs3\rpcs3\KeyboardPadHandler.cpp(14): warning C4267: '=':
conversion from 'size_t' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:18] ELF.cpp
[00:25:18] PSF.cpp
[00:25:18] PUP.cpp
[00:25:18] TAR.cpp
[00:25:19] C:\rpcs3\rpcs3\Loader\TAR.cpp(11): warning C4267: 'initializing':
conversion from 'size_t' to 'int', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:20] C:\rpcs3\rpcs3\Loader\TAR.cpp(31): warning C4244: '+=': conversion from
'double' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:20] TROPUSR.cpp
[00:25:20] TRP.cpp
[00:25:20] MMJoystickHandler.cpp
[00:25:20] XInputPadHandler.cpp
[00:25:21] C:\rpcs3\rpcs3\XInputPadHandler.cpp(174): warning C4800: 'int': forcing
value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:21] C:\rpcs3\rpcs3\MMJoystickHandler.cpp(147): warning C4800: 'DWORD':
forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:21] rpcs3.cpp
[00:25:21] rpcs3_api.cpp
[00:25:21] 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:25:22] C:\rpcs3\rpcs3\rpcs3_api.cpp(117): warning C4267: '=': conversion from
'size_t' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:22] rpcs3_version.cpp
[00:25:22] AutoPauseSettingsDialog.cpp
[00:25:22] audiotab.cpp
[00:25:22] coretab.cpp
[00:25:22] debuggerframe.cpp
[00:25:22] gamelistframe.cpp
[00:25:22] glviewer.cpp
[00:25:22] graphicstab.cpp
[00:25:22] inputtab.cpp
[00:25:22] logframe.cpp
[00:25:22] main.cpp
[00:25:22] mainwindow.cpp
[00:25:22] misctab.cpp
[00:25:22] networkingtab.cpp
[00:25:22] padsettingsdialog.cpp
[00:25:22] systemtab.cpp
[00:25:22] stb_image.cpp
[00:25:22] stdafx.cpp
[00:25:22] sys_gamepad.cpp
[00:25:22] Config.cpp
[00:25:23] File.cpp
[00:25:24] GDBDebugServer.cpp
[00:25:24] JIT.cpp
[00:25:27] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(810): warning C4244: '=':
conversion from 'GLsizeiptr' to 'u32', possible loss of data (compiling source file
C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:28] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(891): warning C4244: '=':
conversion from 'GLsizeiptr' to 'u32', possible loss of data (compiling source file
C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:29] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(175): warning C4267:
'argument': conversion from 'size_t' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:30] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(218): warning C4267:
'initializing': conversion from 'size_t' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:30] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(387): warning C4244: '/=':
conversion from 'f32' to 'u16', possible loss of data (compiling source file
C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:31] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(427): warning C4244: '/=':
conversion from 'f32' to 'u16', possible loss of data (compiling source file
C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:32] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(465): warning C4244:
'argument': conversion from 'u64' to 'const u32', possible loss of data (compiling
source file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:35] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1037): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:35] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1037): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:36] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1038): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:36] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1038): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:36] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1174): warning C4244: '=':
conversion from 'float' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:36] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1175): warning C4244: '=':
conversion from 'float' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:37] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1199): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:37] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1199): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:37] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1200): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:38] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1200): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:38] c:\rpcs3\rpcs3\emu\rsx\gl\../Common/TextGlyphs.h(170): warning C4244:
'=': conversion from 'long' to 'u8', possible loss of data (compiling source file
C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:38] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(94): warning C4267:
'initializing': conversion from 'size_t' to 'u32', possible loss of data (compiling
source file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:38] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(94): warning C4267:
'initializing': 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:25:39] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(183): warning C4267: 'argument':
conversion from 'size_t' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:39] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(187): 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:25:39] Log.cpp
[00:25:39] StrFmt.cpp
[00:25:39] c:\rpcs3\rpcs3\emu\rsx\vk\VKRenderTargets.h(75): 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:25:39] c:\rpcs3\rpcs3\emu\rsx\vk\VKRenderTargets.h(110): 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:25:40] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(268): warning C4267:
'initializing': conversion from 'size_t' to 'u32', possible loss of data (compiling
source file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:40] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(268): warning C4267:
'initializing': 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:25:41] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(332): warning C4244: '=':
conversion from 'int' to 'float', possible loss of data (compiling source file
C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:42] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(333): warning C4244: '=':
conversion from 'int' to 'float', possible loss of data (compiling source file
C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:42] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(342): warning C4267: 'argument':
conversion from 'size_t' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:42] Thread.cpp
[00:25:43] C:\rpcs3\Utilities\Thread.cpp(1151): warning C4267: 'argument':
conversion from 'size_t' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:43] VirtualMemory.cpp
[00:25:43] C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\include\utility(123): warning C4244: 'initializing': conversion from 'const
u64' to 'u32', possible loss of data (compiling source file
C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:43] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextureCache.h(537): note: see reference
to function template instantiation 'std::pair<u32,u32>::pair<u64,u64,void,0>(const
std::pair<u64,u64> &)' being compiled (compiling source file
C:\rpcs3\rpcs3\rpcs3.cpp)
[00:25:43] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextureCache.h(537): note: see reference
to function template instantiation 'std::pair<u32,u32>::pair<u64,u64,void,0>(const
std::pair<u64,u64> &)' being compiled (compiling source file
C:\rpcs3\rpcs3\rpcs3.cpp)
[00:25:43] bin_patch.cpp
[00:25:43] cond.cpp
[00:25:43] dynamic_library.cpp
[00:25:43] mutex.cpp
[00:25:43] rXml.cpp
[00:25:43] sema.cpp
[00:25:43] version.cpp
[00:25:43] binary.cpp
[00:25:43] graphbuilder.cpp
[00:25:43] graphbuilderadapter.cpp
[00:25:43] convert.cpp
[00:25:43] directives.cpp
[00:25:43] emit.cpp
[00:25:43] emitfromevents.cpp
[00:25:43] emitter.cpp
[00:25:43] emitterstate.cpp
[00:25:43] emitterutils.cpp
[00:25:43] exceptions.cpp
[00:25:43] exp.cpp
[00:25:43] node.cpp
[00:25:43] node_data.cpp
[00:25:43] nodebuilder.cpp
[00:25:43] nodeevents.cpp
[00:25:43] null.cpp
[00:25:43] ostream_wrapper.cpp
[00:25:43] parse.cpp
[00:25:43] parser.cpp
[00:25:43] regex_yaml.cpp
[00:25:43] scanner.cpp
[00:25:43] scanscalar.cpp
[00:25:43] scantag.cpp
[00:25:43] scantoken.cpp
[00:25:43] simplekey.cpp
[00:25:43] singledocparser.cpp
[00:25:43] stream.cpp
[00:25:43] tag.cpp
[00:25:44] rsx_decompiler.cpp
[00:25:44] rsx_fp_decompiler.cpp
[00:25:44] rsx_fp_ucode.cpp
[00:25:48]
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompiler.cpp(620): warning
C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:50]
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompiler.cpp(670): note:
see reference to function template instantiation
'shader_code::clike_language_impl::expression_t<shader_code::clike_language_impl::t
ype_class_t::type_float,1>
rsx::fragment_program::decompiler<Language>::make_not_zero<shader_code::clike_langu
age_impl::type_class_t::type_float,1>(const
shader_code::clike_language_impl::expression_t<shader_code::clike_language_impl::ty
pe_class_t::type_float,1> &)' being compiled
[00:25:50] with
[00:25:50] [
[00:25:50] Language=shader_code::glsl_language
[00:25:50] ]
[00:25:50]
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompiler.cpp(670): note:
see reference to function template instantiation
'shader_code::clike_language_impl::expression_t<shader_code::clike_language_impl::t
ype_class_t::type_float,1>
rsx::fragment_program::decompiler<Language>::make_not_zero<shader_code::clike_langu
age_impl::type_class_t::type_float,1>(const
shader_code::clike_language_impl::expression_t<shader_code::clike_language_impl::ty
pe_class_t::type_float,1> &)' being compiled
[00:25:50] with
[00:25:50] [
[00:25:50] Language=shader_code::glsl_language
[00:25:50] ]
[00:25:50]
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompiler.cpp(635): note:
while compiling class template member function
'shader_code::builder::expression_base_t
rsx::fragment_program::decompiler<Language>::decode_instruction(void)'
[00:25:51] with
[00:25:51] [
[00:25:51] Language=shader_code::glsl_language
[00:25:51] ]
[00:25:51]
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompiler.cpp(775): note:
see reference to function template instantiation
'shader_code::builder::expression_base_t
rsx::fragment_program::decompiler<Language>::decode_instruction(void)' being
compiled
[00:25:51] with
[00:25:51] [
[00:25:51] Language=shader_code::glsl_language
[00:25:51] ]
[00:25:51]
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompiler.cpp(801): note:
see reference to class template instantiation
'rsx::fragment_program::decompiler<Language>' being compiled
[00:25:51] with
[00:25:51] [
[00:25:51] Language=shader_code::glsl_language
[00:25:51] ]
[00:25:51]
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompiler.cpp(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:25:51] rsx_vp_decompiler.cpp
[00:25:52]
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cpp(580): warning
C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:25:52]
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cpp(601): note:
see reference to function template instantiation
'shader_code::clike_language_impl::expression_t<shader_code::clike_language_impl::t
ype_class_t::type_float,4>
rsx::vertex_program::decompiler<Language>::make_not_zero<shader_code::clike_languag
e_impl::type_class_t::type_float,4>(const
shader_code::clike_language_impl::expression_t<shader_code::clike_language_impl::ty
pe_class_t::type_float,4> &)' being compiled
[00:25:52] with
[00:25:52] [
[00:25:52] Language=shader_code::glsl_language
[00:25:52] ]
[00:25:52]
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cpp(601): note:
see reference to function template instantiation
'shader_code::clike_language_impl::expression_t<shader_code::clike_language_impl::t
ype_class_t::type_float,4>
rsx::vertex_program::decompiler<Language>::make_not_zero<shader_code::clike_languag
e_impl::type_class_t::type_float,4>(const
shader_code::clike_language_impl::expression_t<shader_code::clike_language_impl::ty
pe_class_t::type_float,4> &)' being compiled
[00:25:52] with
[00:25:52] [
[00:25:52] Language=shader_code::glsl_language
[00:25:52] ]
[00:25:52]
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cpp(595): note:
while compiling class template member function
'shader_code::builder::expression_base_t
rsx::vertex_program::decompiler<Language>::decode_sca_instruction(void)'
[00:25:52] with
[00:25:52] [
[00:25:52] Language=shader_code::glsl_language
[00:25:52] ]
[00:25:52]
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cpp(704): note:
see reference to function template instantiation
'shader_code::builder::expression_base_t
rsx::vertex_program::decompiler<Language>::decode_sca_instruction(void)' being
compiled
[00:25:52] with
[00:25:52] [
[00:25:52] Language=shader_code::glsl_language
[00:25:52] ]
[00:25:52]
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cpp(749): note:
see reference to class template instantiation
'rsx::vertex_program::decompiler<Language>' being compiled
[00:25:52] with
[00:25:52] [
[00:25:52] Language=shader_code::glsl_language
[00:25:52] ]
[00:25:52]
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cpp(759): note:
see reference to function template instantiation 'rsx::decompiled_shader
rsx::vertex_program::decompile<shader_code::glsl_language>(std::size_t,const void
*)' being compiled
[00:25:52] rsx_vp_ucode.cpp
[00:25:52] builder.cpp
[00:25:52] clike_language.cpp
[00:25:52] arch.cpp
[00:25:52] assembler.cpp
[00:25:53] codebuilder.cpp
[00:25:53] codecompiler.cpp
[00:25:53] codeemitter.cpp
[00:25:53] codeholder.cpp
[00:25:53] constpool.cpp
[00:25:54] cpuinfo.cpp
[00:25:54] func.cpp
[00:25:54] globals.cpp
[00:25:54] inst.cpp
[00:25:54] logging.cpp
[00:25:55] operand.cpp
[00:25:55] osutils.cpp
[00:25:55] regalloc.cpp
[00:25:55] runtime.cpp
[00:25:55] string.cpp
[00:25:55] vmem.cpp
[00:25:55] zone.cpp
[00:25:55] x86assembler.cpp
[00:25:56] x86builder.cpp
[00:25:57] x86compiler.cpp
[00:25:59] x86inst.cpp
[00:25:59] x86instimpl.cpp
[00:26:00] C:\rpcs3\asmjit\src\asmjit\x86\x86inst.cpp(2444): warning C4838:
conversion from 'int' to 'uint32_t' requires a narrowing conversion
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:00] C:\rpcs3\asmjit\src\asmjit\x86\x86instimpl.cpp(113): warning C4838:
conversion from '' to 'uint32_t' requires a narrowing conversion
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:00] x86internal.cpp
[00:26:00] x86logging.cpp
[00:26:00] x86operand.cpp
[00:26:00] x86operand_regs.cpp
[00:26:00] x86regalloc.cpp
[00:26:05] C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\CL.exe /c /IC:\rpcs3\rpcs3\..\3rdparty\minidx12\Include
/IC:\rpcs3\rpcs3\..\3rdparty\XAudio2_7
/IC:\rpcs3\wxWidgets\wxWidgets\lib\vc_x64_lib\mswu
/IC:\rpcs3\wxWidgets\wxWidgets\include /IC:\rpcs3\rpcs3\..\3rdparty\libpng
/IC:\rpcs3\rpcs3\..\3rdparty\ffmpeg\Windows\x86_64\include
/IC:\rpcs3\zlib\include /IC:\rpcs3\3rdparty\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\rpcs3\..\rsx_program_decompiler\shader_code
/I"C:\rpcs3\rpcs3\..\Vulkan\Vulkan-LoaderAndValidationLayers\include"
/IC:\rpcs3\rpcs3\..\Vulkan\glslang\glslang\Public
/IC:\rpcs3\rpcs3\..\3rdparty\hidapi\hidapi /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 _WINDOWS /D _CRT_SECURE_NO_DEPRECATE=1 /D
_CRT_NON_CONFORMING_SWPRINTFS=1 /D _SCL_SECURE_NO_WARNINGS=1 /D NDEBUG /D
_CRT_SECURE_NO_DEPRECATE /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_NO_DEPRECATE /D
_CRT_NONSTDC_NO_WARNINGS /D _SCL_SECURE_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /D
UNICODE /D _UNICODE /D __STDC_CONSTANT_MACROS /D __STDC_FORMAT_MACROS /D
__STDC_LIMIT_MACROS /D CMAKE_BUILD /D _WIN32_WINNT=0x0601 /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:\rpcs3\rpcs3\Release\cotire\rpcs3_CXX_prefix.hxx"
/Fp"C:\rpcs3\rpcs3\Release\cotire\rpcs3_CXX_prefix.pch"
/Fo"rpcs3.dir\Release\/Crypto/utils.cpp.obj" /Fd"rpcs3.dir\Release\vc140.pdb"
/Gd /TP /FIC:\rpcs3\rpcs3\Release\cotire\rpcs3_CXX_prefix.hxx
/errorReport:queue /Zc:throwingNew /Zm140 C:\rpcs3\rpcs3\Crypto\utils.cpp
[00:26:05] utils.cpp
[00:26:05] C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\CL.exe /c /IC:\rpcs3\rpcs3\..\3rdparty\minidx12\Include
/IC:\rpcs3\rpcs3\..\3rdparty\XAudio2_7
/IC:\rpcs3\wxWidgets\wxWidgets\lib\vc_x64_lib\mswu
/IC:\rpcs3\wxWidgets\wxWidgets\include /IC:\rpcs3\rpcs3\..\3rdparty\libpng
/IC:\rpcs3\rpcs3\..\3rdparty\ffmpeg\Windows\x86_64\include
/IC:\rpcs3\zlib\include /IC:\rpcs3\3rdparty\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\rpcs3\..\rsx_program_decompiler\shader_code
/I"C:\rpcs3\rpcs3\..\Vulkan\Vulkan-LoaderAndValidationLayers\include"
/IC:\rpcs3\rpcs3\..\Vulkan\glslang\glslang\Public
/IC:\rpcs3\rpcs3\..\3rdparty\hidapi\hidapi /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 _WINDOWS /D _CRT_SECURE_NO_DEPRECATE=1 /D
_CRT_NON_CONFORMING_SWPRINTFS=1 /D _SCL_SECURE_NO_WARNINGS=1 /D NDEBUG /D
_CRT_SECURE_NO_DEPRECATE /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_NO_DEPRECATE /D
_CRT_NONSTDC_NO_WARNINGS /D _SCL_SECURE_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /D
UNICODE /D _UNICODE /D __STDC_CONSTANT_MACROS /D __STDC_FORMAT_MACROS /D
__STDC_LIMIT_MACROS /D CMAKE_BUILD /D _WIN32_WINNT=0x0601 /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:\rpcs3\rpcs3\Release\cotire\rpcs3_CXX_prefix.hxx"
/Fp"C:\rpcs3\rpcs3\Release\cotire\rpcs3_CXX_prefix.pch"
/Fo"rpcs3.dir\Release\/Emu/Memory/Memory.cpp.obj"
/Fd"rpcs3.dir\Release\vc140.pdb" /Gd /TP
/FIC:\rpcs3\rpcs3\Release\cotire\rpcs3_CXX_prefix.hxx /errorReport:queue
/Zc:throwingNew /Zm140 C:\rpcs3\rpcs3\Emu\Memory\Memory.cpp
[00:26:05] Memory.cpp
[00:26:06] C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\CL.exe /c /IC:\rpcs3\rpcs3\..\3rdparty\minidx12\Include
/IC:\rpcs3\rpcs3\..\3rdparty\XAudio2_7
/IC:\rpcs3\wxWidgets\wxWidgets\lib\vc_x64_lib\mswu
/IC:\rpcs3\wxWidgets\wxWidgets\include /IC:\rpcs3\rpcs3\..\3rdparty\libpng
/IC:\rpcs3\rpcs3\..\3rdparty\ffmpeg\Windows\x86_64\include
/IC:\rpcs3\zlib\include /IC:\rpcs3\3rdparty\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\rpcs3\..\rsx_program_decompiler\shader_code
/I"C:\rpcs3\rpcs3\..\Vulkan\Vulkan-LoaderAndValidationLayers\include"
/IC:\rpcs3\rpcs3\..\Vulkan\glslang\glslang\Public
/IC:\rpcs3\rpcs3\..\3rdparty\hidapi\hidapi /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 _WINDOWS /D _CRT_SECURE_NO_DEPRECATE=1 /D
_CRT_NON_CONFORMING_SWPRINTFS=1 /D _SCL_SECURE_NO_WARNINGS=1 /D NDEBUG /D
_CRT_SECURE_NO_DEPRECATE /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_NO_DEPRECATE /D
_CRT_NONSTDC_NO_WARNINGS /D _SCL_SECURE_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /D
UNICODE /D _UNICODE /D __STDC_CONSTANT_MACROS /D __STDC_FORMAT_MACROS /D
__STDC_LIMIT_MACROS /D CMAKE_BUILD /D _WIN32_WINNT=0x0601 /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:\rpcs3\rpcs3\Release\cotire\rpcs3_CXX_prefix.hxx"
/Fp"C:\rpcs3\rpcs3\Release\cotire\rpcs3_CXX_prefix.pch"
/Fo"rpcs3.dir\Release\/Gui/SettingsDialog.cpp.obj" /Fd"rpcs3.dir\Release\vc140.pdb"
/Gd /TP /FIC:\rpcs3\rpcs3\Release\cotire\rpcs3_CXX_prefix.hxx
/errorReport:queue /Zc:throwingNew /Zm140 C:\rpcs3\rpcs3\Gui\SettingsDialog.cpp
[00:26:06] SettingsDialog.cpp
[00:26:12] C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\CL.exe /c /IC:\rpcs3\rpcs3\..\3rdparty\minidx12\Include
/IC:\rpcs3\rpcs3\..\3rdparty\XAudio2_7
/IC:\rpcs3\wxWidgets\wxWidgets\lib\vc_x64_lib\mswu
/IC:\rpcs3\wxWidgets\wxWidgets\include /IC:\rpcs3\rpcs3\..\3rdparty\libpng
/IC:\rpcs3\rpcs3\..\3rdparty\ffmpeg\Windows\x86_64\include
/IC:\rpcs3\zlib\include /IC:\rpcs3\3rdparty\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\rpcs3\..\rsx_program_decompiler\shader_code
/I"C:\rpcs3\rpcs3\..\Vulkan\Vulkan-LoaderAndValidationLayers\include"
/IC:\rpcs3\rpcs3\..\Vulkan\glslang\glslang\Public
/IC:\rpcs3\rpcs3\..\3rdparty\hidapi\hidapi /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 _WINDOWS /D _CRT_SECURE_NO_DEPRECATE=1 /D
_CRT_NON_CONFORMING_SWPRINTFS=1 /D _SCL_SECURE_NO_WARNINGS=1 /D NDEBUG /D
_CRT_SECURE_NO_DEPRECATE /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_NO_DEPRECATE /D
_CRT_NONSTDC_NO_WARNINGS /D _SCL_SECURE_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /D
UNICODE /D _UNICODE /D __STDC_CONSTANT_MACROS /D __STDC_FORMAT_MACROS /D
__STDC_LIMIT_MACROS /D CMAKE_BUILD /D _WIN32_WINNT=0x0601 /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:\rpcs3\rpcs3\Release\cotire\rpcs3_CXX_prefix.hxx"
/Fp"C:\rpcs3\rpcs3\Release\cotire\rpcs3_CXX_prefix.pch"
/Fo"rpcs3.dir\Release\/rpcs3qt/settingsdialog.cpp.obj"
/Fd"rpcs3.dir\Release\vc140.pdb" /Gd /TP
/FIC:\rpcs3\rpcs3\Release\cotire\rpcs3_CXX_prefix.hxx /errorReport:queue
/Zc:throwingNew /Zm140 C:\rpcs3\rpcs3\rpcs3qt\settingsdialog.cpp
[00:26:12] settingsdialog.cpp
[00:26:13] C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\CL.exe /c /IC:\rpcs3\rpcs3\..\3rdparty\minidx12\Include
/IC:\rpcs3\rpcs3\..\3rdparty\XAudio2_7
/IC:\rpcs3\wxWidgets\wxWidgets\lib\vc_x64_lib\mswu
/IC:\rpcs3\wxWidgets\wxWidgets\include /IC:\rpcs3\rpcs3\..\3rdparty\libpng
/IC:\rpcs3\rpcs3\..\3rdparty\ffmpeg\Windows\x86_64\include
/IC:\rpcs3\zlib\include /IC:\rpcs3\3rdparty\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\rpcs3\..\rsx_program_decompiler\shader_code
/I"C:\rpcs3\rpcs3\..\Vulkan\Vulkan-LoaderAndValidationLayers\include"
/IC:\rpcs3\rpcs3\..\Vulkan\glslang\glslang\Public
/IC:\rpcs3\rpcs3\..\3rdparty\hidapi\hidapi /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 _WINDOWS /D _CRT_SECURE_NO_DEPRECATE=1 /D
_CRT_NON_CONFORMING_SWPRINTFS=1 /D _SCL_SECURE_NO_WARNINGS=1 /D NDEBUG /D
_CRT_SECURE_NO_DEPRECATE /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_NO_DEPRECATE /D
_CRT_NONSTDC_NO_WARNINGS /D _SCL_SECURE_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /D
UNICODE /D _UNICODE /D __STDC_CONSTANT_MACROS /D __STDC_FORMAT_MACROS /D
__STDC_LIMIT_MACROS /D CMAKE_BUILD /D _WIN32_WINNT=0x0601 /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:\rpcs3\rpcs3\Release\cotire\rpcs3_CXX_prefix.hxx"
/Fp"C:\rpcs3\rpcs3\Release\cotire\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\cotire\rpcs3_CXX_prefix.hxx /errorReport:queue
/Zc:throwingNew /Zm140 "C:\rpcs3\Utilities\yaml-cpp\src\memory.cpp"
[00:26:13] memory.cpp
[00:26:13] C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\CL.exe /c /IC:\rpcs3\rpcs3\..\3rdparty\minidx12\Include
/IC:\rpcs3\rpcs3\..\3rdparty\XAudio2_7
/IC:\rpcs3\wxWidgets\wxWidgets\lib\vc_x64_lib\mswu
/IC:\rpcs3\wxWidgets\wxWidgets\include /IC:\rpcs3\rpcs3\..\3rdparty\libpng
/IC:\rpcs3\rpcs3\..\3rdparty\ffmpeg\Windows\x86_64\include
/IC:\rpcs3\zlib\include /IC:\rpcs3\3rdparty\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\rpcs3\..\rsx_program_decompiler\shader_code
/I"C:\rpcs3\rpcs3\..\Vulkan\Vulkan-LoaderAndValidationLayers\include"
/IC:\rpcs3\rpcs3\..\Vulkan\glslang\glslang\Public
/IC:\rpcs3\rpcs3\..\3rdparty\hidapi\hidapi /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 _WINDOWS /D _CRT_SECURE_NO_DEPRECATE=1 /D
_CRT_NON_CONFORMING_SWPRINTFS=1 /D _SCL_SECURE_NO_WARNINGS=1 /D NDEBUG /D
_CRT_SECURE_NO_DEPRECATE /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_NO_DEPRECATE /D
_CRT_NONSTDC_NO_WARNINGS /D _SCL_SECURE_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /D
UNICODE /D _UNICODE /D __STDC_CONSTANT_MACROS /D __STDC_FORMAT_MACROS /D
__STDC_LIMIT_MACROS /D CMAKE_BUILD /D _WIN32_WINNT=0x0601 /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:\rpcs3\rpcs3\Release\cotire\rpcs3_CXX_prefix.hxx"
/Fp"C:\rpcs3\rpcs3\Release\cotire\rpcs3_CXX_prefix.pch"
/Fo"rpcs3.dir\Release\/__/asmjit/src/asmjit/base/utils.cpp.obj"
/Fd"rpcs3.dir\Release\vc140.pdb" /Gd /TP
/FIC:\rpcs3\rpcs3\Release\cotire\rpcs3_CXX_prefix.hxx /errorReport:queue
/Zc:throwingNew /Zm140 C:\rpcs3\asmjit\src\asmjit\base\utils.cpp
[00:26:13] utils.cpp
[00:26:14] ResourceCompile:
[00:26:14] 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
_SCL_SECURE_NO_WARNINGS=1 /D NDEBUG /D _CRT_SECURE_NO_DEPRECATE /D
_CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_NO_DEPRECATE /D _CRT_NONSTDC_NO_WARNINGS /D
_SCL_SECURE_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /D UNICODE /D _UNICODE /D
__STDC_CONSTANT_MACROS /D __STDC_FORMAT_MACROS /D __STDC_LIMIT_MACROS /D
CMAKE_BUILD /D _WIN32_WINNT=0x0601 /D LLVM_AVAILABLE /D
"CMAKE_INTDIR=\\\"Release\\\"" /D _UNICODE /D UNICODE /l"0x0409"
/IC:\rpcs3\rpcs3\..\3rdparty\minidx12\Include
/IC:\rpcs3\rpcs3\..\3rdparty\XAudio2_7
/IC:\rpcs3\wxWidgets\wxWidgets\lib\vc_x64_lib\mswu
/IC:\rpcs3\wxWidgets\wxWidgets\include /IC:\rpcs3\rpcs3\..\3rdparty\libpng
/IC:\rpcs3\rpcs3\..\3rdparty\ffmpeg\Windows\x86_64\include
/IC:\rpcs3\zlib\include /IC:\rpcs3\3rdparty\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\rpcs3\..\rsx_program_decompiler\shader_code
/I"C:\rpcs3\rpcs3\..\Vulkan\Vulkan-LoaderAndValidationLayers\include"
/IC:\rpcs3\rpcs3\..\Vulkan\glslang\glslang\Public
/IC:\rpcs3\rpcs3\..\3rdparty\hidapi\hidapi /IC:\rpcs3\rpcs3\..\3rdparty\GL
/IC:\rpcs3\rpcs3\..\3rdparty\stblib /IC:\rpcs3\rpcs3\..\3rdparty\cereal\include
/nologo /fo"rpcs3.dir\Release\rpcs3_.res" C:\rpcs3\rpcs3\rpcs3_.rc
[00:26:14] Link:
[00:26:14] C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\rpcs3\bin\rpcs3.exe"
/INCREMENTAL:NO /NOLOGO /LIBPATH:C:/rpcs3/rpcs3/../3rdparty/minidx12
/LIBPATH:C:/rpcs3/rpcs3/../3rdparty/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.lib
user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib
comdlg32.lib advapi32.lib ws2_32.lib Winmm.lib Psapi.lib VKstatic.1.lib glslang.lib
OSDependent.lib OGLCompiler.lib SPIRV.lib HLSL.lib setupapi.lib
"..\3rdparty\hidapi\windows\Release\hidapi-hid.lib" dxgi.lib d2d1.lib dwrite.lib
avformat.lib avcodec.lib avutil.lib swresample.lib
swscale.lib ..\3rdparty\libpng\Release\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.lib
..\wxWidgets\wxWidgets\lib\vc_x64_lib\wxtiff.lib
..\wxWidgets\wxWidgets\lib\vc_x64_lib\wxjpeg.lib
..\wxWidgets\wxWidgets\lib\vc_x64_lib\wxzlib.lib
..\wxWidgets\wxWidgets\lib\vc_x64_lib\wxregexu.lib
..\wxWidgets\wxWidgets\lib\vc_x64_lib\wxexpat.lib opengl32.lib glu32.lib winmm.lib
comctl32.lib rpcrt4.lib wsock32.lib ..\3rdparty\OpenAL\libs\Win64\OpenAL32.lib
..\llvm_build\Release\lib\LLVMMCJIT.lib ..\llvm_build\Release\lib\LLVMVectorize.lib
..\llvm_build\Release\lib\LLVMipo.lib
..\llvm_build\Release\lib\LLVMX86CodeGen.lib
..\llvm_build\Release\lib\LLVMX86Disassembler.lib
..\rsx_program_decompiler\rsx_decompiler\Release\rsx_decompiler.lib
..\rsx_program_decompiler\shader_code\Release\shader_code.lib
..\zlib\lib\zlib.lib ..\llvm_build\Release\lib\LLVMExecutionEngine.lib
..\llvm_build\Release\lib\LLVMRuntimeDyld.lib
..\llvm_build\Release\lib\LLVMVectorize.lib
..\llvm_build\Release\lib\LLVMIRReader.lib
..\llvm_build\Release\lib\LLVMAsmParser.lib
..\llvm_build\Release\lib\LLVMInstrumentation.lib
..\llvm_build\Release\lib\LLVMLinker.lib
..\llvm_build\Release\lib\LLVMAsmPrinter.lib
..\llvm_build\Release\lib\LLVMDebugInfoCodeView.lib
..\llvm_build\Release\lib\LLVMDebugInfoMSF.lib
..\llvm_build\Release\lib\LLVMGlobalISel.lib
..\llvm_build\Release\lib\LLVMSelectionDAG.lib
..\llvm_build\Release\lib\LLVMCodeGen.lib
..\llvm_build\Release\lib\LLVMTarget.lib
..\llvm_build\Release\lib\LLVMBitWriter.lib
..\llvm_build\Release\lib\LLVMScalarOpts.lib
..\llvm_build\Release\lib\LLVMInstCombine.lib
..\llvm_build\Release\lib\LLVMTransformUtils.lib
..\llvm_build\Release\lib\LLVMAnalysis.lib
..\llvm_build\Release\lib\LLVMProfileData.lib
..\llvm_build\Release\lib\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
psapi.lib shell32.lib ole32.lib uuid.lib ..\llvm_build\Release\lib\LLVMDemangle.lib
/NODEFAULTLIB:libc.lib /NODEFAULTLIB:libcmt.lib /NODEFAULTLIB:libcd.lib
/NODEFAULTLIB:libcmtd.lib /NODEFAULTLIB:msvcrtd.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"
/MACHINE:X64 /machine:x64 rpcs3.dir\Release\rpcs3_.res
[00:26:14] rpcs3.dir\Release\BasicKeyboardHandler.obj
[00:26:14] rpcs3.dir\Release\BasicMouseHandler.obj
[00:26:14] rpcs3.dir\Release\aes.obj
[00:26:14] rpcs3.dir\Release\ec.obj
[00:26:14] rpcs3.dir\Release\key_vault.obj
[00:26:14] rpcs3.dir\Release\lz.obj
[00:26:14] rpcs3.dir\Release\sha1.obj
[00:26:14] rpcs3.dir\Release\unedat.obj
[00:26:14] rpcs3.dir\Release\unpkg.obj
[00:26:14] rpcs3.dir\Release\unself.obj
[00:26:14] rpcs3.dir\Release\DS4PadHandler.obj
[00:26:14] rpcs3.dir\Release\OpenALThread.obj
[00:26:14] rpcs3.dir\Release\ALSAThread.obj
[00:26:14] rpcs3.dir\Release\AudioDumper.obj
[00:26:14] rpcs3.dir\Release\XAudio27Thread.obj
[00:26:14] rpcs3.dir\Release\XAudio28Thread.obj
[00:26:14] rpcs3.dir\Release\XAudio2Thread.obj
[00:26:14] rpcs3.dir\Release\CPUThread.obj
[00:26:14] rpcs3.dir\Release\CPUTranslator.obj
[00:26:14] rpcs3.dir\Release\MFC.obj
[00:26:14] rpcs3.dir\Release\cellAdec.obj
[00:26:14] rpcs3.dir\Release\cellAtrac.obj
[00:26:14] rpcs3.dir\Release\cellAtracMulti.obj
[00:26:14] rpcs3.dir\Release\cellAudio.obj
[00:26:14] rpcs3.dir\Release\cellAudioOut.obj
[00:26:14] rpcs3.dir\Release\cellAvconfExt.obj
[00:26:14] rpcs3.dir\Release\cellBgdl.obj
[00:26:14] rpcs3.dir\Release\cellCamera.obj
[00:26:14] rpcs3.dir\Release\cellCelp8Enc.obj
[00:26:14] rpcs3.dir\Release\cellCelpEnc.obj
[00:26:14] rpcs3.dir\Release\cellCrossController.obj
[00:26:14] rpcs3.dir\Release\cellDaisy.obj
[00:26:14] rpcs3.dir\Release\cellDmux.obj
[00:26:14] rpcs3.dir\Release\cellFiber.obj
[00:26:14] rpcs3.dir\Release\cellFont.obj
[00:26:14] rpcs3.dir\Release\cellFontFT.obj
[00:26:14] rpcs3.dir\Release\cellFs.obj
[00:26:14] rpcs3.dir\Release\cellGame.obj
[00:26:14] rpcs3.dir\Release\cellGameExec.obj
[00:26:14] rpcs3.dir\Release\cellGcmSys.obj
[00:26:14] rpcs3.dir\Release\cellGem.obj
[00:26:14] rpcs3.dir\Release\cellGifDec.obj
[00:26:14] rpcs3.dir\Release\cellHttp.obj
[00:26:14] rpcs3.dir\Release\cellHttpUtil.obj
[00:26:14] rpcs3.dir\Release\cellImeJp.obj
[00:26:14] rpcs3.dir\Release\cellJpgDec.obj
[00:26:14] rpcs3.dir\Release\cellJpgEnc.obj
[00:26:14] rpcs3.dir\Release\cellKb.obj
[00:26:14] rpcs3.dir\Release\cellKey2char.obj
[00:26:14] rpcs3.dir\Release\cellL10n.obj
[00:26:14] rpcs3.dir\Release\cellLibprof.obj
[00:26:14] rpcs3.dir\Release\cellMic.obj
[00:26:14] rpcs3.dir\Release\cellMouse.obj
[00:26:14] rpcs3.dir\Release\cellMsgDialog.obj
[00:26:14] rpcs3.dir\Release\cellMusic.obj
[00:26:14] rpcs3.dir\Release\cellMusicDecode.obj
[00:26:14] rpcs3.dir\Release\cellMusicExport.obj
[00:26:14] rpcs3.dir\Release\cellNetCtl.obj
[00:26:14] rpcs3.dir\Release\cellOskDialog.obj
[00:26:14] rpcs3.dir\Release\cellOvis.obj
[00:26:14] rpcs3.dir\Release\cellPad.obj
[00:26:14] rpcs3.dir\Release\cellPamf.obj
[00:26:14] rpcs3.dir\Release\cellPhotoDecode.obj
[00:26:14] rpcs3.dir\Release\cellPhotoExport.obj
[00:26:14] rpcs3.dir\Release\cellPhotoImport.obj
[00:26:14] rpcs3.dir\Release\cellPngDec.obj
[00:26:14] rpcs3.dir\Release\cellPngEnc.obj
[00:26:14] rpcs3.dir\Release\cellPrint.obj
[00:26:14] rpcs3.dir\Release\cellRec.obj
[00:26:14] rpcs3.dir\Release\cellRemotePlay.obj
[00:26:14] rpcs3.dir\Release\cellResc.obj
[00:26:14] rpcs3.dir\Release\cellRtc.obj
[00:26:14] rpcs3.dir\Release\cellRtcAlarm.obj
[00:26:14] rpcs3.dir\Release\cellRudp.obj
[00:26:14] rpcs3.dir\Release\cellSail.obj
[00:26:14] rpcs3.dir\Release\cellSailRec.obj
[00:26:14] rpcs3.dir\Release\cellSaveData.obj
[00:26:14] rpcs3.dir\Release\cellScreenshot.obj
[00:26:14] rpcs3.dir\Release\cellSearch.obj
[00:26:14] rpcs3.dir\Release\cellSheap.obj
[00:26:14] rpcs3.dir\Release\cellSpudll.obj
[00:26:14] rpcs3.dir\Release\cellSpurs.obj
[00:26:14] rpcs3.dir\Release\cellSpursJq.obj
[00:26:14] rpcs3.dir\Release\cellSpursSpu.obj
[00:26:14] rpcs3.dir\Release\cellSsl.obj
[00:26:14] rpcs3.dir\Release\cellStorage.obj
[00:26:14] rpcs3.dir\Release\cellSubdisplay.obj
[00:26:14] rpcs3.dir\Release\cellSync.obj
[00:26:14] rpcs3.dir\Release\cellSync2.obj
[00:26:14] rpcs3.dir\Release\cellSysconf.obj
[00:26:14] rpcs3.dir\Release\cellSysmodule.obj
[00:26:14] rpcs3.dir\Release\cellSysutil.obj
[00:26:14] rpcs3.dir\Release\cellSysutilAp.obj
[00:26:14] rpcs3.dir\Release\cellSysutilAvc.obj
[00:26:14] rpcs3.dir\Release\cellSysutilAvc2.obj
[00:26:14] rpcs3.dir\Release\cellSysutilMisc.obj
[00:26:14] rpcs3.dir\Release\cellSysutilNpEula.obj
[00:26:14] rpcs3.dir\Release\cellUsbd.obj
[00:26:14] rpcs3.dir\Release\cellUsbpspcm.obj
[00:26:14] rpcs3.dir\Release\cellUserInfo.obj
[00:26:14] rpcs3.dir\Release\cellVdec.obj
[00:26:14] rpcs3.dir\Release\cellVideoExport.obj
[00:26:14] rpcs3.dir\Release\cellVideoOut.obj
[00:26:14] rpcs3.dir\Release\cellVideoUpload.obj
[00:26:14] rpcs3.dir\Release\cellVoice.obj
[00:26:14] rpcs3.dir\Release\cellVpost.obj
[00:26:14] rpcs3.dir\Release\cellWebBrowser.obj
[00:26:14] rpcs3.dir\Release\cell_FreeType2.obj
[00:26:14] rpcs3.dir\Release\libmedi.obj
[00:26:14] rpcs3.dir\Release\libmixer.obj
[00:26:14] rpcs3.dir\Release\libsnd3.obj
[00:26:14] rpcs3.dir\Release\libsynth2.obj
[00:26:14] rpcs3.dir\Release\sceNp.obj
[00:26:14] rpcs3.dir\Release\sceNp2.obj
[00:26:14] rpcs3.dir\Release\sceNpClans.obj
[00:26:14] rpcs3.dir\Release\sceNpCommerce2.obj
[00:26:14] rpcs3.dir\Release\sceNpSns.obj
[00:26:14] rpcs3.dir\Release\sceNpTrophy.obj
[00:26:14] rpcs3.dir\Release\sceNpTus.obj
[00:26:14] rpcs3.dir\Release\sceNpUtil.obj
[00:26:14] rpcs3.dir\Release\sysPrxForUser.obj
[00:26:14] rpcs3.dir\Release\sys_game.obj
[00:26:14] rpcs3.dir\Release\sys_heap.obj
[00:26:14] rpcs3.dir\Release\sys_io.obj
[00:26:14] rpcs3.dir\Release\sys_libc.obj
[00:26:14] rpcs3.dir\Release\sys_libc_.obj
[00:26:14] rpcs3.dir\Release\sys_lv2dbg.obj
[00:26:14] rpcs3.dir\Release\sys_lwcond_.obj
[00:26:14] rpcs3.dir\Release\sys_lwmutex_.obj
[00:26:14] rpcs3.dir\Release\sys_mempool.obj
[00:26:14] rpcs3.dir\Release\sys_mmapper_.obj
[00:26:14] rpcs3.dir\Release\sys_net.obj
[00:26:14] rpcs3.dir\Release\sys_ppu_thread_.obj
[00:26:14] rpcs3.dir\Release\sys_prx_.obj
[00:26:14] rpcs3.dir\Release\sys_spinlock.obj
[00:26:14] rpcs3.dir\Release\sys_spu_.obj
[00:26:14] rpcs3.dir\Release\PPUAnalyser.obj
[00:26:14] rpcs3.dir\Release\PPUDisAsm.obj
[00:26:14] rpcs3.dir\Release\PPUFunction.obj
[00:26:14] rpcs3.dir\Release\PPUInterpreter.obj
[00:26:14] rpcs3.dir\Release\PPUModule.obj
[00:26:14] rpcs3.dir\Release\PPUThread.obj
[00:26:14] rpcs3.dir\Release\PPUTranslator.obj
[00:26:14] rpcs3.dir\Release\RawSPUThread.obj
[00:26:14] rpcs3.dir\Release\SPUASMJITRecompiler.obj
[00:26:14] rpcs3.dir\Release\SPUAnalyser.obj
[00:26:14] rpcs3.dir\Release\SPUDisAsm.obj
[00:26:14] rpcs3.dir\Release\SPUInterpreter.obj
[00:26:14] rpcs3.dir\Release\SPURecompiler.obj
[00:26:14] rpcs3.dir\Release\SPUThread.obj
[00:26:14] rpcs3.dir\Release\lv2.obj
[00:26:14] rpcs3.dir\Release\sys_cond.obj
[00:26:14] rpcs3.dir\Release\sys_dbg.obj
[00:26:14] rpcs3.dir\Release\sys_event.obj
[00:26:14] rpcs3.dir\Release\sys_event_flag.obj
[00:26:14] rpcs3.dir\Release\sys_fs.obj
[00:26:14] rpcs3.dir\Release\sys_interrupt.obj
[00:26:14] rpcs3.dir\Release\sys_lwcond.obj
[00:26:14] rpcs3.dir\Release\sys_lwmutex.obj
[00:26:14] rpcs3.dir\Release\sys_memory.obj
[00:26:14] rpcs3.dir\Release\sys_mmapper.obj
[00:26:14] rpcs3.dir\Release\sys_mutex.obj
[00:26:14] rpcs3.dir\Release\sys_ppu_thread.obj
[00:26:14] rpcs3.dir\Release\sys_process.obj
[00:26:14] rpcs3.dir\Release\sys_prx.obj
[00:26:14] rpcs3.dir\Release\sys_rsx.obj
[00:26:14] rpcs3.dir\Release\sys_rwlock.obj
[00:26:14] rpcs3.dir\Release\sys_semaphore.obj
[00:26:14] rpcs3.dir\Release\sys_spu.obj
[00:26:14] rpcs3.dir\Release\sys_ss.obj
[00:26:14] rpcs3.dir\Release\sys_time.obj
[00:26:14] rpcs3.dir\Release\sys_timer.obj
[00:26:14] rpcs3.dir\Release\sys_trace.obj
[00:26:14] rpcs3.dir\Release\sys_tty.obj
[00:26:14] rpcs3.dir\Release\sys_vm.obj
[00:26:14] rpcs3.dir\Release\IdManager.obj
[00:26:14] rpcs3.dir\Release\vm.obj
[00:26:14] rpcs3.dir\Release\wait_engine.obj
[00:26:14] rpcs3.dir\Release\ARMv7DisAsm.obj
[00:26:14] rpcs3.dir\Release\ARMv7Function.obj
[00:26:14] rpcs3.dir\Release\ARMv7Interpreter.obj
[00:26:14] rpcs3.dir\Release\ARMv7Module.obj
[00:26:14] rpcs3.dir\Release\ARMv7Thread.obj
[00:26:14] rpcs3.dir\Release\sceAppMgr.obj
[00:26:14] rpcs3.dir\Release\sceAppUtil.obj
[00:26:14] rpcs3.dir\Release\sceAudio.obj
[00:26:14] rpcs3.dir\Release\sceAudioIn.obj
[00:26:14] rpcs3.dir\Release\sceAudiodec.obj
[00:26:14] rpcs3.dir\Release\sceAudioenc.obj
[00:26:14] rpcs3.dir\Release\sceCamera.obj
[00:26:14] rpcs3.dir\Release\sceCodecEngine.obj
[00:26:14] rpcs3.dir\Release\sceCommonDialog.obj
[00:26:14] rpcs3.dir\Release\sceCtrl.obj
[00:26:14] rpcs3.dir\Release\sceDbg.obj
[00:26:14] rpcs3.dir\Release\sceDeci4p.obj
[00:26:14] rpcs3.dir\Release\sceDeflt.obj
[00:26:14] rpcs3.dir\Release\sceDisplay.obj
[00:26:14] rpcs3.dir\Release\sceFiber.obj
[00:26:14] rpcs3.dir\Release\sceFios.obj
[00:26:14] rpcs3.dir\Release\sceFpu.obj
[00:26:14] rpcs3.dir\Release\sceGxm.obj
[00:26:14] rpcs3.dir\Release\sceHttp.obj
[00:26:14] rpcs3.dir\Release\sceIme.obj
[00:26:14] rpcs3.dir\Release\sceJpeg.obj
[00:26:14] rpcs3.dir\Release\sceJpegEnc.obj
[00:26:14] rpcs3.dir\Release\sceLibKernel.obj
[00:26:14] rpcs3.dir\Release\sceLibXml.obj
[00:26:14] rpcs3.dir\Release\sceLibc.obj
[00:26:14] rpcs3.dir\Release\sceLibm.obj
[00:26:14] rpcs3.dir\Release\sceLibstdcxx.obj
[00:26:14] rpcs3.dir\Release\sceLiveArea.obj
[00:26:14] rpcs3.dir\Release\sceLocation.obj
[00:26:14] rpcs3.dir\Release\sceMd5.obj
[00:26:14] rpcs3.dir\Release\sceMotion.obj
[00:26:14] rpcs3.dir\Release\sceMt19937.obj
[00:26:14] rpcs3.dir\Release\sceNet.obj
[00:26:14] rpcs3.dir\Release\sceNetCtl.obj
[00:26:14] rpcs3.dir\Release\sceNgs.obj
[00:26:14] rpcs3.dir\Release\sceNpBasic.obj
[00:26:14] rpcs3.dir\Release\sceNpCommon.obj
[00:26:14] rpcs3.dir\Release\sceNpManager.obj
[00:26:14] rpcs3.dir\Release\sceNpMatching.obj
[00:26:14] rpcs3.dir\Release\sceNpScore.obj
[00:26:14] rpcs3.dir\Release\sceNpUtility.obj
[00:26:14] rpcs3.dir\Release\scePerf.obj
[00:26:14] rpcs3.dir\Release\scePgf.obj
[00:26:14] rpcs3.dir\Release\scePhotoExport.obj
[00:26:14] rpcs3.dir\Release\sceRazorCapture.obj
[00:26:14] rpcs3.dir\Release\sceRtc.obj
[00:26:14] rpcs3.dir\Release\sceSas.obj
[00:26:14] rpcs3.dir\Release\sceScreenShot.obj
[00:26:14] rpcs3.dir\Release\sceSfmt.obj
[00:26:14] rpcs3.dir\Release\sceSha.obj
[00:26:14] rpcs3.dir\Release\sceSqlite.obj
[00:26:14] rpcs3.dir\Release\sceSsl.obj
[00:26:14] rpcs3.dir\Release\sceSulpha.obj
[00:26:14] rpcs3.dir\Release\sceSysmodule.obj
[00:26:14] rpcs3.dir\Release\sceSystemGesture.obj
[00:26:14] rpcs3.dir\Release\sceTouch.obj
[00:26:14] rpcs3.dir\Release\sceUlt.obj
[00:26:14] rpcs3.dir\Release\sceVideodec.obj
[00:26:14] rpcs3.dir\Release\sceVoice.obj
[00:26:14] rpcs3.dir\Release\sceVoiceQoS.obj
[00:26:14] rpcs3.dir\Release\CgBinaryFragmentProgram.obj
[00:26:14] rpcs3.dir\Release\CgBinaryVertexProgram.obj
[00:26:14] rpcs3.dir\Release\BufferUtils.obj
[00:26:14] rpcs3.dir\Release\FragmentProgramDecompiler.obj
[00:26:14] rpcs3.dir\Release\ProgramStateCache.obj
[00:26:14] rpcs3.dir\Release\ShaderParam.obj
[00:26:14] rpcs3.dir\Release\TextureUtils.obj
[00:26:14] rpcs3.dir\Release\VertexProgramDecompiler.obj
[00:26:14] rpcs3.dir\Release\surface_store.obj
[00:26:14] rpcs3.dir\Release\D3D12Buffer.obj
[00:26:14] rpcs3.dir\Release\D3D12CommonDecompiler.obj
[00:26:14] rpcs3.dir\Release\D3D12Formats.obj
[00:26:14] rpcs3.dir\Release\D3D12FragmentProgramDecompiler.obj
[00:26:14] rpcs3.dir\Release\D3D12GSRender.obj
[00:26:14] rpcs3.dir\Release\D3D12MemoryHelpers.obj
[00:26:14] rpcs3.dir\Release\D3D12Overlay.obj
[00:26:14] rpcs3.dir\Release\D3D12PipelineState.obj
[00:26:14] rpcs3.dir\Release\D3D12RenderTargetSets.obj
[00:26:14] rpcs3.dir\Release\D3D12Texture.obj
[00:26:14] rpcs3.dir\Release\D3D12Utils.obj
[00:26:14] rpcs3.dir\Release\D3D12VertexProgramDecompiler.obj
[00:26:14] rpcs3.dir\Release\GLCommonDecompiler.obj
[00:26:14] rpcs3.dir\Release\GLFragmentProgram.obj
[00:26:14] rpcs3.dir\Release\GLGSRender.obj
[00:26:14] rpcs3.dir\Release\GLHelpers.obj
[00:26:14] rpcs3.dir\Release\GLRenderTargets.obj
[00:26:14] rpcs3.dir\Release\GLTexture.obj
[00:26:14] rpcs3.dir\Release\GLTextureCache.obj
[00:26:14] rpcs3.dir\Release\GLVertexBuffers.obj
[00:26:14] rpcs3.dir\Release\GLVertexProgram.obj
[00:26:14] rpcs3.dir\Release\OpenGL.obj
[00:26:14] rpcs3.dir\Release\GSRender.obj
[00:26:14] rpcs3.dir\Release\NullGSRender.obj
[00:26:14] rpcs3.dir\Release\RSXTexture.obj
[00:26:14] rpcs3.dir\Release\RSXThread.obj
[00:26:14] rpcs3.dir\Release\VKCommonDecompiler.obj
[00:26:14] rpcs3.dir\Release\VKFormats.obj
[00:26:14] rpcs3.dir\Release\VKFragmentProgram.obj
[00:26:14] rpcs3.dir\Release\VKGSRender.obj
[00:26:14] rpcs3.dir\Release\VKHelpers.obj
[00:26:14] rpcs3.dir\Release\VKProgramPipeline.obj
[00:26:14] rpcs3.dir\Release\VKTexture.obj
[00:26:14] rpcs3.dir\Release\VKVertexBuffers.obj
[00:26:14] rpcs3.dir\Release\VKVertexProgram.obj
[00:26:14] rpcs3.dir\Release\VulkanAPI.obj
[00:26:14] rpcs3.dir\Release\gcm_enums.obj
[00:26:14] rpcs3.dir\Release\gcm_printing.obj
[00:26:14] rpcs3.dir\Release\rsx_cache.obj
[00:26:14] rpcs3.dir\Release\rsx_methods.obj
[00:26:14] rpcs3.dir\Release\rsx_utils.obj
[00:26:14] rpcs3.dir\Release\System.obj
[00:26:14] rpcs3.dir\Release\VFS.obj
[00:26:14] rpcs3.dir\Release\AutoPauseManager.obj
[00:26:14] rpcs3.dir\Release\CgDisasm.obj
[00:26:14] rpcs3.dir\Release\ConLogFrame.obj
[00:26:14] rpcs3.dir\Release\Debugger.obj
[00:26:14] rpcs3.dir\Release\FrameBase.obj
[00:26:14] rpcs3.dir\Release\GLGSFrame.obj
[00:26:14] rpcs3.dir\Release\GSFrame.obj
[00:26:14] rpcs3.dir\Release\GameViewer.obj
[00:26:14] rpcs3.dir\Release\InstructionEditor.obj
[00:26:14] rpcs3.dir\Release\InterpreterDisAsm.obj
[00:26:14] rpcs3.dir\Release\KernelExplorer.obj
[00:26:14] rpcs3.dir\Release\MainFrame.obj
[00:26:14] rpcs3.dir\Release\MemoryStringSearcher.obj
[00:26:14] rpcs3.dir\Release\MemoryViewer.obj
[00:26:14] rpcs3.dir\Release\MsgDialog.obj
[00:26:14] rpcs3.dir\Release\OskDialog.obj
[00:26:14] rpcs3.dir\Release\PADManager.obj
[00:26:14] rpcs3.dir\Release\RSXDebugger.obj
[00:26:14] rpcs3.dir\Release\RegisterEditor.obj
[00:26:14] rpcs3.dir\Release\SaveDataDialog.obj
[00:26:14] rpcs3.dir\Release\SaveDataUtility.obj
[00:26:14] rpcs3.dir\Release\SignInDialog.obj
[00:26:14] rpcs3.dir\Release\TextInputDialog.obj
[00:26:14] rpcs3.dir\Release\KeyboardPadHandler.obj
[00:26:14] rpcs3.dir\Release\ELF.obj
[00:26:14] rpcs3.dir\Release\PSF.obj
[00:26:14] rpcs3.dir\Release\PUP.obj
[00:26:14] rpcs3.dir\Release\TAR.obj
[00:26:14] rpcs3.dir\Release\TROPUSR.obj
[00:26:14] rpcs3.dir\Release\TRP.obj
[00:26:14] rpcs3.dir\Release\MMJoystickHandler.obj
[00:26:14] rpcs3.dir\Release\XInputPadHandler.obj
[00:26:14] rpcs3.dir\Release\rpcs3.obj
[00:26:14] rpcs3.dir\Release\rpcs3_api.obj
[00:26:14] rpcs3.dir\Release\rpcs3_version.obj
[00:26:14] rpcs3.dir\Release\AutoPauseSettingsDialog.obj
[00:26:14] rpcs3.dir\Release\audiotab.obj
[00:26:14] rpcs3.dir\Release\coretab.obj
[00:26:14] rpcs3.dir\Release\debuggerframe.obj
[00:26:14] rpcs3.dir\Release\gamelistframe.obj
[00:26:14] rpcs3.dir\Release\glviewer.obj
[00:26:14] rpcs3.dir\Release\graphicstab.obj
[00:26:14] rpcs3.dir\Release\inputtab.obj
[00:26:14] rpcs3.dir\Release\logframe.obj
[00:26:14] rpcs3.dir\Release\main.obj
[00:26:14] rpcs3.dir\Release\mainwindow.obj
[00:26:14] rpcs3.dir\Release\misctab.obj
[00:26:14] rpcs3.dir\Release\networkingtab.obj
[00:26:14] rpcs3.dir\Release\padsettingsdialog.obj
[00:26:14] rpcs3.dir\Release\systemtab.obj
[00:26:14] rpcs3.dir\Release\stb_image.obj
[00:26:14] rpcs3.dir\Release\stdafx.obj
[00:26:14] rpcs3.dir\Release\sys_gamepad.obj
[00:26:14] rpcs3.dir\Release\Config.obj
[00:26:14] rpcs3.dir\Release\File.obj
[00:26:14] rpcs3.dir\Release\GDBDebugServer.obj
[00:26:14] rpcs3.dir\Release\JIT.obj
[00:26:14] rpcs3.dir\Release\Log.obj
[00:26:14] rpcs3.dir\Release\StrFmt.obj
[00:26:14] rpcs3.dir\Release\Thread.obj
[00:26:14] rpcs3.dir\Release\VirtualMemory.obj
[00:26:14] rpcs3.dir\Release\bin_patch.obj
[00:26:14] rpcs3.dir\Release\cond.obj
[00:26:14] rpcs3.dir\Release\dynamic_library.obj
[00:26:14] rpcs3.dir\Release\mutex.obj
[00:26:14] rpcs3.dir\Release\rXml.obj
[00:26:14] rpcs3.dir\Release\sema.obj
[00:26:14] rpcs3.dir\Release\version.obj
[00:26:14] rpcs3.dir\Release\binary.obj
[00:26:14] rpcs3.dir\Release\graphbuilder.obj
[00:26:14] rpcs3.dir\Release\graphbuilderadapter.obj
[00:26:14] rpcs3.dir\Release\convert.obj
[00:26:14] rpcs3.dir\Release\directives.obj
[00:26:14] rpcs3.dir\Release\emit.obj
[00:26:14] rpcs3.dir\Release\emitfromevents.obj
[00:26:14] rpcs3.dir\Release\emitter.obj
[00:26:14] rpcs3.dir\Release\emitterstate.obj
[00:26:14] rpcs3.dir\Release\emitterutils.obj
[00:26:14] rpcs3.dir\Release\exceptions.obj
[00:26:14] rpcs3.dir\Release\exp.obj
[00:26:14] rpcs3.dir\Release\node.obj
[00:26:14] rpcs3.dir\Release\node_data.obj
[00:26:14] rpcs3.dir\Release\nodebuilder.obj
[00:26:14] rpcs3.dir\Release\nodeevents.obj
[00:26:14] rpcs3.dir\Release\null.obj
[00:26:14] rpcs3.dir\Release\ostream_wrapper.obj
[00:26:14] rpcs3.dir\Release\parse.obj
[00:26:14] rpcs3.dir\Release\parser.obj
[00:26:14] rpcs3.dir\Release\regex_yaml.obj
[00:26:14] rpcs3.dir\Release\scanner.obj
[00:26:14] rpcs3.dir\Release\scanscalar.obj
[00:26:14] rpcs3.dir\Release\scantag.obj
[00:26:14] rpcs3.dir\Release\scantoken.obj
[00:26:14] rpcs3.dir\Release\simplekey.obj
[00:26:14] rpcs3.dir\Release\singledocparser.obj
[00:26:14] rpcs3.dir\Release\stream.obj
[00:26:14] rpcs3.dir\Release\tag.obj
[00:26:14] rpcs3.dir\Release\rsx_decompiler.obj
[00:26:14] rpcs3.dir\Release\rsx_fp_decompiler.obj
[00:26:14] rpcs3.dir\Release\rsx_fp_ucode.obj
[00:26:14] rpcs3.dir\Release\rsx_vp_decompiler.obj
[00:26:14] rpcs3.dir\Release\rsx_vp_ucode.obj
[00:26:14] rpcs3.dir\Release\builder.obj
[00:26:14] rpcs3.dir\Release\clike_language.obj
[00:26:14] rpcs3.dir\Release\arch.obj
[00:26:14] rpcs3.dir\Release\assembler.obj
[00:26:14] rpcs3.dir\Release\codebuilder.obj
[00:26:14] rpcs3.dir\Release\codecompiler.obj
[00:26:14] rpcs3.dir\Release\codeemitter.obj
[00:26:14] rpcs3.dir\Release\codeholder.obj
[00:26:14] rpcs3.dir\Release\constpool.obj
[00:26:14] rpcs3.dir\Release\cpuinfo.obj
[00:26:14] rpcs3.dir\Release\func.obj
[00:26:14] rpcs3.dir\Release\globals.obj
[00:26:14] rpcs3.dir\Release\inst.obj
[00:26:14] rpcs3.dir\Release\logging.obj
[00:26:14] rpcs3.dir\Release\operand.obj
[00:26:14] rpcs3.dir\Release\osutils.obj
[00:26:14] rpcs3.dir\Release\regalloc.obj
[00:26:14] rpcs3.dir\Release\runtime.obj
[00:26:14] rpcs3.dir\Release\string.obj
[00:26:14] rpcs3.dir\Release\vmem.obj
[00:26:14] rpcs3.dir\Release\zone.obj
[00:26:14] rpcs3.dir\Release\x86assembler.obj
[00:26:14] rpcs3.dir\Release\x86builder.obj
[00:26:14] rpcs3.dir\Release\x86compiler.obj
[00:26:14] rpcs3.dir\Release\x86inst.obj
[00:26:14] rpcs3.dir\Release\x86instimpl.obj
[00:26:14] rpcs3.dir\Release\x86internal.obj
[00:26:14] rpcs3.dir\Release\x86logging.obj
[00:26:14] rpcs3.dir\Release\x86operand.obj
[00:26:14] rpcs3.dir\Release\x86operand_regs.obj
[00:26:14] rpcs3.dir\Release\x86regalloc.obj
[00:26:14] rpcs3.dir\Release\/Crypto/utils.cpp.obj
[00:26:14] rpcs3.dir\Release\/Emu/Memory/Memory.cpp.obj
[00:26:14] rpcs3.dir\Release\/Gui/SettingsDialog.cpp.obj
[00:26:14] rpcs3.dir\Release\/rpcs3qt/settingsdialog.cpp.obj
[00:26:14] "rpcs3.dir\Release\/__/Utilities/yaml-cpp/src/memory.cpp.obj"
[00:26:14] rpcs3.dir\Release\/__/asmjit/src/asmjit/base/utils.cpp.obj
[00:26:19] Creating library C:/rpcs3/rpcs3/Release/rpcs3.lib and object
C:/rpcs3/rpcs3/Release/rpcs3.exp
[00:26:22] rpcs3.vcxproj -> C:\rpcs3\bin\rpcs3.exe
[00:26:22] FinalizeBuildStatus:
[00:26:22] Deleting file "rpcs3.dir\Release\rpcs3.tlog\unsuccessfulbuild".
[00:26:22] Touching "rpcs3.dir\Release\rpcs3.tlog\rpcs3.lastbuildstate".
[00:26:22] Done Building Project "C:\rpcs3\rpcs3\rpcs3.vcxproj" (default targets).
[00:26:22] PrepareForBuild:
[00:26:22] Creating directory "x64\Release\ALL_BUILD\".
[00:26:22] Creating directory "x64\Release\ALL_BUILD\ALL_BUILD.tlog\".
[00:26:22] InitializeBuildStatus:
[00:26:22] Creating "x64\Release\ALL_BUILD\ALL_BUILD.tlog\unsuccessfulbuild"
because "AlwaysCreate" was specified.
[00:26:22] CustomBuild:
[00:26:22] Building Custom Rule C:/rpcs3/CMakeLists.txt
[00:26:22] CMake does not need to re-run because
C:/rpcs3/CMakeFiles/generate.stamp is up-to-date.
[00:26:22] FinalizeBuildStatus:
[00:26:22] Deleting file
"x64\Release\ALL_BUILD\ALL_BUILD.tlog\unsuccessfulbuild".
[00:26:22] Touching
"x64\Release\ALL_BUILD\ALL_BUILD.tlog\ALL_BUILD.lastbuildstate".
[00:26:22] Done Building Project "C:\rpcs3\ALL_BUILD.vcxproj" (default targets).
[00:26:22]
[00:26:22] Build succeeded.
[00:26:22]
[00:26:22] "C:\rpcs3\ALL_BUILD.vcxproj" (default target) (1) ->
[00:26:22] "C:\rpcs3\3rdparty\hidapi\windows\hidapi-hid.vcxproj" (default target)
(4) ->
[00:26:22] (ClCompile target) ->
[00:26:22] C:\rpcs3\3rdparty\hidapi\windows\hid.c(641): warning C4267:
'function': conversion from 'size_t' to 'DWORD', possible loss of data
[C:\rpcs3\3rdparty\hidapi\windows\hidapi-hid.vcxproj]
[00:26:22] C:\rpcs3\3rdparty\hidapi\windows\hid.c(681): warning C4267: 'return':
conversion from 'size_t' to 'int', possible loss of data
[C:\rpcs3\3rdparty\hidapi\windows\hidapi-hid.vcxproj]
[00:26:22] C:\rpcs3\3rdparty\hidapi\windows\hid.c(671): warning C4267:
'initializing': conversion from 'size_t' to 'DWORD', possible loss of data
[C:\rpcs3\3rdparty\hidapi\windows\hidapi-hid.vcxproj]
[00:26:22] C:\rpcs3\3rdparty\hidapi\windows\hid.c(698): warning C4267:
'function': conversion from 'size_t' to 'DWORD', possible loss of data
[C:\rpcs3\3rdparty\hidapi\windows\hidapi-hid.vcxproj]
[00:26:22] C:\rpcs3\3rdparty\hidapi\windows\hid.c(752): warning C4267: 'return':
conversion from 'size_t' to 'int', possible loss of data
[C:\rpcs3\3rdparty\hidapi\windows\hidapi-hid.vcxproj]
[00:26:22] C:\rpcs3\3rdparty\hidapi\windows\hid.c(768): warning C4267:
'function': conversion from 'size_t' to 'ULONG', possible loss of data
[C:\rpcs3\3rdparty\hidapi\windows\hidapi-hid.vcxproj]
[00:26:22] C:\rpcs3\3rdparty\hidapi\windows\hid.c(774): warning C4267: 'return':
conversion from 'size_t' to 'int', possible loss of data
[C:\rpcs3\3rdparty\hidapi\windows\hidapi-hid.vcxproj]
[00:26:22] C:\rpcs3\3rdparty\hidapi\windows\hid.c(796): warning C4267:
'function': conversion from 'size_t' to 'DWORD', possible loss of data
[C:\rpcs3\3rdparty\hidapi\windows\hidapi-hid.vcxproj]
[00:26:22] C:\rpcs3\3rdparty\hidapi\windows\hid.c(797): warning C4267:
'function': conversion from 'size_t' to 'DWORD', possible loss of data
[C:\rpcs3\3rdparty\hidapi\windows\hidapi-hid.vcxproj]
[00:26:22] C:\rpcs3\3rdparty\hidapi\windows\hid.c(838): warning C4267:
'function': conversion from 'size_t' to 'ULONG', possible loss of data
[C:\rpcs3\3rdparty\hidapi\windows\hidapi-hid.vcxproj]
[00:26:22] C:\rpcs3\3rdparty\hidapi\windows\hid.c(851): warning C4267:
'function': conversion from 'size_t' to 'ULONG', possible loss of data
[C:\rpcs3\3rdparty\hidapi\windows\hidapi-hid.vcxproj]
[00:26:22] C:\rpcs3\3rdparty\hidapi\windows\hid.c(864): warning C4267:
'function': conversion from 'size_t' to 'ULONG', possible loss of data
[C:\rpcs3\3rdparty\hidapi\windows\hidapi-hid.vcxproj]
[00:26:22] C:\rpcs3\3rdparty\hidapi\windows\hid.c(877): warning C4267:
'function': conversion from 'size_t' to 'ULONG', possible loss of data
[C:\rpcs3\3rdparty\hidapi\windows\hidapi-hid.vcxproj]
[00:26:22]
[00:26:22]
[00:26:22] "C:\rpcs3\ALL_BUILD.vcxproj" (default target) (1) ->
[00:26:22] "C:\rpcs3\rpcs3\rpcs3.vcxproj" (default target) (6) ->
[00:26:22] "C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_decompiler.vcxproj"
(default target) (7) ->
[00:26:22] cl : Command line warning D9002: ignoring unknown option '-
fexceptions'
[C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_decompiler.vcxproj]
[00:26:22]
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompiler.cpp(620): warning
C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
[C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_decompiler.vcxproj]
[00:26:22]
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cpp(580): warning
C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
[C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_decompiler.vcxproj]
[00:26:22]
[00:26:22]
[00:26:22] "C:\rpcs3\ALL_BUILD.vcxproj" (default target) (1) ->
[00:26:22] "C:\rpcs3\rpcs3\rpcs3.vcxproj" (default target) (6) ->
[00:26:22] "C:\rpcs3\rsx_program_decompiler\shader_code\shader_code.vcxproj"
(default target) (8) ->
[00:26:22] cl : Command line warning D9002: ignoring unknown option '-
fexceptions' [C:\rpcs3\rsx_program_decompiler\shader_code\shader_code.vcxproj]
[00:26:22]
[00:26:22]
[00:26:22] "C:\rpcs3\ALL_BUILD.vcxproj" (default target) (1) ->
[00:26:22] "C:\rpcs3\rpcs3\rpcs3.vcxproj" (default target) (6) ->
[00:26:22] C:\rpcs3\rpcs3\BasicKeyboardHandler.cpp(16): warning C4267: '=':
conversion from 'size_t' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Crypto\lz.cpp(150): warning C4244: '=': conversion from
'__int64' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Crypto\lz.cpp(165): warning C4244: 'return': conversion
from '__int64' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Crypto\lz.cpp(206): warning C4244: 'return': conversion
from '__int64' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Crypto\lz.cpp(279): warning C4244: '=': conversion from
'__int64' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Crypto\unself.cpp(678): warning C4244: 'initializing':
conversion from 'u64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Crypto\unself.cpp(747): warning C4244: '+=': conversion
from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Crypto\unself.cpp(801): warning C4244: '+=': conversion
from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Crypto\unself.cpp(831): warning C4244: '=': conversion
from 'u64' to 'uInt', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Crypto\unself.cpp(870): warning C4244: '+=': conversion
from 'u64' to 'u32', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Crypto\unself.cpp(1138): warning C4244: 'initializing':
conversion from 'u64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Crypto\unself.cpp(1221): warning C4244: '+=':
conversion from 'u64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Crypto\unself.cpp(1267): warning C4244: '+=':
conversion from 'u64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Crypto\unself.cpp(1304): warning C4244: '+=':
conversion from 'u64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Crypto\unself.cpp(1378): warning C4244: '+=':
conversion from 'u64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\BasicMouseHandler.cpp(11): warning C4267: '=':
conversion from 'size_t' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\Audio\XAudio2\XAudio27Thread.cpp(128): warning
C4244: 'argument': conversion from 'double' to 'float', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\DS4PadHandler.cpp(400): warning C4244: 'argument':
conversion from 'int' to 'f32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\Audio\XAudio2\XAudio28Thread.cpp(130): warning
C4244: 'argument': conversion from 'double' to 'float', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellAudio.cpp(623): warning C4319:
'~': zero extending 'u32' to 'u64' of greater size [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellAudio.cpp(628): warning C4319:
'~': zero extending 'u32' to 'u64' of greater size [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\cell\modules\cellHttp.h(128): warning C4309:
'initializing': truncation of constant value (compiling source file
C:\rpcs3\rpcs3\Emu\Cell\Modules\cellHttp.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellGcmSys.cpp(449): warning C4018:
'>': signed/unsigned mismatch [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] 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:26:22] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellL10n.cpp(413): warning C4018: '<':
signed/unsigned mismatch [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellL10n.cpp(1260): warning C4018:
'<': signed/unsigned mismatch [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellPngDec.cpp(683): warning C4244:
'initializing': conversion from 'unsigned __int64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] 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:26:22] 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:26:22] 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:26:22] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellPngDec.cpp(772): warning C4018:
'<': signed/unsigned mismatch [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellPngDec.cpp(774): warning C4018:
'<': signed/unsigned mismatch [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\..\Utilities/BEType.h(589): warning C4267: '+=':
conversion 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.vcxproj]
[00:26:22] 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:26:22] 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:26:22] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSail.cpp(708): warning C4800:
'u64': forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSail.cpp(722): warning C4065:
switch statement contains 'default' but no 'case' labels
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] 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:26:22] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSaveData.cpp(252): warning C4267:
'=': conversion from 'size_t' to 's32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\Cell\Modules\cellSaveData.cpp(400): warning C4244:
'argument': conversion from 'u64' to 'int', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\Cell\Modules\sceNpTrophy.cpp(692): warning C4244:
'argument': conversion from 'u64' to 'unsigned int', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\Cell\Modules\sceNpTrophy.cpp(745): warning C4244:
'argument': conversion from 'u64' to 'unsigned int', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_mempool.cpp(73): warning C4244:
'argument': conversion from 'u64' to 'unsigned int', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(59): warning C4244:
'initializing': conversion from '__int64' to 'unsigned int', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(235): warning C4244: '=':
conversion from 'SOCKET' to 's32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(248): warning C4244: '=':
conversion from 'SOCKET' to 's32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(258): warning C4244: '=':
conversion from 'ADDRESS_FAMILY' to 'u8', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(279): warning C4996:
'inet_ntoa': Use inet_ntop() or InetNtop() instead or define
_WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(307): warning C4996:
'inet_ntoa': Use inet_ntop() or InetNtop() instead or define
_WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(356): warning C4996:
'inet_addr': Use inet_pton() or InetPton() instead or define
_WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(397): warning C4996:
'inet_ntoa': Use inet_ntop() or InetNtop() instead or define
_WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(830): warning C4244: '=':
conversion from '__int64' to 'long', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\Cell\Modules\sys_net.cpp(831): warning C4244: '=':
conversion from '__int64' to 'long', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] 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:26:22] C:\rpcs3\rpcs3\Emu\Cell\PPUInterpreter.cpp(3236): warning C4244:
'initializing': conversion from 'u64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\Cell\PPUInterpreter.cpp(3236): warning C4244:
'initializing': conversion from 'u64' to 'const u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\Cell\PPUInterpreter.cpp(3939): warning C4244:
'initializing': conversion from 'u64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\Cell\PPUInterpreter.cpp(3939): warning C4244:
'initializing': conversion from 'u64' to 'const u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\Cell\PPUModule.cpp(1193): warning C4244:
'argument': conversion from 'unsigned __int64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\Cell\PPUModule.cpp(1221): warning C4267:
'argument': conversion from 'size_t' to 's32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\cell\../../../Utilities/BitField.h(39): warning
C4309: 'static_cast': truncation of constant value (compiling source file
C:\rpcs3\rpcs3\Emu\Cell\PPUModule.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\Cell\PPUThread.cpp(747): warning C4244: 'argument':
conversion from 'u64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\Cell\PPUThread.cpp(782): warning C4244: '=':
conversion from 'u64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\Cell\PPUTranslator.cpp(328): warning C4244:
'argument': conversion from 'double' to 'unsigned int', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\asmjit\src\asmjit\base\../base/operand.h(466): warning C4099:
'asmjit::Label': type name first seen using 'struct' now seen using 'class'
(compiling source file C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\asmjit\src\asmjit\base\../base/codeholder.h(34): warning
C4099: 'asmjit::CodeHolder': type name first seen using 'struct' now seen using
'class' (compiling source file C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\asmjit\src\asmjit\base\../base/codeholder.h(481): warning
C4099: 'asmjit::CodeHolder': type name first seen using 'struct' now seen using
'class' (compiling source file C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\asmjit\src\asmjit\./base/runtime.h(150): warning C4099:
'asmjit::JitRuntime': type name first seen using 'struct' now seen using 'class'
(compiling source file C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\asmjit\src\asmjit\x86\../x86/x86operand.h(26): warning C4099:
'asmjit::X86Mem': type name first seen using 'struct' now seen using 'class'
(compiling source file C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\asmjit\src\asmjit\x86\../x86/x86operand.h(30): warning C4099:
'asmjit::X86Gp': type name first seen using 'struct' now seen using 'class'
(compiling source file C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\asmjit\src\asmjit\x86\../x86/x86operand.h(40): warning C4099:
'asmjit::X86Xmm': type name first seen using 'struct' now seen using 'class'
(compiling source file C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\asmjit\src\asmjit\x86\../x86/x86operand.h(57): warning C4099:
'asmjit::X86Mem': type name first seen using 'struct' now seen using 'class'
(compiling source file C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\asmjit\src\asmjit\x86\../x86/x86operand.h(486): warning
C4099: 'asmjit::X86Gp': type name first seen using 'struct' now seen using 'class'
(compiling source file C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\asmjit\src\asmjit\x86\../x86/x86operand.h(587): warning
C4099: 'asmjit::X86Xmm': type name first seen using 'struct' now seen using 'class'
(compiling source file C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\asmjit\src\asmjit\./x86/x86compiler.h(34): warning C4099:
'asmjit::X86Compiler': type name first seen using 'struct' now seen using 'class'
(compiling source file C:\rpcs3\rpcs3\Emu\Cell\SPUASMJITRecompiler.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\Cell\SPUThread.cpp(154): warning C4244: 'argument':
conversion from 'unsigned __int64' to 'int', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\PSP2\ARMv7Interpreter.cpp(2096): warning C4244:
'argument': conversion from 'u64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\CgBinaryProgram.h(328): warning C4267:
'argument': conversion from 'size_t' to 'u32', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\CgBinaryFragmentProgram.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\CgBinaryProgram.h(328): warning C4267:
'argument': conversion from 'size_t' to 'u32', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\CgBinaryVertexProgram.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\include\numeric(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:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\d3d12\d3d12fragmentprogramdecompiler.cpp(199):
warning C4715: '`anonymous namespace'::insert_texture_fetch': not all control paths
return a value [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\d3d12\d3d12pipelinestate.cpp(125): warning
C4715: '<lambda_8c082be772f7754ccb8296e956cf54ee>::operator()': not all control
paths return a value [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12VertexProgramDecompiler.cpp(207):
warning C4800: 'u32': forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12VertexProgramDecompiler.cpp(209):
warning C4800: 'u32': forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12VertexProgramDecompiler.cpp(210):
warning C4800: 'u32': forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] 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:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(810): warning C4244: '=':
conversion 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:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(891): warning C4244: '=':
conversion 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:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(810): warning C4244: '=':
conversion 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:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(891): warning C4244: '=':
conversion 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:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(175): warning C4267:
'argument': 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.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(218): warning C4267:
'initializing': 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.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(387): warning C4244: '/=':
conversion from 'f32' to 'u16', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(427): warning C4244: '/=':
conversion from 'f32' to 'u16', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(465): warning C4244:
'argument': conversion from 'u64' to 'const u32', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1037): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1037): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1038): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1038): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1174): warning C4244: '=':
conversion from 'float' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1175): warning C4244: '=':
conversion from 'float' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1199): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1199): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1200): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1200): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\../Common/TextGlyphs.h(170): warning C4244:
'=': 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:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(94): warning C4267:
'initializing': 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:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(94): warning C4267:
'initializing': 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.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(183): warning C4267: 'argument':
conversion from 'size_t' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(187): 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:26:22] C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp(769): warning C4267:
'initializing': conversion from 'size_t' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp(769): warning C4267:
'initializing': conversion from 'size_t' to 'const u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(691): warning C4244:
'initializing': conversion from 'f32' to 'u32', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(691): warning C4244:
'initializing': conversion from 'f32' to 'const u32', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLGSRender.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(809): warning C4267:
'argument': 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:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(810): warning C4244: '=':
conversion 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:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(891): warning C4244: '=':
conversion 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:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(175): warning C4267:
'argument': 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:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(218): warning C4267:
'initializing': 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:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(387): warning C4244: '/=':
conversion from 'f32' to 'u16', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(427): warning C4244: '/=':
conversion from 'f32' to 'u16', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(465): warning C4244:
'argument': conversion from 'u64' to 'const u32', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1037): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1037): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1038): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1038): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1174): warning C4244: '=':
conversion from 'float' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1175): warning C4244: '=':
conversion from 'float' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1199): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1199): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1200): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1200): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\../Common/TextGlyphs.h(170): warning C4244:
'=': conversion from 'long' to 'u8', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(94): warning C4267:
'initializing': 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.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(94): warning C4267:
'initializing': 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:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(183): warning C4267: 'argument':
conversion from 'size_t' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLRenderTargets.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(187): 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.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(810): warning C4244: '=':
conversion 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:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(891): warning C4244: '=':
conversion 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:26:22] C:\rpcs3\rpcs3\Emu\RSX\GL\GLTexture.cpp(165): warning C4244:
'argument': conversion from 'double' to 'GLint', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\RSX\GL\GLTexture.cpp(172): warning C4244:
'argument': conversion from 'float' to 'GLint', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\RSX\GL\GLTexture.cpp(178): warning C4244:
'argument': conversion from 'float' to 'GLint', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(810): warning C4244: '=':
conversion from 'GLsizeiptr' to 'u32', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(891): warning C4244: '=':
conversion from 'GLsizeiptr' to 'u32', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(175): warning C4267:
'argument': conversion from 'size_t' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(218): warning C4267:
'initializing': conversion from 'size_t' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(387): warning C4244: '/=':
conversion from 'f32' to 'u16', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(427): warning C4244: '/=':
conversion from 'f32' to 'u16', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(465): warning C4244:
'argument': conversion from 'u64' to 'const u32', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1037): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1037): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1038): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1038): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1174): warning C4244: '=':
conversion from 'float' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1175): warning C4244: '=':
conversion from 'float' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1199): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1199): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1200): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1200): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\../Common/TextGlyphs.h(170): warning C4244:
'=': conversion from 'long' to 'u8', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(94): warning C4267:
'initializing': conversion from 'size_t' to 'u32', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(94): warning C4267:
'initializing': conversion from 'size_t' to 'const u32', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(183): warning C4267: 'argument':
conversion from 'size_t' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(187): warning C4267: 'argument':
conversion from 'size_t' to 'GLsizei', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLTextureCache.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(810): warning C4244: '=':
conversion 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:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(891): warning C4244: '=':
conversion 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:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(175): warning C4267:
'argument': 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:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(218): warning C4267:
'initializing': 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:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(387): warning C4244: '/=':
conversion from 'f32' to 'u16', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(427): warning C4244: '/=':
conversion from 'f32' to 'u16', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(465): warning C4244:
'argument': conversion from 'u64' to 'const u32', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1037): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1037): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1038): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1038): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1174): warning C4244: '=':
conversion from 'float' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1175): warning C4244: '=':
conversion from 'float' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1199): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1199): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1200): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1200): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\../Common/TextGlyphs.h(170): warning C4244:
'=': conversion from 'long' to 'u8', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(94): warning C4267:
'initializing': 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.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(94): warning C4267:
'initializing': 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:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(183): warning C4267: 'argument':
conversion from 'size_t' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(187): 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.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexBuffers.cpp(475): warning C4244:
'+=': conversion from '__int64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexProgram.cpp(140): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexProgram.cpp(142): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexProgram.cpp(143): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexProgram.cpp(326): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexProgram.cpp(328): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\RSX\GL\GLVertexProgram.cpp(329): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\RSX\RSXThread.cpp(363): warning C4267: 'return':
conversion from 'size_t' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\rsxthread.cpp(889): warning C4715:
'rsx::`anonymous namespace'::is_int_type': not all control paths return a value
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\vk\vkfragmentprogram.cpp(218): warning C4715:
'vk::insert_texture_fetch': not all control paths return a value
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\vk\VKRenderTargets.h(75): 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:26:22] c:\rpcs3\rpcs3\emu\rsx\vk\VKRenderTargets.h(110): 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:26:22] c:\rpcs3\rpcs3\emu\rsx\vk\../Common/TextGlyphs.h(170): warning C4244:
'=': 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:26:22] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(268): warning C4267:
'initializing': 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:26:22] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(268): warning C4267:
'initializing': 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.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(332): warning C4244: '=':
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:26:22] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(333): warning C4244: '=':
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:26:22] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(342): warning C4267: 'argument':
conversion from 'size_t' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp(727): warning C4244: '+=':
conversion from '__int64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp(752): warning C4244: '+=':
conversion from '__int64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp(856): warning C4244: '+=':
conversion from '__int64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp(865): warning C4244: '+=':
conversion from '__int64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp(901): warning C4244: '+=':
conversion from '__int64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp(1054): warning C4267:
'argument': conversion from 'size_t' to 'uint32_t', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp(1829): warning C4244: '=':
conversion from '__int64' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\include\utility(123): warning C4244: 'initializing': conversion from 'const
u64' to 'u32', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\VK\VKGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] 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\VKGSRender.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexProgram.cpp(177): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexProgram.cpp(179): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexProgram.cpp(180): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexProgram.cpp(321): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexProgram.cpp(323): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexProgram.cpp(324): warning C4800:
'u32': forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\vk\VKRenderTargets.h(75): 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:26:22] c:\rpcs3\rpcs3\emu\rsx\vk\VKRenderTargets.h(110): 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:26:22] c:\rpcs3\rpcs3\emu\rsx\vk\../Common/TextGlyphs.h(170): warning C4244:
'=': conversion from 'long' to 'u8', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(268): warning C4267:
'initializing': 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.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(268): warning C4267:
'initializing': 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:26:22] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(332): warning C4244: '=':
conversion from 'int' to 'float', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(333): warning C4244: '=':
conversion from 'int' to 'float', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(342): warning C4267: 'argument':
conversion from 'size_t' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp(303): warning C4267:
'=': conversion from 'size_t' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp(311): warning C4267:
'=': conversion from 'size_t' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp(328): warning C4267:
'initializing': conversion from 'size_t' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp(506): warning C4267:
'initializing': conversion from 'size_t' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\include\utility(123): warning C4244: 'initializing': conversion from 'const
u64' to 'u32', possible loss of data (compiling source file
C:\rpcs3\rpcs3\Emu\RSX\VK\VKVertexBuffers.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gcm_printing.cpp(773): warning C4715:
'`anonymous namespace'::get_vertex_attribute_format': not all control paths return
a value [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\RSX\rsx_methods.cpp(591): warning C4244: '=':
conversion from 'const f32' to 'u16', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu\RSX\rsx_methods.cpp(592): warning C4244: '=':
conversion from 'const f32' to 'u16', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Gui\AutoPauseManager.cpp(105): warning C4267:
'argument': conversion from 'size_t' to 'int', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Gui\AutoPauseManager.cpp(105): warning C4267:
'argument': conversion from 'size_t' to 'long', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Gui\AutoPauseManager.cpp(108): warning C4267:
'argument': conversion from 'size_t' to 'long', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Gui\AutoPauseManager.cpp(112): warning C4267:
'argument': conversion from 'size_t' to 'long', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Gui\AutoPauseManager.cpp(117): warning C4267:
'argument': conversion from 'size_t' to 'long', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Gui\AutoPauseManager.cpp(121): warning C4267:
'argument': conversion from 'size_t' to 'long', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Gui\AutoPauseManager.cpp(157): warning C4267:
'initializing': conversion from 'size_t' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Gui\AutoPauseManager.cpp(242): warning C4244: '=':
conversion from 'ullong' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Emu/RSX/CgBinaryProgram.h(328): warning C4267:
'argument': 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:26:22] C:\rpcs3\rpcs3\Gui\MainFrame.cpp(454): warning C4267: 'argument':
conversion from 'size_t' to 'int', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Gui\MemoryStringSearcher.cpp(33): warning C4267:
'initializing': conversion from 'size_t' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Gui\MemoryStringSearcher.cpp(33): warning C4267:
'initializing': conversion from 'size_t' to 'const u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] 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:26:22] C:\rpcs3\rpcs3\Gui\RSXDebugger.cpp(403): warning C4244:
'initializing': conversion from 'f32' to 'u8', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] 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:26:22] 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:26:22] 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:26:22] 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:26:22] 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:26:22] 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:26:22] c:\rpcs3\rpcs3\gui\rsxdebugger.cpp(442): warning C4715: '`anonymous
namespace'::get_value': not all control paths return a value
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\KeyboardPadHandler.cpp(14): warning C4267: '=':
conversion from 'size_t' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Loader\TAR.cpp(11): warning C4267: 'initializing':
conversion from 'size_t' to 'int', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\Loader\TAR.cpp(31): warning C4244: '+=': conversion
from 'double' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\XInputPadHandler.cpp(174): warning C4800: 'int':
forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\rpcs3\MMJoystickHandler.cpp(147): warning C4800: 'DWORD':
forcing value to bool 'true' or 'false' (performance warning)
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26: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:26:22] C:\rpcs3\rpcs3\rpcs3_api.cpp(117): warning C4267: '=': conversion from
'size_t' to 'int', possible loss of data [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(810): warning C4244: '=':
conversion from 'GLsizeiptr' to 'u32', possible loss of data (compiling source file
C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLHelpers.h(891): warning C4244: '=':
conversion from 'GLsizeiptr' to 'u32', possible loss of data (compiling source file
C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(175): warning C4267:
'argument': conversion from 'size_t' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(218): warning C4267:
'initializing': conversion from 'size_t' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(387): warning C4244: '/=':
conversion from 'f32' to 'u16', possible loss of data (compiling source file
C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLRenderTargets.h(427): warning C4244: '/=':
conversion from 'f32' to 'u16', possible loss of data (compiling source file
C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(465): warning C4244:
'argument': conversion from 'u64' to 'const u32', possible loss of data (compiling
source file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1037): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1037): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1038): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1038): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1174): warning C4244: '=':
conversion from 'float' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1175): warning C4244: '=':
conversion from 'float' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1199): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1199): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1200): warning C4244:
'initializing': conversion from 'float' to 'u16', possible loss of data (compiling
source file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextureCache.h(1200): warning C4244:
'initializing': conversion from 'float' to 'const u16', possible loss of data
(compiling source file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\../Common/TextGlyphs.h(170): warning C4244:
'=': conversion from 'long' to 'u8', possible loss of data (compiling source file
C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(94): warning C4267:
'initializing': conversion from 'size_t' to 'u32', possible loss of data (compiling
source file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(94): warning C4267:
'initializing': 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:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(183): warning C4267: 'argument':
conversion from 'size_t' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\gl\GLTextOut.h(187): 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:26:22] c:\rpcs3\rpcs3\emu\rsx\vk\VKRenderTargets.h(75): 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:26:22] c:\rpcs3\rpcs3\emu\rsx\vk\VKRenderTargets.h(110): 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:26:22] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(268): warning C4267:
'initializing': conversion from 'size_t' to 'u32', possible loss of data (compiling
source file C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(268): warning C4267:
'initializing': 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:26:22] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(332): warning C4244: '=':
conversion from 'int' to 'float', possible loss of data (compiling source file
C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(333): warning C4244: '=':
conversion from 'int' to 'float', possible loss of data (compiling source file
C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] c:\rpcs3\rpcs3\emu\rsx\vk\VKTextOut.h(342): warning C4267: 'argument':
conversion from 'size_t' to 'int', possible loss of data (compiling source file
C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\Utilities\Thread.cpp(1151): warning C4267: 'argument':
conversion from 'size_t' to 'u32', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\include\utility(123): warning C4244: 'initializing': conversion from 'const
u64' to 'u32', possible loss of data (compiling source file
C:\rpcs3\rpcs3\rpcs3.cpp) [C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22]
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_fp_decompiler.cpp(620): warning
C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22]
C:\rpcs3\rsx_program_decompiler\rsx_decompiler\rsx_vp_decompiler.cpp(580): warning
C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\asmjit\src\asmjit\x86\x86inst.cpp(2444): warning C4838:
conversion from 'int' to 'uint32_t' requires a narrowing conversion
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22] C:\rpcs3\asmjit\src\asmjit\x86\x86instimpl.cpp(113): warning C4838:
conversion from '' to 'uint32_t' requires a narrowing conversion
[C:\rpcs3\rpcs3\rpcs3.vcxproj]
[00:26:22]
[00:26:22] 315 Warning(s)
[00:26:22] 0 Error(s)
[00:26:22]
[00:26:22] Time Elapsed 00:06:02.02
[00:26:23] Collecting artifacts...
[00:26:23] Found artifact 'bin' matching 'bin' path
[00:26:23] Uploading artifacts...
[00:26:23]
[00:26:26] [1/1] rpcs3-v0.0.2-2017-05-16-d5107aab_win64...Zipping to rpcs3-v0.0.2-
2017-05-16-d5107aab_win64.zip
[00:26:26] [1/1] rpcs3-v0.0.2-2017-05-16-d5107aab_win64.zip (12,757,908 bytes)...1%
[00:26:26] [1/1] rpcs3-v0.0.2-2017-05-16-d5107aab_win64.zip (12,757,908
bytes)...10%
[00:26:26] [1/1] rpcs3-v0.0.2-2017-05-16-d5107aab_win64.zip (12,757,908
bytes)...20%
[00:26:26] [1/1] rpcs3-v0.0.2-2017-05-16-d5107aab_win64.zip (12,757,908
bytes)...30%
[00:26:26] [1/1] rpcs3-v0.0.2-2017-05-16-d5107aab_win64.zip (12,757,908
bytes)...40%
[00:26:26] [1/1] rpcs3-v0.0.2-2017-05-16-d5107aab_win64.zip (12,757,908
bytes)...50%
[00:26:26] [1/1] rpcs3-v0.0.2-2017-05-16-d5107aab_win64.zip (12,757,908
bytes)...60%
[00:26:26] [1/1] rpcs3-v0.0.2-2017-05-16-d5107aab_win64.zip (12,757,908
bytes)...70%
[00:26:26] [1/1] rpcs3-v0.0.2-2017-05-16-d5107aab_win64.zip (12,757,908
bytes)...80%
[00:26:26] [1/1] rpcs3-v0.0.2-2017-05-16-d5107aab_win64.zip (12,757,908
bytes)...90%
[00:26:26] [1/1] rpcs3-v0.0.2-2017-05-16-d5107aab_win64.zip (12,757,908
bytes)...100%
[00:26:27] Build success

You might also like