VideoBackendBase: Convert FieldType into an enum class

This commit is contained in:
Lioncash 2017-01-23 03:27:13 -05:00
commit 940aa6f32d
2 changed files with 35 additions and 26 deletions

View file

@ -17,10 +17,10 @@ class Mapping;
}
class PointerWrap;
enum FieldType
enum class FieldType
{
FIELD_ODD = 0,
FIELD_EVEN = 1,
Odd,
Even,
};
enum class EFBAccessType