mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-12 17:22:33 -07: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