summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/yuzu/main.cpp2
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)) {