diff options
Diffstat (limited to 'src/yuzu_cmd/yuzu.cpp')
| -rw-r--r-- | src/yuzu_cmd/yuzu.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/yuzu_cmd/yuzu.cpp b/src/yuzu_cmd/yuzu.cpp index 2497c71ae..4faf62ede 100644 --- a/src/yuzu_cmd/yuzu.cpp +++ b/src/yuzu_cmd/yuzu.cpp | |||
| @@ -95,8 +95,6 @@ int main(int argc, char** argv) { | |||
| 95 | int option_index = 0; | 95 | int option_index = 0; |
| 96 | 96 | ||
| 97 | InitializeLogging(); | 97 | InitializeLogging(); |
| 98 | |||
| 99 | char* endarg; | ||
| 100 | #ifdef _WIN32 | 98 | #ifdef _WIN32 |
| 101 | int argc_w; | 99 | int argc_w; |
| 102 | auto argv_w = CommandLineToArgvW(GetCommandLineW(), &argc_w); | 100 | auto argv_w = CommandLineToArgvW(GetCommandLineW(), &argc_w); |
| @@ -202,7 +200,7 @@ int main(int argc, char** argv) { | |||
| 202 | const u16 loader_id = static_cast<u16>(Core::System::ResultStatus::ErrorLoader); | 200 | const u16 loader_id = static_cast<u16>(Core::System::ResultStatus::ErrorLoader); |
| 203 | const u16 error_id = static_cast<u16>(load_result) - loader_id; | 201 | const u16 error_id = static_cast<u16>(load_result) - loader_id; |
| 204 | LOG_CRITICAL(Frontend, | 202 | LOG_CRITICAL(Frontend, |
| 205 | "While attempting to load the ROM requested, an error occured. Please " | 203 | "While attempting to load the ROM requested, an error occurred. Please " |
| 206 | "refer to the yuzu wiki for more information or the yuzu discord for " | 204 | "refer to the yuzu wiki for more information or the yuzu discord for " |
| 207 | "additional help.\n\nError Code: {:04X}-{:04X}\nError Description: {}", | 205 | "additional help.\n\nError Code: {:04X}-{:04X}\nError Description: {}", |
| 208 | loader_id, error_id, static_cast<Loader::ResultStatus>(error_id)); | 206 | loader_id, error_id, static_cast<Loader::ResultStatus>(error_id)); |