Update faq.txt

This commit is contained in:
MattTheTekie 2023-08-14 13:49:07 -04:00 committed by GitHub
commit b686b9256d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,19 +45,19 @@ c) There are no graphics drivers for the WSL, so rendering is CPU-only. (**footn
{% capture compat %}
<summary><u>What is the current state of the project?</u></summary>
The emulator can run a few test samples, and can get to the loading screen of We Are Doomed.(https://store.playstation.com/en-us/product/UP2195-CUSA01783_00-WEAREDOOMED00000) A compatibility table is in the works, and will likely arise when RPCSX is able to properly run commercial games.
The emulator can run a few test samples, and can get to the loading screen of [We Are Doomed](https://store.playstation.com/en-us/product/UP2195-CUSA01783_00-WEAREDOOMED00000). A compatibility table is in the works, and will likely arise when RPCSX is able to properly run commercial games.
{% endcapture %}
<details>{{ compat | markdownify }}</details>
{% capture compat %}
<summary><u>Where can I get in touch with developers and community members?</u></summary>
See the projects discord server. (https://discord.com/invite/t6dzA4wUdG)
See the projects [discord server](https://discord.com/invite/t6dzA4wUdG).
{% endcapture %}
<details>{{ compat | markdownify }}</details>
{% capture compat %}
<summary><u>How can I help?</u></summary>
If youd like to contribute, our roadmap is in the server above, and the project is on GitHub. (https://github.com/rpcsx/rpcsx)
If youd like to contribute, our roadmap is in the server above, and the project is on [GitHub](https://github.com/rpcsx/rpcsx).
{% endcapture %}
<details>{{ compat | markdownify }}</details>