diff options
author | N00byKing <N00byKing@users.noreply.github.com> | 2018-04-06 17:06:32 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-04-06 11:06:32 -0400 |
commit | 358050cfc6cb88b5bfd3997f1e3f1e135ae808e6 (patch) | |
tree | 08887b0c7c7db8277494f9b4b18b9e92b8259283 /src/core/core.h | |
parent | 68183e7b5a8084e3fd2ec7b5f1e82576ffc20fe3 (diff) |
core, main.h: Abort on 32Bit ROMs (#309)
* core, main.h: Abort on 32Bit ROMs
* main.cpp: Fix Grammar
Diffstat (limited to 'src/core/core.h')
-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 }; |