forked from dolphin-emu/dolphin
VI: derive field timing from VI registers
This commit is contained in:
@@ -15,9 +15,8 @@ namespace MMIO { class Mapping; }
|
||||
|
||||
enum FieldType
|
||||
{
|
||||
FIELD_PROGRESSIVE = 0,
|
||||
FIELD_UPPER,
|
||||
FIELD_LOWER
|
||||
FIELD_ODD = 0,
|
||||
FIELD_EVEN = 1,
|
||||
};
|
||||
|
||||
enum EFBAccessType
|
||||
|
||||
Reference in New Issue
Block a user