mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
Merge pull request #12724 from Tilka/readstate
TAPServerConnection: drop unused enum class ReadState
This commit is contained in:
commit
6443084e8c
@ -31,14 +31,6 @@ public:
|
|||||||
bool SendFrame(const u8* frame, u32 size);
|
bool SendFrame(const u8* frame, u32 size);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
enum class ReadState
|
|
||||||
{
|
|
||||||
Size,
|
|
||||||
SizeHigh,
|
|
||||||
Data,
|
|
||||||
Skip,
|
|
||||||
};
|
|
||||||
|
|
||||||
const std::string m_destination;
|
const std::string m_destination;
|
||||||
const RecvCallback m_recv_cb;
|
const RecvCallback m_recv_cb;
|
||||||
const std::size_t m_max_frame_size;
|
const std::size_t m_max_frame_size;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user