win: add support for DCH driver 555.99

This commit is contained in:
GitHub Action 2024-07-18 11:37:37 +00:00
parent 7f132bb828
commit 3c8684a9d0
4 changed files with 21 additions and 0 deletions

View File

@ -4403,6 +4403,15 @@
"patch64_url": "win10_x64/555.85/nvencodeapi64.1337",
"patch32_url": "win10_x64/555.85/nvencodeapi.1337",
"driver_url": "https://international.download.nvidia.com/Windows/555.85/555.85-desktop-win10-win11-64bit-international-dch-whql.exe"
},
{
"os": "win10",
"product": "GeForce",
"version": "555.99",
"variant": "DCH",
"patch64_url": "win10_x64/555.99/nvencodeapi64.1337",
"patch32_url": "win10_x64/555.99/nvencodeapi.1337",
"driver_url": "https://international.download.nvidia.com/Windows/555.99/555.99-desktop-win10-win11-64bit-international-dch-whql.exe"
}
]
}

View File

@ -246,6 +246,7 @@ Credits to [TroubleChute channel](https://www.youtube.com/channel/UCkih2oVTbXPEp
| GeForce | 552.22 DCH | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/552.22/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/552.22/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/552.22/552.22-desktop-win10-win11-64bit-international-dch-whql.exe) |
| GeForce | 552.44 DCH | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/552.44/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/552.44/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/552.44/552.44-desktop-win10-win11-64bit-international-dch-whql.exe) |
| GeForce | 555.85 DCH | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/555.85/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/555.85/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/555.85/555.85-desktop-win10-win11-64bit-international-dch-whql.exe) |
| GeForce | 555.99 DCH | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/555.99/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/555.99/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/555.99/555.99-desktop-win10-win11-64bit-international-dch-whql.exe) |
| GeForce | 556.12 DCH | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/556.12/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/556.12/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/556.12/556.12-desktop-win10-win11-64bit-international-dch-whql.exe) |

View File

@ -0,0 +1,6 @@
>nvencodeapi.dll
0000000000042767:89->33
0000000000042768:45->C0
0000000000042769:08->89
000000000004276A:85->45
000000000004276B:C0->08

View File

@ -0,0 +1,5 @@
>nvencodeapi64.dll
000000000004A551:8B->33
000000000004A552:F0->C0
000000000004A553:85->8B
000000000004A554:C0->F0