Improved open performance in Cocoa

This commit is contained in:
Lior Halphon 2016-10-02 00:10:31 +03:00
parent 21b91adf6a
commit 58a4081b48

View File

@ -675,4 +675,9 @@ static uint32_t rgbEncode(GB_gameboy_t *gb, uint8_t r, uint8_t g, uint8_t b)
return &gb;
}
+ (BOOL)canConcurrentlyReadDocumentsOfType:(NSString *)typeName
{
return YES;
}
@end