mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
AudioCommon/WASAPI: Use std::string_view where applicable
This commit is contained in:
parent
7d59ad262f
commit
5dbbf36563
2 changed files with 7 additions and 4 deletions
|
@ -40,7 +40,7 @@ public:
|
|||
|
||||
static bool isValid();
|
||||
static std::vector<std::string> GetAvailableDevices();
|
||||
static Microsoft::WRL::ComPtr<IMMDevice> GetDeviceByName(std::string name);
|
||||
static Microsoft::WRL::ComPtr<IMMDevice> GetDeviceByName(std::string_view name);
|
||||
|
||||
private:
|
||||
u32 m_frames_in_buffer = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue