Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlisto91 <47954800+Blisto91@users.noreply.github.com>2023-07-21 00:25:35 +0300
committerPhilip Rebohle <25567304+doitsujin@users.noreply.github.com>2023-07-23 20:59:31 +0300
commit4ed147403007fa6e1ffc944ad7cad4d7013272ce (patch)
treea8c3fe61f896b4768e52f743ee16c6aa030307a5
parent13440a5d8944f0ae38fae3f131c4483de9162e0a (diff)
[meta] Move up Vulkan driver section in readme
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index c32c196b..fd8272c9 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,9 @@ In order to remove DXVK from a prefix, remove the DLLs and DLL overrides, and ru
Tools such as Steam Play, Lutris, Bottles, Heroic Launcher, etc will automatically handle setup of dxvk on their own when enabled.
+### Notes on Vulkan drivers
+Before reporting an issue, please check the [Wiki](https://github.com/doitsujin/dxvk/wiki/Driver-support) page on the current driver status and make sure you run a recent enough driver version for your hardware.
+
## Build instructions
In order to pull in all submodules that are needed for building, clone the repository using the following command:
@@ -75,9 +78,6 @@ ninja install
The D3D9, D3D10, D3D11 and DXGI DLLs will be located in `/your/dxvk/directory/bin`. Setup has to be done manually in this case.
-### Notes on Vulkan drivers
-Before reporting an issue, please check the [Wiki](https://github.com/doitsujin/dxvk/wiki/Driver-support) page on the current driver status and make sure you run a recent enough driver version for your hardware.
-
### Online multi-player games
Manipulation of Direct3D libraries in multi-player games may be considered cheating and can get your account **banned**. This may also apply to single-player games with an embedded or dedicated multiplayer portion. **Use at your own risk.**