ios/tvos: no webserver/webdav server on simulator
This commit is contained in:
parent
ac959fef26
commit
d4fe2055f9
|
@ -769,8 +769,10 @@ void rarch_stop_draw_observer(void)
|
|||
-(void)viewWillAppear:(BOOL)animated
|
||||
{
|
||||
[super viewWillAppear:animated];
|
||||
#if !TARGET_OS_SIMULATOR
|
||||
[[WebServer sharedInstance] startServers];
|
||||
[WebServer sharedInstance].webUploader.delegate = self;
|
||||
#endif
|
||||
}
|
||||
|
||||
#if TARGET_OS_IOS && HAVE_IOS_TOUCHMOUSE
|
||||
|
|
Loading…
Reference in New Issue