errors.h 256 B

123456789101112
  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::NS {
  6. constexpr Result ResultApplicationLanguageNotFound{ErrorModule::NS, 300};
  7. }