mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
AudioCommon: Pass Core::System to AudioCommon functions.
This commit is contained in:
@ -30,6 +30,7 @@
|
||||
#include "Core/IOS/USB/Bluetooth/BTBase.h"
|
||||
#include "Core/IOS/USB/Bluetooth/BTReal.h"
|
||||
#include "Core/State.h"
|
||||
#include "Core/System.h"
|
||||
#include "Core/WiiUtils.h"
|
||||
|
||||
#ifdef HAS_LIBMGBA
|
||||
@ -353,7 +354,7 @@ void HotkeyScheduler::Run()
|
||||
|
||||
if (IsHotkey(HK_VOLUME_TOGGLE_MUTE))
|
||||
{
|
||||
AudioCommon::ToggleMuteVolume();
|
||||
AudioCommon::ToggleMuteVolume(Core::System::GetInstance());
|
||||
ShowVolume();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user