diff options
author | Lioncash <mathew1800@gmail.com> | 2019-05-28 21:42:50 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-05-28 22:28:44 -0400 |
commit | 84a8fb9264b5018d97e487f3e473b5ebb43b48f1 (patch) | |
tree | e8870936df26b17ea3008978489ceb238fc8683a /src/yuzu_cmd/yuzu.cpp | |
parent | b1a4ab2ccc82940f9b1cbf18027ce79a3c23fede (diff) |
core/loader: Remove LoadKernelSystemMode
This is a hold-over from Citra and doesn't apply to yuzu.
Diffstat (limited to 'src/yuzu_cmd/yuzu.cpp')
-rw-r--r-- | src/yuzu_cmd/yuzu.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/yuzu_cmd/yuzu.cpp b/src/yuzu_cmd/yuzu.cpp index d3734927b..3cddadd37 100644 --- a/src/yuzu_cmd/yuzu.cpp +++ b/src/yuzu_cmd/yuzu.cpp @@ -199,9 +199,6 @@ int main(int argc, char** argv) { case Core::System::ResultStatus::ErrorNotInitialized: LOG_CRITICAL(Frontend, "CPUCore not initialized"); return -1; - case Core::System::ResultStatus::ErrorSystemMode: - LOG_CRITICAL(Frontend, "Failed to determine system mode!"); - return -1; case Core::System::ResultStatus::ErrorVideoCore: LOG_CRITICAL(Frontend, "Failed to initialize VideoCore!"); return -1; |