mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
GDBStub: remove the cmake option and the ifdefs
This commit is contained in:
@ -8,10 +8,6 @@
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Core/CoreTiming.h"
|
||||
|
||||
#ifndef MSG_WAITALL
|
||||
#define MSG_WAITALL (8)
|
||||
#endif
|
||||
|
||||
typedef enum
|
||||
{
|
||||
GDB_SIGTRAP = 5,
|
||||
|
Reference in New Issue
Block a user