Sporif / dxvk-async

750 stars 37 forks source link

Patch doesn't work for 1.7.1. #3

Closed rejexy closed 4 years ago

rejexy commented 4 years ago
[rejedai@rj-pc dxvk-1.7.1]$ git apply /home/rejedai/Games/dxvk-1.7.1/dxvk-async.patch 
error: patch failed: src/dxvk/dxvk_context.h:1159
error: src/dxvk/dxvk_context.h: patch does not apply

Tested for 1.6.1, works great.

Originally posted by @rejedai in https://github.com/Sporif/dxvk-async/issues/2#issuecomment-675025517

Sporif commented 4 years ago

Use the patch command, i.e patch -Np1 -i dxvk-async.patch instead.

git apply seems to only work with a perfect patch.

rejexy commented 4 years ago

Perfect. Thank you.