set underlying type of some enums to quiet warnings

This commit is contained in:
Shawn Hoffman 2017-06-07 04:26:36 -07:00
parent ebd3d43b7d
commit 5b5c630afb
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ protected:
CMailHandler& m_mail_handler;
enum EDSP_Codes
enum EDSP_Codes : u32
{
DSP_INIT = 0xDCD10000,
DSP_RESUME = 0xDCD10001,

View File

@ -99,7 +99,7 @@ struct PhysicalMemoryRegion
u8** out_pointer;
u32 physical_address;
u32 size;
enum
enum : u32
{
ALWAYS = 0,
FAKE_VMEM = 1,