forked from ValveSoftware/Proton
-
-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9743ad6
commit 2b65058
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule dxvk
updated
14 files
+8 −6 | src/d3d9/d3d9_adapter.cpp | |
+3 −1 | src/d3d9/d3d9_adapter.h | |
+5 −0 | src/d3d9/d3d9_cursor.cpp | |
+73 −60 | src/d3d9/d3d9_device.cpp | |
+7 −1 | src/d3d9/d3d9_device.h | |
+39 −3 | src/d3d9/d3d9_interface.cpp | |
+1 −0 | src/d3d9/d3d9_options.cpp | |
+3 −0 | src/d3d9/d3d9_options.h | |
+13 −3 | src/d3d9/d3d9_swapchain.cpp | |
+8 −0 | src/d3d9/d3d9_util.h | |
+12 −2 | src/dxso/dxso_compiler.cpp | |
+7 −1 | src/dxso/dxso_options.cpp | |
+5 −1 | src/dxso/dxso_options.h | |
+2 −1 | tests/dxbc/test_hlsl_compiler.cpp |
Submodule vkd3d
updated
from 639d73 to ab5019