From b7dc1379c60c38d897a443db581e10c42fc49297 Mon Sep 17 00:00:00 2001 From: tunip3 <26260613+tunip3@users.noreply.github.com> Date: Tue, 16 Aug 2022 11:34:55 +0100 Subject: [PATCH] add bin and elf to picker as they now work --- UWP/PPSSPP_UWPMain.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UWP/PPSSPP_UWPMain.cpp b/UWP/PPSSPP_UWPMain.cpp index 795481e979..e4ed18b8f2 100644 --- a/UWP/PPSSPP_UWPMain.cpp +++ b/UWP/PPSSPP_UWPMain.cpp @@ -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){