diff options
| author | 2024-02-18 07:58:41 +1100 | |
|---|---|---|
| committer | 2024-02-18 07:58:41 +1100 | |
| commit | e31c926bf0d9ee8f587ef41707548b3202dfcdeb (patch) | |
| tree | b388d6c4e633b30e73cb1673434d9c953c4cdb45 /src | |
| parent | cleanup by clang-format. (diff) | |
| download | yuzu-e31c926bf0d9ee8f587ef41707548b3202dfcdeb.tar.gz yuzu-e31c926bf0d9ee8f587ef41707548b3202dfcdeb.tar.xz yuzu-e31c926bf0d9ee8f587ef41707548b3202dfcdeb.zip | |
>.> spelling
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 79741e721..fc6f0d381 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp | |||
| @@ -4189,7 +4189,7 @@ void GMainWindow::OnInstallFirmware() { | |||
| 4189 | 4189 | ||
| 4190 | LOG_INFO(Frontend, "Installing firmware from {}", firmware_source_location.toStdString()); | 4190 | LOG_INFO(Frontend, "Installing firmware from {}", firmware_source_location.toStdString()); |
| 4191 | 4191 | ||
| 4192 | // Check for a resonable number of .nca files (don't hardcode them, just see if there's some in | 4192 | // Check for a reasonable number of .nca files (don't hardcode them, just see if there's some in |
| 4193 | // there.) | 4193 | // there.) |
| 4194 | std::filesystem::path firmware_source_path = firmware_source_location.toStdString(); | 4194 | std::filesystem::path firmware_source_path = firmware_source_location.toStdString(); |
| 4195 | if (!Common::FS::IsDir(firmware_source_path)) { | 4195 | if (!Common::FS::IsDir(firmware_source_path)) { |