diff options
Diffstat (limited to 'src/yuzu_cmd/yuzu.cpp')
| -rw-r--r-- | src/yuzu_cmd/yuzu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu_cmd/yuzu.cpp b/src/yuzu_cmd/yuzu.cpp index 5ff6266bf..5911ec177 100644 --- a/src/yuzu_cmd/yuzu.cpp +++ b/src/yuzu_cmd/yuzu.cpp | |||
| @@ -187,7 +187,7 @@ int main(int argc, char** argv) { | |||
| 187 | LOG_CRITICAL(Frontend, "Failed to determine system mode!"); | 187 | LOG_CRITICAL(Frontend, "Failed to determine system mode!"); |
| 188 | return -1; | 188 | return -1; |
| 189 | case Core::System::ResultStatus::ErrorVideoCore: | 189 | case Core::System::ResultStatus::ErrorVideoCore: |
| 190 | LOG_CRITICAL(Frontend, "VideoCore not initialized"); | 190 | LOG_CRITICAL(Frontend, "Failed to initialize VideoCore!"); |
| 191 | return -1; | 191 | return -1; |
| 192 | case Core::System::ResultStatus::Success: | 192 | case Core::System::ResultStatus::Success: |
| 193 | break; // Expected case | 193 | break; // Expected case |