mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Mac buildfix
This commit is contained in:
parent
5f8f40e592
commit
ad98b1e46e
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ void DarwinFileSystemServices::presentDirectoryPanel(
|
|||
[panel setAllowedFileTypes:[NSArray arrayWithObject:@"db"]];
|
||||
break;
|
||||
case BrowseFileType::SOUND_EFFECT:
|
||||
[panel setAllowedFileTypes:[NSArray arrayWithObject:@"wav", @"mp3"]];
|
||||
[panel setAllowedFileTypes:[NSArray arrayWithObjects:@"wav", @"mp3", nil]];
|
||||
break;
|
||||
case BrowseFileType::SYMBOL_MAP:
|
||||
[panel setAllowedFileTypes:[NSArray arrayWithObject:@"ppsym"]];
|
||||
|
|
Loading…
Add table
Reference in a new issue