diff --git a/docs/post/general.md b/docs/post/general.md index 6f1564ee..c9c0cea2 100644 --- a/docs/post/general.md +++ b/docs/post/general.md @@ -15,6 +15,10 @@ General information in regards to PCSX2 features. **When in doubt, use the automatic renderer option.** ::: +### Automatic + +Automatic will figure out out what renderer works for what GPU architectures, and it is set up to pick the best option for you. Priority goes first to stability, then accuracy. **Always use this option if you are unsure.** + ### Software mode Renders on your CPU for maximum accuracy. Does not use your GPU. diff --git a/docs/setup/linux.md b/docs/setup/linux.md index 23d87837..195d68d5 100644 --- a/docs/setup/linux.md +++ b/docs/setup/linux.md @@ -50,13 +50,13 @@ This section will help you through the process of setting up PCSX2 on Linux. ## Build from source (Advanced users) :::tip -For more details on building from source for Linux, checkout our [GitHub Wiki](https://github.com/PCSX2/pcsx2/wiki/10-Building-on-Linux). +For more details on building from source for Linux (or even Windows), check out our [GitHub Wiki](https://github.com/PCSX2/pcsx2/wiki/10-Building-on-Linux). ::: - PCSX2 can be built from source using **Ninja**. - This method is not recommended for inexperienced users and assumes you know how to navigate directories from the command line. - To obtain the source code from the command line, type `git clone https://github.com/PCSX2/pcsx2 --recurse`. -- Next, enter the `pcsx2` directory you created and type `cmake --present=clang-release`. +- Next, enter the `pcsx2` directory you created and type `cmake --preset=clang-release`. - Finally, enter the `build` subdirectory which was just created and enter the command `ninja`. - This will build PCSX2, which could take several minutes depending on your CPU. - After the build is compiled, the executable file `pcsx2-qt` will be in the `build/bin` directory.