mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 21:17:53 -05:00
am/IApplicationFunctions: Stub IsGamePlayRecordingSupported
Used by RetroArch
This commit is contained in:
@ -266,6 +266,7 @@ private:
|
||||
void SetTerminateResult(Kernel::HLERequestContext& ctx);
|
||||
void GetDisplayVersion(Kernel::HLERequestContext& ctx);
|
||||
void GetDesiredLanguage(Kernel::HLERequestContext& ctx);
|
||||
void IsGamePlayRecordingSupported(Kernel::HLERequestContext& ctx);
|
||||
void InitializeGamePlayRecording(Kernel::HLERequestContext& ctx);
|
||||
void SetGamePlayRecordingState(Kernel::HLERequestContext& ctx);
|
||||
void NotifyRunning(Kernel::HLERequestContext& ctx);
|
||||
|
Reference in New Issue
Block a user