Updated Frequently Asked Questions (markdown)

EmulationFanatic 2022-12-08 09:41:45 -07:00
parent e58cc923c3
commit 4a339a45d1
1 changed files with 2 additions and 4 deletions

@ -40,8 +40,7 @@ We recommend using Vulkan in all cases unless there is a Vulkan-specific bug in
<details> <details>
<summary><h3>🍎 Can I run Ryujinx on macOS?</h3></summary> <summary><h3>🍎 Can I run Ryujinx on macOS?</h3></summary>
<pre>macOS support is currently very experimental. This is due to limited OpenGL support in macOS, which is something that is out of our control.<br> <pre>Yes! See our main website https://ryujinx.org/download to download a build for macOS (Intel & Apple Silicon).
When Vulkan is supported we may be able to make more progress here. For now, you are able to use Boot Camp to run the Windows version of Ryujinx.
</pre> </pre>
</details> </details>
@ -124,8 +123,7 @@ You can then copy the save files in the opened folder and paste them somewhere e
<details> <details>
<summary><h3>🔈 I'm getting a "SoundIOException" or "No valid channel configuration found!"?</h3></summary> <summary><h3>🔈 I'm getting a "SoundIOException" or "No valid channel configuration found!"?</h3></summary>
<pre>It's due to a bad implementation of our audio backend.<br> <pre>It's due to a bad implementation of our audio backend.<br>
You can fix it by using SDL2 backend OR installing OpenAL, which can be found here: <a href="https://www.openal.org/downloads/oalinst.zip" target="_blank">oalinst.zip</a><br> You can fix it by using SDL2 or OpenAL backend by selecting SDL2 OR OpenAL as the audio backend in "Options" > "Settings" > "System" tab.
Then selecting SDL2 OR OpenAL as the audio backend in "Options" > "Settings" > "System" tab.
</pre> </pre>
</details> </details>