From bbc1dd27cd25a14fe8b9cb978fb0d0275b6243d9 Mon Sep 17 00:00:00 2001 From: ram/haidar Date: Tue, 24 Mar 2026 20:57:04 +0700 Subject: [PATCH] win: add support for DCH driver 595.76 --- drivers.json | 15 ++++++++++++--- win/win10_x64/595.76/nvencodeapi.1337 | 9 +++++++++ win/win10_x64/595.76/nvencodeapi64.1337 | 8 ++++++++ 3 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 win/win10_x64/595.76/nvencodeapi.1337 create mode 100644 win/win10_x64/595.76/nvencodeapi64.1337 diff --git a/drivers.json b/drivers.json index 8da931a..19421fa 100644 --- a/drivers.json +++ b/drivers.json @@ -5055,7 +5055,7 @@ "patch32_url": "win10_x64/quadro_582.16/nvencodeapi.1337", "driver_url": "https://international.download.nvidia.com/Windows/Quadro_Certified/582.16/582.16-quadro-rtx-desktop-notebook-win10-win11-64bit-international-dch-whql.exe" }, - { + { "os": "win10", "product": "GeForce", "version": "595.71", @@ -5064,7 +5064,16 @@ "patch32_url": "win10_x64/595.71/nvencodeapi.1337", "driver_url": "https://international.download.nvidia.com/Windows/595.71/595.71-desktop-win10-win11-64bit-international-dch-whql.exe" }, - { + { + "os": "win10", + "product": "GeForce", + "version": "595.76", + "variant": "DCH", + "patch64_url": "win10_x64/595.76/nvencodeapi64.1337", + "patch32_url": "win10_x64/595.76/nvencodeapi.1337", + "driver_url": "https://international.download.nvidia.com/Windows/595.76hf/595.76-desktop-notebook-win10-win11-64bit-international-dch.hf.exe" + }, + { "os": "win10", "product": "GeForce", "version": "595.79", @@ -5076,4 +5085,4 @@ ] } } -} +} \ No newline at end of file diff --git a/win/win10_x64/595.76/nvencodeapi.1337 b/win/win10_x64/595.76/nvencodeapi.1337 new file mode 100644 index 0000000..e3aad94 --- /dev/null +++ b/win/win10_x64/595.76/nvencodeapi.1337 @@ -0,0 +1,9 @@ +>nvencodeapi.dll +000000000004542E:89->31 +000000000004542F:85->C0 +0000000000045430:EC->89 +0000000000045431:FB->85 +0000000000045432:FF->EC +0000000000045433:FF->FB +0000000000045434:85->FF +0000000000045435:C0->FF \ No newline at end of file diff --git a/win/win10_x64/595.76/nvencodeapi64.1337 b/win/win10_x64/595.76/nvencodeapi64.1337 new file mode 100644 index 0000000..ce63f03 --- /dev/null +++ b/win/win10_x64/595.76/nvencodeapi64.1337 @@ -0,0 +1,8 @@ +>nvencodeapi64.dll +000000000004C2A1:8B->33 +000000000004C2A2:F0->C0 +000000000004C2A3:45->8B +000000000004C2A4:33->F0 +000000000004C2A5:FF->45 +000000000004C2A6:85->33 +000000000004C2A7:C0->FF \ No newline at end of file