EXI_Device: Get rid of an unnecesary cast

This commit is contained in:
Lioncash 2017-01-22 04:18:52 -05:00
parent 2e85ddef60
commit 6cddc1be95
1 changed files with 1 additions and 1 deletions

View File

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