chore: update deps

This commit is contained in:
diamante0018 2025-01-29 13:25:42 +01:00
parent 03b44731a8
commit 6f2c293970
No known key found for this signature in database
GPG Key ID: F2000F181A4F7C85
3 changed files with 3 additions and 3 deletions

2
deps/gsc-tool vendored

@ -1 +1 @@
Subproject commit e4cb6a7819726d9ea33cd6a52f0dcd9382258b47
Subproject commit 616595f8e0dd62d6d57ed7a4ef7635a4c65e5dde

2
deps/libtomcrypt vendored

@ -1 +1 @@
Subproject commit c900951dab1bb94bab803fc57688dac18e3b71f9
Subproject commit 427e0551c0e27c1ef9a3aa969310a895163631ba

View File

@ -403,7 +403,7 @@ namespace gsc
public:
loading()
{
gsc_ctx = std::make_unique<xsk::gsc::iw6_pc::context>();
gsc_ctx = std::make_unique<xsk::gsc::iw6_pc::context>(xsk::gsc::instance::server);
}
void post_unpack() override