VideoCommon: Add vertex shader point and line expansion

This commit is contained in:
TellowKrinkle 2022-07-23 00:47:04 -05:00
commit 68f49df0f8
17 changed files with 584 additions and 73 deletions

View file

@ -94,7 +94,7 @@ static size_t s_state_writes_in_queue;
static std::condition_variable s_state_write_queue_is_empty;
// Don't forget to increase this after doing changes on the savestate system
constexpr u32 STATE_VERSION = 154; // Last changed in PR 11177
constexpr u32 STATE_VERSION = 155; // Last changed in PR 10890
// Maps savestate versions to Dolphin versions.
// Versions after 42 don't need to be added to this list,