VideoBackendBase: Convert EFBAccessType into an enum class

This commit is contained in:
Lioncash
2017-01-23 02:51:46 -05:00
parent a2caa0d733
commit 5b461f50af
12 changed files with 75 additions and 53 deletions

View File

@ -23,12 +23,12 @@ enum FieldType
FIELD_EVEN = 1,
};
enum EFBAccessType
enum class EFBAccessType
{
PEEK_Z = 0,
POKE_Z,
PEEK_COLOR,
POKE_COLOR
PeekZ,
PokeZ,
PeekColor,
PokeColor
};
struct SCPFifoStruct