From 2abe5e39fc428f27727b1f4b1b4c4f65477ffbbc Mon Sep 17 00:00:00 2001 From: bunnei Date: Tue, 5 Jun 2018 18:44:01 -0400 Subject: am: Stub out IApplicationFunctions::GetPseudoDeviceId. --- src/core/hle/service/am/am.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/hle/service/am/am.h') diff --git a/src/core/hle/service/am/am.h b/src/core/hle/service/am/am.h index 301a6c798..1da79fd01 100644 --- a/src/core/hle/service/am/am.h +++ b/src/core/hle/service/am/am.h @@ -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 { -- cgit v1.2.3