Switch to boot

This commit is contained in:
Serena 2023-03-28 21:44:12 +03:00
parent ea4e294faa
commit 67896bf885

View file

@ -365,7 +365,7 @@ TOGGLE_METHOD(VSync, g_Config.bVSync)
}
-(void)openRecentItem: (NSMenuItem *)item {
NativeMessageReceived("browse_fileSelect", g_Config.RecentIsos()[item.tag].c_str());
NativeMessageReceived("boot", g_Config.RecentIsos()[item.tag].c_str());
}
-(void)openSystemFileBrowser {