mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 17:37:48 +00:00
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