diff options
author | N00byKing <N00byKing@users.noreply.github.com> | 2018-04-06 17:06:32 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-04-06 17:06:32 +0200 |
commit | 358050cfc6cb88b5bfd3997f1e3f1e135ae808e6 (patch) | |
tree | 08887b0c7c7db8277494f9b4b18b9e92b8259283 /src/core/core.h | |
parent | Merge pull request #312 from jroweboy/update-fmtlib (diff) | |
download | yuzu-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 '')
-rw-r--r-- | src/core/core.h | 1 |
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 }; |