(iOS) remove loadingCore

This commit is contained in:
Twinaphex 2015-04-20 23:19:14 +02:00
parent 70ee864a9f
commit c0c77c66bf
2 changed files with 0 additions and 6 deletions

View File

@ -173,7 +173,6 @@ extern apple_frontend_settings_t apple_frontend_settings;
- (void)showGameView;
- (void)toggleUI;
- (void)loadingCore:(NSString*)core withFile:(const char*)file;
- (void)unloadingCore;
- (void)refreshSystemConfig;

View File

@ -404,11 +404,6 @@ enum
[self.window setRootViewController:self];
}
- (void)loadingCore:(NSString*)core withFile:(const char*)file
{
}
- (void)toggleUI
{
runloop_t *runloop = rarch_main_get_ptr();