mirror of
https://github.com/xemu-project/xemu-website.git
synced 2024-11-23 03:19:44 +00:00
Fix broken links
This commit is contained in:
parent
ecb3bdc6fe
commit
49d35028e9
@ -2,7 +2,7 @@
|
||||
|
||||
These NV2A [unit tests](https://github.com/abaire/nxdk_pgraph_tests){target=_blank} are a great way to isolate and troubleshoot graphical differences between xemu and real hardware.
|
||||
|
||||
The [snapshot](../../../snapshots/) feature within xemu is another convenient way to quickly test problem areas without having to repeatedly play through large sections of a game.
|
||||
The [snapshot](../../snapshots.md) feature within xemu is another convenient way to quickly test problem areas without having to repeatedly play through large sections of a game.
|
||||
|
||||
<!--
|
||||
## RenderDoc
|
||||
|
@ -75,7 +75,7 @@ Install [VSCode](https://code.visualstudio.com/download){target=_blank} and the
|
||||
|
||||
## Build & Run
|
||||
|
||||
Follow the [build](../../building-from-source/) instructions appending `--debug` to the CLI arguments, open the xemu project directory in VSCode via <kbd>File</kbd> → <kbd>Open folder...</kbd>, and press `F5` to start debugging.
|
||||
Follow the [build](../building-from-source.md) instructions appending `--debug` to the CLI arguments, open the xemu project directory in VSCode via <kbd>File</kbd> → <kbd>Open folder...</kbd>, and press `F5` to start debugging.
|
||||
|
||||
!!! tip "Tip: Arguments"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user