summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/hwopus.h
diff options
context:
space:
mode:
authorDavid <25727384+ogniK5377@users.noreply.github.com>2018-07-31 00:42:20 +0200
committerbunnei <bunneidev@gmail.com>2018-07-31 00:42:20 +0200
commita483e5e28de936e5eab81c1b9d66faf7b738f612 (patch)
tree32e8d1eed5ff9a930134888919ad459b9feabcee /src/core/hle/service/audio/hwopus.h
parentMerge pull request #861 from FearlessTobi/port-3972 (diff)
downloadyuzu-a483e5e28de936e5eab81c1b9d66faf7b738f612.tar
yuzu-a483e5e28de936e5eab81c1b9d66faf7b738f612.tar.gz
yuzu-a483e5e28de936e5eab81c1b9d66faf7b738f612.tar.bz2
yuzu-a483e5e28de936e5eab81c1b9d66faf7b738f612.tar.lz
yuzu-a483e5e28de936e5eab81c1b9d66faf7b738f612.tar.xz
yuzu-a483e5e28de936e5eab81c1b9d66faf7b738f612.tar.zst
yuzu-a483e5e28de936e5eab81c1b9d66faf7b738f612.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/audio/hwopus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/audio/hwopus.h b/src/core/hle/service/audio/hwopus.h
index 090b8c825..5258d59f3 100644
--- a/src/core/hle/service/audio/hwopus.h
+++ b/src/core/hle/service/audio/hwopus.h
@@ -14,6 +14,7 @@ public:
~HwOpus() = default;
private:
+ void OpenOpusDecoder(Kernel::HLERequestContext& ctx);
void GetWorkBufferSize(Kernel::HLERequestContext& ctx);
};