mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +00:00
VI: Adjust start/end of ACV region for fields
This wasn't changed when halfline counts were changed to 0-based. Also included is a diagram showing an understanding of how the values in the VI timing registers maps to the video signal.
This commit is contained in:
parent
c6841a027a
commit
371e3f1021
2 changed files with 92 additions and 11 deletions
|
@ -72,7 +72,7 @@ static Common::Event g_compressAndDumpStateSyncEvent;
|
|||
static std::thread g_save_thread;
|
||||
|
||||
// Don't forget to increase this after doing changes on the savestate system
|
||||
static const u32 STATE_VERSION = 111; // Last changed in PR 6321
|
||||
static const u32 STATE_VERSION = 112; // Last changed in PR 8444
|
||||
|
||||
// Maps savestate versions to Dolphin versions.
|
||||
// Versions after 42 don't need to be added to this list,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue