mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
VI: derive field timing from VI registers
This commit is contained in:
parent
0ba7a65f08
commit
480dbb22f2
6 changed files with 154 additions and 180 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue