core, main.h: Abort on 32Bit ROMs (#309)

* core, main.h: Abort on 32Bit ROMs

* main.cpp: Fix Grammar
This commit is contained in:
N00byKing 2018-04-06 17:06:32 +02:00 committed by bunnei
parent 5317ce6cb2
commit 6d5b25c136
5 changed files with 17 additions and 1 deletions

View file

@ -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
};