Merge pull request #12328 from iwubcode/xf_state_manager

VideoCommon: move xf state management to its own class
This commit is contained in:
Tilka
2023-11-28 02:04:26 +00:00
committed by GitHub
17 changed files with 471 additions and 300 deletions

View File

@ -198,6 +198,8 @@ add_library(videocommon
Widescreen.h
XFMemory.cpp
XFMemory.h
XFStateManager.cpp
XFStateManager.h
XFStructs.cpp
XFStructs.h
)