mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
GDB Stub: Make s_socket_context static
This commit is contained in:
@ -40,7 +40,7 @@ typedef SSIZE_T ssize_t;
|
|||||||
|
|
||||||
namespace GDBStub
|
namespace GDBStub
|
||||||
{
|
{
|
||||||
std::optional<Common::SocketContext> s_socket_context;
|
static std::optional<Common::SocketContext> s_socket_context;
|
||||||
|
|
||||||
#define GDB_BFR_MAX 10000
|
#define GDB_BFR_MAX 10000
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user