mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
set underlying type of some enums to quiet warnings
This commit is contained in:
parent
ebd3d43b7d
commit
5b5c630afb
@ -63,7 +63,7 @@ protected:
|
||||
|
||||
CMailHandler& m_mail_handler;
|
||||
|
||||
enum EDSP_Codes
|
||||
enum EDSP_Codes : u32
|
||||
{
|
||||
DSP_INIT = 0xDCD10000,
|
||||
DSP_RESUME = 0xDCD10001,
|
||||
|
@ -99,7 +99,7 @@ struct PhysicalMemoryRegion
|
||||
u8** out_pointer;
|
||||
u32 physical_address;
|
||||
u32 size;
|
||||
enum
|
||||
enum : u32
|
||||
{
|
||||
ALWAYS = 0,
|
||||
FAKE_VMEM = 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user