mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
AudioCommon: Use std::string for the filename parameter of StartLogAudio
This commit is contained in:
parent
9302218a19
commit
daddc3317e
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ public:
|
|||
virtual void Clear(bool mute) { m_muted = mute; }
|
||||
bool IsMuted() const { return m_muted; }
|
||||
|
||||
virtual void StartLogAudio(const char *filename)
|
||||
virtual void StartLogAudio(const std::string& filename)
|
||||
{
|
||||
if (! m_logAudio)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue