aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/ns/errors.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2024-02-17 11:08:11 -0500
committerLiam <byteslice@airmail.cc>2024-02-18 10:32:21 -0500
commit947cdbe4b10b04ea107cb93bc368f8228f1fbf66 (patch)
treebb0550b4af623528e6446294384748c6765dcf90 /src/core/hle/service/ns/errors.h
parent55839576166d546c037d5da2f7bdf3c94ec47423 (diff)
ns: rename results header
Diffstat (limited to 'src/core/hle/service/ns/errors.h')
-rw-r--r--src/core/hle/service/ns/errors.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/core/hle/service/ns/errors.h b/src/core/hle/service/ns/errors.h
deleted file mode 100644
index 16d2ea6f7..000000000
--- a/src/core/hle/service/ns/errors.h
+++ /dev/null
@@ -1,12 +0,0 @@
-// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#pragma once
-
-#include "core/hle/result.h"
-
-namespace Service::NS {
-
-constexpr Result ResultApplicationLanguageNotFound{ErrorModule::NS, 300};
-
-}