mirror of
https://github.com/PabloMK7/citra.git
synced 2025-12-08 08:18:47 +00:00
Merge pull request #4490 from wwylele/teakra-new
audio: implement DSP LLE
This commit is contained in:
commit
4f23d5d69e
23 changed files with 766 additions and 61 deletions
|
|
@ -151,6 +151,8 @@ struct Values {
|
|||
u8 factor_3d;
|
||||
|
||||
// Audio
|
||||
bool enable_dsp_lle;
|
||||
bool enable_dsp_lle_multithread;
|
||||
std::string sink_id;
|
||||
bool enable_audio_stretching;
|
||||
std::string audio_device_id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue