cfg: implement serialization to json

This commit is contained in:
DH 2025-03-17 19:31:41 +03:00
parent 67e2409dcf
commit 476891a1a4
5 changed files with 683 additions and 13 deletions

4
.gitmodules vendored
View file

@ -132,3 +132,7 @@
path = rpcs3/3rdparty/GPUOpen/VulkanMemoryAllocator
url = ../../Megamouse/VulkanMemoryAllocator.git
ignore = dirty
[submodule "3rdparty/json"]
path = 3rdparty/json
url = ../../nlohmann/json.git
ignore = dirty