mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-09-01 14:22:45 +02:00
Improved open performance in Cocoa
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user