diff options
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 9f80a245c..2facedf98 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp | |||
| @@ -1663,7 +1663,7 @@ void GMainWindow::OnTransferableShaderCacheOpenFile(u64 program_id) { | |||
| 1663 | const auto shader_cache_folder_path{shader_cache_dir / fmt::format("{:016x}", program_id)}; | 1663 | const auto shader_cache_folder_path{shader_cache_dir / fmt::format("{:016x}", program_id)}; |
| 1664 | if (!Common::FS::CreateDirs(shader_cache_folder_path)) { | 1664 | if (!Common::FS::CreateDirs(shader_cache_folder_path)) { |
| 1665 | QMessageBox::warning(this, tr("Error Opening Transferable Shader Cache"), | 1665 | QMessageBox::warning(this, tr("Error Opening Transferable Shader Cache"), |
| 1666 | tr("Filed to create the shader cache directory for this title.")); | 1666 | tr("Failed to create the shader cache directory for this title.")); |
| 1667 | return; | 1667 | return; |
| 1668 | } | 1668 | } |
| 1669 | const auto shader_path_string{Common::FS::PathToUTF8String(shader_cache_folder_path)}; | 1669 | const auto shader_path_string{Common::FS::PathToUTF8String(shader_cache_folder_path)}; |