mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-08-24 06:25:18 +02:00
Debugger: Name the WebSocket debugger thread.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user