mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-08-26 07:25:14 +02:00
Merge pull request #15697 from unknownbrackets/debugger
Update embedded web debugger
This commit is contained in:
+1
-1
@@ -248,7 +248,7 @@ static bool ServeDebuggerFile(const http::Request &request) {
|
||||
} else if (ext == ".js") {
|
||||
mimeType = "application/javascript";
|
||||
} else if (ext == ".svg") {
|
||||
mimeType = "image/svg";
|
||||
mimeType = "image/svg+xml";
|
||||
} else if (ext == ".png") {
|
||||
mimeType = "image/png";
|
||||
} else if (ext == ".css") {
|
||||
|
||||
Reference in New Issue
Block a user