mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
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:
parent
5a5c22dc6c
commit
c59372dbb0
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue