From 51df78e5c93bf6833ee56df655e6a1be92bf48c2 Mon Sep 17 00:00:00 2001 From: Skyth <19259897+blueskythlikesclouds@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:00:42 +0300 Subject: [PATCH] Fix ddspp submodule. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index cd2eacb..757b1e0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -11,3 +11,6 @@ [submodule "thirdparty/D3D12MemoryAllocator"] path = thirdparty/D3D12MemoryAllocator url = https://github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator.git +[submodule "thirdparty/ddspp"] + path = thirdparty/ddspp + url = https://github.com/redorav/ddspp.git