summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Null/NullBackend.cpp
AgeCommit message (Collapse)Author
2016-10-01VideoNull: Set all fields in backend_infoStenzek
A few of these were missing, which could cause the adapter list to remain visible after switching to null, for example.
2016-10-01VideoCommon: Add config fields for multithreading and validation layersStenzek
2016-07-29VideoCommon: Make API_TYPE an enum classLioncash
Allows for forward declarations in most places, which prevents dumping unrelated VideoCommon.h contents directly into headers.
2016-06-26VideoBackends: Merge ShowConfig functions.degasus
2016-06-26VideoBackends: Merge Initialize and Shutdown functions.degasus
2016-06-25nullvideo: initial release of null video backenddegasus