mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Mac: Don't randomly printf the recents list from PSPNSApplicationDelegate
This commit is contained in:
parent
936cf18a1b
commit
437dbe4989
1 changed files with 2 additions and 1 deletions
|
@ -32,8 +32,9 @@
|
|||
}
|
||||
|
||||
- (NSMenu *)applicationDockMenu:(NSApplication *)sender {
|
||||
// TODO: Actually implement a dock menu thingy.
|
||||
for (std::string iso : g_Config.RecentIsos()) {
|
||||
printf("%s\n", iso.c_str());
|
||||
// printf("%s\n", iso.c_str());
|
||||
}
|
||||
|
||||
return nil;
|
||||
|
|
Loading…
Add table
Reference in a new issue