VideoCommon: move AssetMap to a types header file, so it can be pulled in without the DirectFilesystemAssetLibrary dependencies, the header will be expanded later

This commit is contained in:
iwubcode
2024-07-04 17:41:49 -05:00
parent 7d59c2743d
commit 2ae43324cb
6 changed files with 27 additions and 12 deletions

View File

@ -26,6 +26,7 @@ add_library(videocommon
Assets/ShaderAsset.h
Assets/TextureAsset.cpp
Assets/TextureAsset.h
Assets/Types.h
AsyncRequests.cpp
AsyncRequests.h
AsyncShaderCompiler.cpp