summaryrefslogtreecommitdiffstats
path: root/src/core/core.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-05-29 03:42:50 +0200
committerLioncash <mathew1800@gmail.com>2019-05-29 04:28:44 +0200
commit84a8fb9264b5018d97e487f3e473b5ebb43b48f1 (patch)
treee8870936df26b17ea3008978489ceb238fc8683a /src/core/core.h
parentcore/telemetry_session: Remove unnecessary web service nulling out in destructor (diff)
downloadyuzu-84a8fb9264b5018d97e487f3e473b5ebb43b48f1.tar
yuzu-84a8fb9264b5018d97e487f3e473b5ebb43b48f1.tar.gz
yuzu-84a8fb9264b5018d97e487f3e473b5ebb43b48f1.tar.bz2
yuzu-84a8fb9264b5018d97e487f3e473b5ebb43b48f1.tar.lz
yuzu-84a8fb9264b5018d97e487f3e473b5ebb43b48f1.tar.xz
yuzu-84a8fb9264b5018d97e487f3e473b5ebb43b48f1.tar.zst
yuzu-84a8fb9264b5018d97e487f3e473b5ebb43b48f1.zip
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/core.h b/src/core/core.h
index a9a756a4c..20959de54 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -98,7 +98,6 @@ public:
Success, ///< Succeeded
ErrorNotInitialized, ///< Error trying to use core prior to initialization
ErrorGetLoader, ///< Error finding the correct application loader
- ErrorSystemMode, ///< Error determining the system mode
ErrorSystemFiles, ///< Error in finding system files
ErrorSharedFont, ///< Error in finding shared font
ErrorVideoCore, ///< Error in the video core