mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
fix openSystemFileBrowser
This commit is contained in:
@@ -372,7 +372,7 @@ TOGGLE_METHOD(VSync, g_Config.bVSync)
|
||||
int g = 0;
|
||||
DarwinDirectoryPanelCallback callback = [g] (bool succ, Path thePathChosen) {
|
||||
if (succ)
|
||||
NativeMessageReceived("browse_folder", thePathChosen.c_str());
|
||||
NativeMessageReceived("boot", thePathChosen.c_str());
|
||||
};
|
||||
|
||||
DarwinFileSystemServices services;
|
||||
|
||||
Reference in New Issue
Block a user