mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-03 00:47:51 -05:00
Services/APT: Return the proper error code when calling SendParameter with an outstanding parameter already in memory.
This commit is contained in:
@ -116,6 +116,12 @@ enum class ScreencapPostPermission : u32 {
|
||||
DisableScreenshotPostingToMiiverse = 3
|
||||
};
|
||||
|
||||
namespace ErrCodes {
|
||||
enum {
|
||||
ParameterPresent = 2,
|
||||
};
|
||||
}
|
||||
|
||||
/// Send a parameter to the currently-running application, which will read it via ReceiveParameter
|
||||
void SendParameter(const MessageParameter& parameter);
|
||||
|
||||
|
Reference in New Issue
Block a user