VideoCommon: add function to serialize ShaderAsset to json

This commit is contained in:
iwubcode 2024-01-23 01:05:16 -06:00
commit b5a6225e1a
5 changed files with 104 additions and 0 deletions

View file

@ -125,6 +125,7 @@
<ClInclude Include="Common\Intrinsics.h" />
<ClInclude Include="Common\IOFile.h" />
<ClInclude Include="Common\JitRegister.h" />
<ClInclude Include="Common\JsonUtil.h" />
<ClInclude Include="Common\Lazy.h" />
<ClInclude Include="Common\LdrWatcher.h" />
<ClInclude Include="Common\LinearDiskCache.h" />