summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/yuzu.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-05-29 03:42:50 +0200
committerLioncash <mathew1800@gmail.com>2019-05-29 04:28:44 +0200
commit84a8fb9264b5018d97e487f3e473b5ebb43b48f1 (patch)
treee8870936df26b17ea3008978489ceb238fc8683a /src/yuzu_cmd/yuzu.cpp
parentcore/telemetry_session: Remove unnecessary web service nulling out in destructor (diff)
downloadyuzu-84a8fb9264b5018d97e487f3e473b5ebb43b48f1.tar
yuzu-84a8fb9264b5018d97e487f3e473b5ebb43b48f1.tar.gz
yuzu-84a8fb9264b5018d97e487f3e473b5ebb43b48f1.tar.bz2
yuzu-84a8fb9264b5018d97e487f3e473b5ebb43b48f1.tar.lz
yuzu-84a8fb9264b5018d97e487f3e473b5ebb43b48f1.tar.xz
yuzu-84a8fb9264b5018d97e487f3e473b5ebb43b48f1.tar.zst
yuzu-84a8fb9264b5018d97e487f3e473b5ebb43b48f1.zip
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) {
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;