Debugger: Name the WebSocket debugger thread.

This commit is contained in:
Unknown W. Brackets
2018-06-08 06:59:16 -07:00
parent a341994622
commit c44d8dbe2d
+3
View File
@@ -15,6 +15,7 @@
// Official git repository and contact information can be found at
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
#include "thread/threadutil.h"
#include "Core/Debugger/WebSocket.h"
#include "Core/Debugger/WebSocket/WebSocketUtils.h"
@@ -58,6 +59,8 @@ void HandleDebuggerRequest(const http::Request &request) {
if (!ws)
return;
setCurrentThreadName("Debugger");
LogBroadcaster logger;
GameBroadcaster game;
SteppingBroadcaster stepping;