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
29c8806
commit 3450765
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule dxvk-nvapi
updated
16 files
+72 −0 | .github/workflows/build-llvm.yml | |
+26 −0 | .github/workflows/build-proton.yml | |
+11 −3 | .github/workflows/build-test-windows.yml | |
+2 −0 | .gitignore | |
+2 −0 | README.md | |
+20 −0 | build-win32-llvm.txt | |
+20 −0 | build-win64-llvm.txt | |
+6 −0 | config.h.in | |
+10 −0 | meson.build | |
+5 −5 | package-release.sh | |
+8 −1 | src/nvapi.cpp | |
+44 −2 | src/nvapi_interface.cpp | |
+8 −0 | src/nvapi_private.h | |
+4 −0 | src/util/util_string.cpp | |
+78 −0 | src/util/util_string.h | |
+55 −2 | tests/util.cpp |