suyu/src/core/hle/service/friend/errors.h

13 lines
270 B
C++
Raw Normal View History

2019-06-28 07:29:38 +02:00
// Copyright 2019 yuzu emulator team
2019-06-24 04:26:45 +02:00
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#pragma once
#include "core/hle/result.h"
namespace Service::Friend {
constexpr ResultCode ERR_NO_NOTIFICATIONS{ErrorModule::Account, 15};
}