loader/util: fully implement zstd bic variant
Implement both compression and decompression utilities and simplify loader logic
1 parent db38838 commit 082115187a0509cb6b8a757de639a4e4741b8712
@hexkyz hexkyz authored on 2 Apr
Showing 10 changed files
View
libraries/libstratosphere/include/stratosphere/util/util_compression.hpp
View
libraries/libstratosphere/include/stratosphere/util/util_zbic_for_loader.hpp 100644 → 0
View
libraries/libstratosphere/include/stratosphere/util/zbicdeclib.inc 100644 → 0
Too large (Show diff)
View
libraries/libstratosphere/include/stratosphere/util/zstd.h 100644 → 0
Too large (Show diff)
View
libraries/libstratosphere/include/stratosphere/util/zstd_errors.h 100644 → 0
View
libraries/libstratosphere/source/util/util_compression.cpp
View
libraries/libstratosphere/source/util/zstd.c 0 → 100644
Too large (Show diff)
View
libraries/libstratosphere/source/util/zstd.h 0 → 100644
Too large (Show diff)
View
libraries/libstratosphere/source/util/zstd_errors.h 0 → 100644
View
stratosphere/loader/source/ldr_process_creation.cpp