mirror of https://github.com/bsnes-emu/bsnes.git
Improved open performance in Cocoa
This commit is contained in:
parent
21b91adf6a
commit
58a4081b48
|
@ -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
|
Loading…
Reference in New Issue