Merge pull request #9330 from leoetlino/tapserver-define

EXI_Device: Always define EXIDEVICE_ETHTAPSERVER for consistency
This commit is contained in:
LC 2020-12-19 21:46:01 -05:00 committed by GitHub
commit 5493a86086
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -33,9 +33,8 @@ enum TEXIDevices : int
EXIDEVICE_MEMORYCARDFOLDER, EXIDEVICE_MEMORYCARDFOLDER,
EXIDEVICE_AGP, EXIDEVICE_AGP,
EXIDEVICE_ETHXLINK, EXIDEVICE_ETHXLINK,
#if defined(__APPLE__) // Only used on Apple devices.
EXIDEVICE_ETHTAPSERVER, EXIDEVICE_ETHTAPSERVER,
#endif
EXIDEVICE_NONE = 0xFF EXIDEVICE_NONE = 0xFF
}; };