diff options
Diffstat (limited to 'src/citra_qt/main.cpp')
| -rw-r--r-- | src/citra_qt/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp index 0bcce7d16..997e82cc9 100644 --- a/src/citra_qt/main.cpp +++ b/src/citra_qt/main.cpp | |||
| @@ -152,7 +152,7 @@ void GMainWindow::BootGame(const char* filename) | |||
| 152 | 152 | ||
| 153 | void GMainWindow::OnMenuLoadFile() | 153 | void GMainWindow::OnMenuLoadFile() |
| 154 | { | 154 | { |
| 155 | QString filename = QFileDialog::getOpenFileName(this, tr("Load file"), QString(), tr("3DS homebrew (*.elf *.axf *.dat *.bin)")); | 155 | QString filename = QFileDialog::getOpenFileName(this, tr("Load file"), QString(), tr("3DS executable (*.elf *.axf *.cci *.cxi)")); |
| 156 | if (filename.size()) | 156 | if (filename.size()) |
| 157 | BootGame(filename.toLatin1().data()); | 157 | BootGame(filename.toLatin1().data()); |
| 158 | } | 158 | } |