Skip to content

Commit

Permalink
win: add support for DCH driver 555.99
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and jailuthra committed Jul 18, 2024
1 parent 7f132bb commit 4ab043d
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
9 changes: 9 additions & 0 deletions drivers.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
Expand Down
1 change: 1 addition & 0 deletions win/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |


Expand Down
6 changes: 6 additions & 0 deletions win/win10_x64/555.99/nvencodeapi.1337
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
>nvencodeapi.dll
0000000000042767:89->33
0000000000042768:45->C0
0000000000042769:08->89
000000000004276A:85->45
000000000004276B:C0->08
5 changes: 5 additions & 0 deletions win/win10_x64/555.99/nvencodeapi64.1337
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
>nvencodeapi64.dll
000000000004A551:8B->33
000000000004A552:F0->C0
000000000004A553:85->8B
000000000004A554:C0->F0

0 comments on commit 4ab043d

Please sign in to comment.