Update faq.txt
This commit is contained in:
parent
739ef6410a
commit
b686b9256d
1 changed files with 3 additions and 3 deletions
|
|
@ -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 project’s discord server. (https://discord.com/invite/t6dzA4wUdG)
|
||||
See the project’s [discord server](https://discord.com/invite/t6dzA4wUdG).
|
||||
{% endcapture %}
|
||||
<details>{{ compat | markdownify }}</details>
|
||||
|
||||
{% capture compat %}
|
||||
<summary><u>How can I help?</u></summary>
|
||||
If you’d like to contribute, our roadmap is in the server above, and the project is on GitHub. (https://github.com/rpcsx/rpcsx)
|
||||
If you’d 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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue