summaryrefslogtreecommitdiffstats
path: root/src/core/core.h
diff options
context:
space:
mode:
authorN00byKing <N00byKing@users.noreply.github.com>2018-04-06 17:06:32 +0200
committerbunnei <bunneidev@gmail.com>2018-04-06 17:06:32 +0200
commit358050cfc6cb88b5bfd3997f1e3f1e135ae808e6 (patch)
tree08887b0c7c7db8277494f9b4b18b9e92b8259283 /src/core/core.h
parentMerge pull request #312 from jroweboy/update-fmtlib (diff)
downloadyuzu-358050cfc6cb88b5bfd3997f1e3f1e135ae808e6.tar
yuzu-358050cfc6cb88b5bfd3997f1e3f1e135ae808e6.tar.gz
yuzu-358050cfc6cb88b5bfd3997f1e3f1e135ae808e6.tar.bz2
yuzu-358050cfc6cb88b5bfd3997f1e3f1e135ae808e6.tar.lz
yuzu-358050cfc6cb88b5bfd3997f1e3f1e135ae808e6.tar.xz
yuzu-358050cfc6cb88b5bfd3997f1e3f1e135ae808e6.tar.zst
yuzu-358050cfc6cb88b5bfd3997f1e3f1e135ae808e6.zip
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/core.h b/src/core/core.h
index ade456cfc..f497dc022 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -44,6 +44,7 @@ public:
ErrorSystemFiles, ///< Error in finding system files
ErrorSharedFont, ///< Error in finding shared font
ErrorVideoCore, ///< Error in the video core
+ ErrorUnsupportedArch, ///< Unsupported Architecture (32-Bit ROMs)
ErrorUnknown ///< Any other error
};