mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 08:59:58 +00:00
(Apple) Build fix for RAModuleInfo.m
This commit is contained in:
parent
8a674d07e9
commit
4e7abfb6ad
@ -67,7 +67,7 @@ NSArray* apple_get_modules()
|
||||
|
||||
- (bool)supportsFileAtPath:(NSString*)path
|
||||
{
|
||||
return does_core_support_file(self.info, path.UTF8String);
|
||||
return core_info_does_support_file(self.info, path.UTF8String);
|
||||
}
|
||||
|
||||
- (void)createCustomConfig
|
||||
|
Loading…
Reference in New Issue
Block a user