Skip to content

Commit

Permalink
win32u: Update Nvidia's DriverVersion to match 552.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivyl committed May 3, 2024
1 parent b94d5f5 commit 4d5ffea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlls/win32u/sysparams.c
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,7 @@ static void add_gpu( const struct gdi_gpu *gpu, void *param )
break;
/* Nvidia */
case 0x10de:
sprintf( buffer, "31.0.15.3625" );
sprintf( buffer, "31.0.15.5212" );
break;
/* Default value for any other vendor. */
default:
Expand Down

0 comments on commit 4d5ffea

Please sign in to comment.