fix openSystemFileBrowser

This commit is contained in:
Serena
2023-03-23 23:28:57 +03:00
parent 84849d9d32
commit ea4e294faa

View File

@@ -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;