mirror of https://github.com/PCSX2/pcsx2.git
DEV9: Correct namespace for DNS Enums
This commit is contained in:
parent
1f31edf65c
commit
bac0930591
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
namespace PacketReader::IP::UDP
|
namespace PacketReader::IP::UDP::DNS
|
||||||
{
|
{
|
||||||
enum struct DNS_OPCode : u8
|
enum struct DNS_OPCode : u8
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue