mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-20 00:46:34 +00:00
Updated Frequently Asked Questions (markdown)
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>
|
||||
<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>
|
||||
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>Yes! See our main website https://ryujinx.org/download to download a build for macOS (Intel & Apple Silicon).
|
||||
</pre>
|
||||
</details>
|
||||
|
||||
|
@ -124,8 +123,7 @@ You can then copy the save files in the opened folder and paste them somewhere e
|
|||
<details>
|
||||
<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>
|
||||
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>
|
||||
Then selecting SDL2 OR OpenAL as the audio backend in "Options" > "Settings" > "System" tab.
|
||||
You can fix it by using SDL2 or OpenAL backend by selecting SDL2 OR OpenAL as the audio backend in "Options" > "Settings" > "System" tab.
|
||||
</pre>
|
||||
</details>
|
||||
|
||||
|
|
Loading…
Reference in a new issue