mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix drag/drop crash
This commit is contained in:
parent
10445c97d8
commit
43af3128e0
1 changed files with 0 additions and 1 deletions
|
@ -1055,7 +1055,6 @@ namespace MainWindow
|
|||
if (DragQueryFile(hdrop, 0, filename, ARRAY_SIZE(filename)) != 0) {
|
||||
const std::string utf8_filename = ReplaceAll(ConvertWStringToUTF8(filename), "\\", "/");
|
||||
System_PostUIMessage(UIMessage::REQUEST_GAME_BOOT, utf8_filename);
|
||||
Core_Resume();
|
||||
}
|
||||
}
|
||||
DragFinish(hdrop);
|
||||
|
|
Loading…
Add table
Reference in a new issue