mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
add bin and elf to picker as they now work
This commit is contained in:
parent
d7d04cd852
commit
b7dc1379c6
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user