VideoCommon: watch texture pack folder for texture reloads (from dynamic input textures)

This commit is contained in:
iwubcode
2024-07-04 17:39:21 -05:00
parent 7afa9e6c6f
commit d940d62cae
6 changed files with 64 additions and 6 deletions

View File

@ -679,6 +679,7 @@
<ClInclude Include="VideoCommon\Assets\TextureAsset.h" />
<ClInclude Include="VideoCommon\Assets\TextureAssetUtils.h" />
<ClInclude Include="VideoCommon\Assets\Types.h" />
<ClInclude Include="VideoCommon\Assets\WatchableFilesystemAssetLibrary.h" />
<ClInclude Include="VideoCommon\AsyncRequests.h" />
<ClInclude Include="VideoCommon\AsyncShaderCompiler.h" />
<ClInclude Include="VideoCommon\BoundingBox.h" />