summaryrefslogblamecommitdiffstats
path: root/src/core/hle/service/ldn/errors.h
blob: 972a7480622e53a13e35437bca322b0ecb3f71a7 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                               






                            
                                                      

                           
// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

#include "core/hle/result.h"

namespace Service::LDN {

constexpr Result ERROR_DISABLED{ErrorModule::LDN, 22};

} // namespace Service::LDN