mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Code cleanup, copyright typo fixed
This commit is contained in:
parent
3fbaea3b9a
commit
27a5482a46
3 changed files with 4 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) 2018- PPSSPP Project.
|
||||
// Copyright (c) 2023- PPSSPP Project.
|
||||
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) 2018- PPSSPP Project.
|
||||
// Copyright (c) 2023- PPSSPP Project.
|
||||
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
|
@ -22,4 +22,4 @@
|
|||
DebuggerSubscriber *WebSocketClientConfigInit(DebuggerEventHandlerMap &map);
|
||||
|
||||
void WebSocketBroadcastConfigSet(DebuggerRequest &req);
|
||||
void WebSocketBroadcastConfigGet(DebuggerRequest &req);
|
||||
void WebSocketBroadcastConfigGet(DebuggerRequest &req);
|
||||
|
|
|
@ -34,9 +34,7 @@
|
|||
using namespace json;
|
||||
|
||||
struct WebSocketClientInfo {
|
||||
WebSocketClientInfo() : name(), version(), disallowed() {
|
||||
|
||||
}
|
||||
WebSocketClientInfo() = default;
|
||||
|
||||
std::string name;
|
||||
std::string version;
|
||||
|
|
Loading…
Add table
Reference in a new issue