Skip to content

Commit

Permalink
[d3d8] Cleanup minor things
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpyneDreams committed Jul 4, 2023
1 parent fc49539 commit 0a55669
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/d3d9/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,3 @@ d3d9_dep = declare_dependency(
link_with : [ d3d9_dll ],
include_directories : [ dxvk_include_path ],
)

2 changes: 1 addition & 1 deletion src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ namespace dxvk {
* This game reads from undeclared vs inputs *
* but somehow works on native. Let's just *
* change its declaration to make them work. */
{ R"(\\Pure Pinball 2.0 REDUX\.exe$)", {{
{ R"(\\Pure Pinball 2\.0 REDUX\.exe$)", {{
{ "d3d8.forceVsDecl", "0:2,4:2,7:4,9:1,8:1" },
}} },
/* Supreme Ruler 2010 *
Expand Down

0 comments on commit 0a55669

Please sign in to comment.