Skip to content

Commit

Permalink
Merge branch 'nsubtil/rel-0.5.2' into 'release/v0.5'
Browse files Browse the repository at this point in the history
Remix 0.5.2

See merge request lightspeedrtx/dxvk-remix-nv!877
  • Loading branch information
nsubtil committed Jun 24, 2024
2 parents 448c613 + 688bf55 commit 68ccff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

project(
'dxvk', ['c', 'cpp'],
version : 'remix-0.5.1',
version : 'remix-0.5.2',
meson_version : '>= 0.58',
default_options : ['werror=true', 'b_vscrt=from_buildtype']
)
Expand Down
2 changes: 1 addition & 1 deletion src/dxvk/dxvk_options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace dxvk {
// NV-DXVK end

// NV-DXVK start: tell the user they cant run Remix
float nvidiaMinDriverFloat = config.getOption<float>("dxvk.nvidiaMinDriver", 536.67f);
float nvidiaMinDriverFloat = config.getOption<float>("dxvk.nvidiaMinDriver", 555.99f);
float nvidiaGfnMinDriverFloat = config.getOption<float>("dxvk.nvidiaGfnMinDriver", 527.01f);
float nvidiaLinuxMinDriverFloat = config.getOption<float>("dxvk.nvidiaLinuxMinDriver", 525.60f);

Expand Down

0 comments on commit 68ccff0

Please sign in to comment.