From ea4e294faae460576d651b04aaa36822c9d62c46 Mon Sep 17 00:00:00 2001 From: Serena Date: Thu, 23 Mar 2023 23:28:57 +0300 Subject: [PATCH] fix openSystemFileBrowser --- SDL/CocoaBarItems.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDL/CocoaBarItems.mm b/SDL/CocoaBarItems.mm index 66da05d40a..8e36a4adad 100644 --- a/SDL/CocoaBarItems.mm +++ b/SDL/CocoaBarItems.mm @@ -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;