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
d8476b9
commit dfb69db
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule dxvk
updated
3 files
+9 −14 | src/d3d9/d3d9_cursor.cpp | |
+0 −2 | src/d3d9/d3d9_cursor.h | |
+2 −5 | src/d3d9/d3d9_device.cpp |
Submodule dxvk-nvapi
updated
10 files
+1 −0 | package-release.sh | |
+1 −0 | src/meson.build | |
+32 −18 | src/nvapi_drs.cpp | |
+2 −0 | src/nvapi_interface.cpp | |
+34 −0 | src/nvapi_ngx.cpp | |
+8 −0 | src/util/util_log.h | |
+2 −0 | tests/meson.build | |
+2 −2 | tests/nvapi_main.cpp | |
+20 −0 | tests/nvapi_ngx.cpp | |
+16 −0 | tests/util.cpp |