mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 21:11:25 +12:00
Audio: device switching and channel count detection (#12246)
This commit is contained in:
parent
4b787b22c8
commit
98b730c806
39 changed files with 1235 additions and 395 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
std::wstring utf8_to_wchar(std::string_view src);
|
||||
std::string wchar_to_utf8(std::wstring_view src);
|
||||
std::string utf16_to_utf8(std::u16string_view src);
|
||||
|
||||
// Copy null-terminated string from a std::string or a char array to a char array with truncation
|
||||
template <typename D, typename T>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue