mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Do the first CoInitializeEx on the main thread instead of the EmuThread (WASAPI). Fixes #7334
This commit is contained in:
@@ -34,9 +34,7 @@ namespace W32Util
|
||||
wchar_t temp[MAX_PATH];
|
||||
SHGetPathFromIDList(idList, temp);
|
||||
if (wcslen(temp))
|
||||
{
|
||||
return ConvertWStringToUTF8(temp);
|
||||
}
|
||||
else
|
||||
return "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user