mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #15697 from unknownbrackets/debugger
Update embedded web debugger
This commit is contained in:
commit
3dd2bd0589
2 changed files with 2 additions and 2 deletions
|
@ -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") {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 36ad6b19b22de2075a01a4f0c765e3ef514dc38f
|
||||
Subproject commit 9776332f720c854ef26f325a0cf9e32c02115a9c
|
Loading…
Add table
Reference in a new issue