File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,8 @@ -(void)startServers {
4949 GCDWebServerOption_ServerName : @" RetroArch" ,
5050 GCDWebServerOption_BonjourName : @" RetroArch" ,
5151 GCDWebServerOption_BonjourType : @" _webdav._tcp" ,
52- GCDWebServerOption_Port : @(8080 )
52+ GCDWebServerOption_Port : @(8080 ),
53+ GCDWebServerOption_AutomaticallySuspendInBackground : @NO
5354 };
5455 [_webDAVServer startWithOptions: webDAVSeverOptions error: nil ];
5556
@@ -60,7 +61,8 @@ -(void)startServers {
6061 GCDWebServerOption_ServerName : @" RetroArch" ,
6162 GCDWebServerOption_BonjourName : @" RetroArch" ,
6263 GCDWebServerOption_BonjourType : @" _http._tcp" ,
63- GCDWebServerOption_Port : @(80 )
64+ GCDWebServerOption_Port : @(80 ),
65+ GCDWebServerOption_AutomaticallySuspendInBackground : @NO
6466 };
6567 [_webUploader startWithOptions: webSeverOptions error: nil ];
6668}
You can’t perform that action at this time.
0 commit comments