mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Mac: Don't randomly printf the recents list from PSPNSApplicationDelegate
This commit is contained in:
parent
936cf18a1b
commit
437dbe4989
@ -32,8 +32,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
- (NSMenu *)applicationDockMenu:(NSApplication *)sender {
|
- (NSMenu *)applicationDockMenu:(NSApplication *)sender {
|
||||||
|
// TODO: Actually implement a dock menu thingy.
|
||||||
for (std::string iso : g_Config.RecentIsos()) {
|
for (std::string iso : g_Config.RecentIsos()) {
|
||||||
printf("%s\n", iso.c_str());
|
// printf("%s\n", iso.c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil;
|
return nil;
|
||||||
|
Loading…
Reference in New Issue
Block a user