EXI_Device: Always define EXIDEVICE_ETHTAPSERVER for consistency

This keeps the enum values consistent across platforms in case new
entries are added after EXIDEVICE_ETHTAPSERVER.
This commit is contained in:
Léo Lam 2020-12-15 12:22:36 +01:00
parent 5a5c22dc6c
commit c59372dbb0
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 1 additions and 2 deletions

View File

@ -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
};