Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
06ad52f
Merge pull request #1 from PhoenicisOrg/master
ImperatorS79 Aug 28, 2017
86fd07c
Update script.js
ImperatorS79 Aug 28, 2017
a6f232b
Merge pull request #2 from PhoenicisOrg/master
ImperatorS79 Aug 28, 2017
a80aa84
Merge pull request #3 from PhoenicisOrg/master
ImperatorS79 Sep 26, 2017
6da4a59
Merge pull request #4 from PhoenicisOrg/master
ImperatorS79 Mar 19, 2018
8625bf0
Add files via upload
ImperatorS79 Mar 19, 2018
e2ddb73
Bump dxvk version to 0.40
ImperatorS79 Mar 25, 2018
1845f86
Update script.js
ImperatorS79 Mar 30, 2018
486cae9
Update script.js
ImperatorS79 Mar 30, 2018
dd62433
Update script.js
ImperatorS79 Mar 30, 2018
587abc7
Merge pull request #5 from PhoenicisOrg/master
ImperatorS79 Mar 31, 2018
ae8d894
Update script.js
ImperatorS79 Mar 31, 2018
e91ed9c
Update script.js
ImperatorS79 Apr 6, 2018
ceea29f
Update script.js
ImperatorS79 Apr 8, 2018
a910580
Update script.js
ImperatorS79 Apr 8, 2018
1da967b
Update script.js
ImperatorS79 Apr 8, 2018
67267cc
Add files via upload
ImperatorS79 Apr 8, 2018
b860745
Update script.js
ImperatorS79 Apr 8, 2018
7079b8b
Update script.json
ImperatorS79 Apr 8, 2018
3227db7
Merge pull request #6 from PhoenicisOrg/master
ImperatorS79 Apr 8, 2018
ed076ce
Fix codacy
ImperatorS79 Apr 8, 2018
239cac1
Update script.js
ImperatorS79 Apr 8, 2018
b7386c7
Update script.js
ImperatorS79 Apr 8, 2018
e2e6314
Update script.js
ImperatorS79 Apr 8, 2018
0b145a0
Update script.js
ImperatorS79 Apr 8, 2018
3665454
Update script.js
ImperatorS79 Apr 8, 2018
5db3d74
Update script.js
ImperatorS79 Apr 8, 2018
66df3b7
Update script.js
ImperatorS79 Apr 8, 2018
b152743
Update script.js
ImperatorS79 Apr 8, 2018
f3b1380
Update script.js
ImperatorS79 Apr 8, 2018
77067e3
Update script.js
ImperatorS79 Apr 8, 2018
284a7d5
Update script.js
ImperatorS79 Apr 8, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update script.js
  • Loading branch information
ImperatorS79 authored Mar 31, 2018
commit ae8d89447cd0d44b20c8c4d113afa8b80f41b26e
4 changes: 2 additions & 2 deletions Engines/Wine/Verbs/DXVK/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Wine.prototype.DXVK = function() {
this.overrideDLL()
.set("native", ["dxgi"])
.do();
remove(this.prefixDirectory + "/TMP/");
remove(this.prefixDirectory + "/TMP/");

return this;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something seems to be wrong with the indentation here (remove... is indented more than return). Usually Codacy should complain about this. Please merge the latest master to see if the error is detected then. If not, I would like to update Codacy to detect this first (so don't fix it yet).

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check successful...

}