errors.h 250 B

1234567891011
  1. // SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #include "core/hle/result.h"
  5. namespace Service::Friend {
  6. constexpr Result ERR_NO_NOTIFICATIONS{ErrorModule::Account, 15};
  7. }