mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 19:55:27 +02:00
Common: Get rid of Executor.cpp/h.
There was only one implementation.
This commit is contained in:
committed by
Unknown W. Brackets
parent
8c72cc119e
commit
e6aa841b78
+1
-1
@@ -249,7 +249,7 @@ static void ForwardDebuggerRequest(const http::Request &request) {
|
||||
static void ExecuteWebServer() {
|
||||
setCurrentThreadName("HTTPServer");
|
||||
|
||||
auto http = new http::Server(new threading::NewThreadExecutor());
|
||||
auto http = new http::Server(new NewThreadExecutor());
|
||||
http->RegisterHandler("/", &HandleListing);
|
||||
// This lists all the (current) recent ISOs.
|
||||
http->SetFallbackHandler(&HandleFallback);
|
||||
|
||||
Reference in New Issue
Block a user