mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-17 18:28:03 +00:00
Stub more functions
This commit is contained in:
parent
9d6a03e6a3
commit
8f256914fc
7 changed files with 90 additions and 8 deletions
|
@ -36,6 +36,13 @@ private:
|
|||
class IAudioController final : public ServiceFramework<IAudioController> {
|
||||
public:
|
||||
IAudioController();
|
||||
|
||||
private:
|
||||
void SetExpectedMasterVolume(Kernel::HLERequestContext& ctx);
|
||||
void GetMainAppletExpectedMasterVolume(Kernel::HLERequestContext& ctx);
|
||||
void GetLibraryAppletExpectedMasterVolume(Kernel::HLERequestContext& ctx);
|
||||
|
||||
u32 volume{100};
|
||||
};
|
||||
|
||||
class IDisplayController final : public ServiceFramework<IDisplayController> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue