mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 06:39:14 +01:00
Merge pull request #9330 from leoetlino/tapserver-define
EXI_Device: Always define EXIDEVICE_ETHTAPSERVER for consistency
This commit is contained in:
commit
5493a86086
@ -33,9 +33,8 @@ enum TEXIDevices : int
|
||||
EXIDEVICE_MEMORYCARDFOLDER,
|
||||
EXIDEVICE_AGP,
|
||||
EXIDEVICE_ETHXLINK,
|
||||
#if defined(__APPLE__)
|
||||
// Only used on Apple devices.
|
||||
EXIDEVICE_ETHTAPSERVER,
|
||||
#endif
|
||||
EXIDEVICE_NONE = 0xFF
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user