summaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorGravatar Zach Hilman2019-06-05 15:57:48 -0400
committerGravatar GitHub2019-06-05 15:57:48 -0400
commit799302bc9d6edade951cf7746314d96d440c823c (patch)
tree0fd074d6ab32ef2b2590bdd0c21302784976d653 /src/core/core.h
parentMerge pull request #2545 from lioncash/timing (diff)
parentcore/core: Remove unnecessary includes (diff)
downloadyuzu-799302bc9d6edade951cf7746314d96d440c823c.tar.gz
yuzu-799302bc9d6edade951cf7746314d96d440c823c.tar.xz
yuzu-799302bc9d6edade951cf7746314d96d440c823c.zip
Merge pull request #2526 from lioncash/global
core/telemetry_session: Remove usages of the global system accessor
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:
98 Success, ///< Succeeded 98 Success, ///< Succeeded
99 ErrorNotInitialized, ///< Error trying to use core prior to initialization 99 ErrorNotInitialized, ///< Error trying to use core prior to initialization
100 ErrorGetLoader, ///< Error finding the correct application loader 100 ErrorGetLoader, ///< Error finding the correct application loader
101 ErrorSystemMode, ///< Error determining the system mode
102 ErrorSystemFiles, ///< Error in finding system files 101 ErrorSystemFiles, ///< Error in finding system files
103 ErrorSharedFont, ///< Error in finding shared font 102 ErrorSharedFont, ///< Error in finding shared font
104 ErrorVideoCore, ///< Error in the video core 103 ErrorVideoCore, ///< Error in the video core