-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Proton Merge Bot
committed
Mar 1, 2025
1 parent
9fdc470
commit b92af1d
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule dxvk-nvapi
updated
112 files
Submodule vkd3d-proton
updated
77 files
Submodule wine
updated
24 files
+1 −0 | dlls/amd_ags_x64/amd_ags_x64.spec | |
+41 −3 | dlls/amd_ags_x64/amd_ags_x64_main.c | |
+1 −1 | dlls/jscript/json.c | |
+2 −1 | dlls/jscript/tests/api.js | |
+12 −0 | dlls/kernelbase/process.c | |
+9 −0 | dlls/mfreadwrite/reader.c | |
+6 −0 | dlls/ntdll/tests/info.c | |
+1 −0 | dlls/ntdll/unix/loader.c | |
+6 −3 | dlls/ntdll/unix/process.c | |
+8 −2 | dlls/setupapi/devinst.c | |
+60 −103 | dlls/user32/win.c | |
+1 −1 | dlls/win32u/main.c | |
+192 −22 | dlls/win32u/tests/win32u.c | |
+10 −8 | dlls/win32u/window.c | |
+1 −0 | dlls/winegstreamer/unixlib.c | |
+25 −0 | dlls/winevulkan/vulkan.c | |
+12 −1 | dlls/winex11.drv/mouse.c | |
+6 −6 | dlls/wow64win/user.c | |
+1 −1 | include/ntuser.h | |
+12 −0 | server/protocol.def | |
+10 −0 | server/queue.c | |
+1 −1 | server/user.c | |
+2 −0 | server/user.h | |
+97 −0 | server/window.c |