Skip to content
Snippets Groups Projects
Commit 9f8fbce3 authored by Zach Hilman's avatar Zach Hilman
Browse files

Add support for main files in file picker

parent 94d27b17
No related branches found
No related tags found
No related merge requests found
......@@ -550,6 +550,8 @@ void GMainWindow::OnMenuLoadFile() {
for (const auto& piece : game_list->supported_file_extensions)
extensions += "*." + piece + " ";
extensions += "main ";
QString file_filter = tr("Switch Executable") + " (" + extensions + ")";
file_filter += ";;" + tr("All Files (*.*)");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment