mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 03:35:19 +02:00
http: Move web server to core and use flags.
This way we can independently control the debugger and disc sharing, since debugger could have security impact.
This commit is contained in:
+3
-1
@@ -84,6 +84,7 @@
|
||||
#include "Core/HLE/sceUsbGps.h"
|
||||
#include "Core/Util/GameManager.h"
|
||||
#include "Core/Util/AudioFormat.h"
|
||||
#include "Core/WebServer.h"
|
||||
#include "GPU/GPUInterface.h"
|
||||
|
||||
#include "ui_atlas.h"
|
||||
@@ -587,7 +588,8 @@ void NativeInit(int argc, const char *argv[], const char *savegame_dir, const ch
|
||||
}
|
||||
|
||||
if (g_Config.bRemoteShareOnStartup) {
|
||||
StartRemoteISOSharing();
|
||||
// TODO: Separate config options.
|
||||
StartWebServer(WebServerFlags::ALL);
|
||||
}
|
||||
|
||||
std::string sysName = System_GetProperty(SYSPROP_NAME);
|
||||
|
||||
Reference in New Issue
Block a user