mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12:00
Implement FAudio backend (#6374)
This commit is contained in:
parent
a32f979814
commit
06433d614a
15 changed files with 265 additions and 5 deletions
|
@ -212,6 +212,9 @@ void fmt_class_string<audio_renderer>::format(std::string& out, u64 arg)
|
|||
case audio_renderer::pulse: return "PulseAudio";
|
||||
#endif
|
||||
case audio_renderer::openal: return "OpenAL";
|
||||
#ifdef HAVE_FAUDIO
|
||||
case audio_renderer::faudio: return "FAudio";
|
||||
#endif
|
||||
}
|
||||
|
||||
return unknown;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue