mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Switch to boot
This commit is contained in:
parent
ea4e294faa
commit
67896bf885
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue