documents: add note about Start Without Debugging
This commit is contained in:
parent
20aa2d76d1
commit
c090a062ba
|
@ -35,7 +35,7 @@ Make sure you have the project set up for building on Windows with Visual Studio
|
||||||
as debug symbols will still be generated in case you encounter release configuration-exclusive bugs/errors.
|
as debug symbols will still be generated in case you encounter release configuration-exclusive bugs/errors.
|
||||||

|

|
||||||
|
|
||||||
Launch games through **Debug > Start debugging** (F5 by default).
|
Launch and debug the emulator through **Debug > Start Debugging** (F5 by default), or **Debug > Start Without Debugging** (Ctrl+F5 by default) when testing games for performance.
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue