diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/main.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 8a57e34c7..432379705 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp | |||
| @@ -1621,6 +1621,10 @@ void GMainWindow::OnMenuInstallToNAND() { | |||
| 1621 | 1621 | ||
| 1622 | const QStringList files = installDialog.GetFiles(); | 1622 | const QStringList files = installDialog.GetFiles(); |
| 1623 | 1623 | ||
| 1624 | if (files.isEmpty()) { | ||
| 1625 | return; | ||
| 1626 | } | ||
| 1627 | |||
| 1624 | int remaining = filenames.size(); | 1628 | int remaining = filenames.size(); |
| 1625 | 1629 | ||
| 1626 | // This would only overflow above 2^43 bytes (8.796 TB) | 1630 | // This would only overflow above 2^43 bytes (8.796 TB) |