mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
(iOS) remove loadingCore
This commit is contained in:
parent
70ee864a9f
commit
c0c77c66bf
@ -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;
|
||||
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user