diff options
| author | Justin Moore <DrChat@users.noreply.github.com> | 2019-02-28 18:33:34 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-28 18:33:34 -0600 |
| commit | d703b5b8805986d14534a7bad213634662fb1ef1 (patch) | |
| tree | bdaa5c3d51f73bc59e107f5f697e4dd9f6bcd0a3 | |
| parent | f0f59f5960ae88c9c6ded0fea8eb20e1a3a3ab32 (diff) | |
| parent | 0844a660f0015d3fc04168da89fd3165520051b9 (diff) | |
Merge pull request #1324 from BenNottelling/patch-1
Fixed link
| -rw-r--r-- | docs/gpu.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gpu.md b/docs/gpu.md index e1ed3d534..903c9b6e2 100644 --- a/docs/gpu.md +++ b/docs/gpu.md @@ -31,7 +31,7 @@ waiting for a fixed 60hz timer. ### Vulkan -See the top of [src/xenia/gpu/vulkan/vulkan_gpu_flags.cc](../src/xenia/vulkan/vulkan_gpu_flags.cc). +See the top of [src/xenia/gpu/vulkan/vulkan_gpu_flags.cc](../src/xenia/gpu/vulkan/vulkan_gpu_flags.cc). `vulkan_dump_disasm=true` "Dump shader disassembly. NVIDIA only supported." |
