Merge branch 'master' of https://github.com/xenia-project/xenia into canary_experimental
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -54,7 +54,7 @@
|
||||
url = https://github.com/microsoft/DirectXShaderCompiler.git
|
||||
[submodule "third_party/premake-cmake"]
|
||||
path = third_party/premake-cmake
|
||||
url = https://github.com/Enhex/premake-cmake.git
|
||||
url = https://github.com/JoelLinn/premake-cmake.git
|
||||
[submodule "third_party/date"]
|
||||
path = third_party/date
|
||||
url = https://github.com/HowardHinnant/date.git
|
||||
|
||||
@@ -669,7 +669,7 @@ struct VECTOR_ADD
|
||||
|
||||
e.vpsrad(e.xmm2, e.xmm1, 31);
|
||||
e.vpxord(e.xmm2, e.xmm2, e.GetXmmConstPtr(XMMSignMaskI32));
|
||||
e.vpblendmd(dest | saturate, e.xmm1, e.xmm2);
|
||||
e.vpblendmd(dest | saturate, e.xmm1, e.xmm2);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
2
third_party/premake-cmake
vendored
2
third_party/premake-cmake
vendored
Submodule third_party/premake-cmake updated: c4fec3e91a...91c646f638
Reference in New Issue
Block a user