summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/yuzu.cpp
diff options
context:
space:
mode:
authorGravatar Lioncash2019-05-28 21:42:50 -0400
committerGravatar Lioncash2019-05-28 22:28:44 -0400
commit84a8fb9264b5018d97e487f3e473b5ebb43b48f1 (patch)
treee8870936df26b17ea3008978489ceb238fc8683a /src/yuzu_cmd/yuzu.cpp
parentcore/telemetry_session: Remove unnecessary web service nulling out in destructor (diff)
downloadyuzu-84a8fb9264b5018d97e487f3e473b5ebb43b48f1.tar.gz
yuzu-84a8fb9264b5018d97e487f3e473b5ebb43b48f1.tar.xz
yuzu-84a8fb9264b5018d97e487f3e473b5ebb43b48f1.zip
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.cpp3
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) {
199 case Core::System::ResultStatus::ErrorNotInitialized: 199 case Core::System::ResultStatus::ErrorNotInitialized:
200 LOG_CRITICAL(Frontend, "CPUCore not initialized"); 200 LOG_CRITICAL(Frontend, "CPUCore not initialized");
201 return -1; 201 return -1;
202 case Core::System::ResultStatus::ErrorSystemMode:
203 LOG_CRITICAL(Frontend, "Failed to determine system mode!");
204 return -1;
205 case Core::System::ResultStatus::ErrorVideoCore: 202 case Core::System::ResultStatus::ErrorVideoCore:
206 LOG_CRITICAL(Frontend, "Failed to initialize VideoCore!"); 203 LOG_CRITICAL(Frontend, "Failed to initialize VideoCore!");
207 return -1; 204 return -1;