This website requires JavaScript.
Explore
Help
Register
Sign in
Ryujinx_Mirror
/
Ryujinx_GreemDev
Watch
1
Star
0
Fork
You've already forked Ryujinx_GreemDev
0
mirror of
https://github.com/GreemDev/Ryujinx.git
synced
2025-01-11 12:12:37 -03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
fb65f392d1
Ryujinx_GreemDev
/
Ryujinx
/
Configuration
/
AudioBackend.cs
10 lines
140 B
C#
Raw
Normal View
History
Unescape
Escape
Implement audio backend configuration option (#1325) * Implement audio backend configuration option * Use OpenAL by default * Increment version number in config.json and add 30px to the height of the settings window * nits * capitalise audio backend names
2020-07-03 19:16:49 -04:00
namespace
Ryujinx.Configuration
{
public
enum
AudioBackend
{
Dummy
,
OpenAl
,
audio: Implement a SDL2 backend (#2258) * audio: Implement a SDL2 backend This adds support to SDL2 as an audio backend. It has the same compatibility level as OpenAL without its issues. I also took the liberty of restructuring the SDL2 code to have one shared project between audio and input. The configuration version was also incremented. * Address gdkchan's comments * Fix update logic * Add an heuristic to pick the correct target sample count wanted by the game * Address gdkchan's comments * Address Ac_k's comments * Fix audren output * Address gdkchan's comments
2021-05-05 17:37:09 -04:00
SoundIo
,
SDL2
Implement audio backend configuration option (#1325) * Implement audio backend configuration option * Use OpenAL by default * Increment version number in config.json and add 30px to the height of the settings window * nits * capitalise audio backend names
2020-07-03 19:16:49 -04:00
}
}
Reference in a new issue
Copy permalink