core/loader: Remove LoadKernelSystemMode

This is a hold-over from Citra and doesn't apply to yuzu.
This commit is contained in:
Lioncash 2019-05-28 21:42:50 -04:00
parent b1a4ab2ccc
commit 84a8fb9264
5 changed files with 0 additions and 29 deletions

View file

@ -98,7 +98,6 @@ public:
Success, ///< Succeeded
ErrorNotInitialized, ///< Error trying to use core prior to initialization
ErrorGetLoader, ///< Error finding the correct application loader
ErrorSystemMode, ///< Error determining the system mode
ErrorSystemFiles, ///< Error in finding system files
ErrorSharedFont, ///< Error in finding shared font
ErrorVideoCore, ///< Error in the video core