Skip to content

Commit

Permalink
add bin and elf to picker as they now work
Browse files Browse the repository at this point in the history
  • Loading branch information
tunip3 committed Aug 16, 2022
1 parent d7d04cd commit b7dc137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UWP/PPSSPP_UWPMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,8 @@ void System_SendMessage(const char *command, const char *parameter) {
picker->FileTypeFilter->Append(".iso");

// Can't load these this way currently, they require mounting the underlying folder.
// picker->FileTypeFilter->Append(".bin");
// picker->FileTypeFilter->Append(".elf");
picker->FileTypeFilter->Append(".bin");
picker->FileTypeFilter->Append(".elf");
picker->SuggestedStartLocation = Pickers::PickerLocationId::DocumentsLibrary;

create_task(picker->PickSingleFileAsync()).then([](StorageFile ^file){
Expand Down

0 comments on commit b7dc137

Please sign in to comment.