mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 20:14:57 +00:00
EXI_Device: Get rid of an unnecesary cast
This commit is contained in:
parent
2e85ddef60
commit
6cddc1be95
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ enum TEXIDevices : int
|
|||
// Converted to EXIDEVICE_MEMORYCARD internally.
|
||||
EXIDEVICE_MEMORYCARDFOLDER,
|
||||
EXIDEVICE_AGP,
|
||||
EXIDEVICE_NONE = (u8)-1
|
||||
EXIDEVICE_NONE = 0xFF
|
||||
};
|
||||
|
||||
class IEXIDevice
|
||||
|
|
Loading…
Add table
Reference in a new issue