mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
Improved AudioThread interface, added XAudio2 audio output
This commit is contained in:
parent
e6e60795b7
commit
b5c33ec26b
12 changed files with 289 additions and 70 deletions
|
|
@ -474,6 +474,9 @@ void MainFrame::Config(wxCommandEvent& WXUNUSED(event))
|
|||
|
||||
cbox_audio_out->Append("Null");
|
||||
cbox_audio_out->Append("OpenAL");
|
||||
#if defined (_WIN32)
|
||||
cbox_audio_out->Append("XAudio2");
|
||||
#endif
|
||||
|
||||
cbox_camera->Append("Null");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue