VideoBackendBase: Migrate functions from MainBase.cpp to VideoBackendBase.cpp

Given that this only contains functions from the VideoBackendBase class,
it makes more sense to move these to the relevant cpp file to keep them
all together.
This commit is contained in:
Lioncash
2018-03-18 15:24:15 -04:00
parent b86947264b
commit b68e8b872e
5 changed files with 231 additions and 236 deletions

View File

@ -22,7 +22,6 @@ set(SRCS
ImageWrite.cpp
IndexGenerator.cpp
LightingShaderGen.cpp
MainBase.cpp
OnScreenDisplay.cpp
OpcodeDecoding.cpp
PerfQueryBase.cpp