mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Merge pull request #9330 from leoetlino/tapserver-define
EXI_Device: Always define EXIDEVICE_ETHTAPSERVER for consistency
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user