forked from eden-emu/eden
am: Stub out IApplicationFunctions::GetPseudoDeviceId.
This commit is contained in:
parent
ddee657fc4
commit
d240fb32da
2 changed files with 13 additions and 1 deletions
|
@ -138,6 +138,7 @@ private:
|
|||
void InitializeGamePlayRecording(Kernel::HLERequestContext& ctx);
|
||||
void SetGamePlayRecordingState(Kernel::HLERequestContext& ctx);
|
||||
void NotifyRunning(Kernel::HLERequestContext& ctx);
|
||||
void GetPseudoDeviceId(Kernel::HLERequestContext& ctx);
|
||||
};
|
||||
|
||||
class IHomeMenuFunctions final : public ServiceFramework<IHomeMenuFunctions> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue