|
loader/util: fully implement zstd bic variant
Implement both compression and decompression utilities and simplify loader logic |
|---|
|
|
| libraries/libstratosphere/include/stratosphere/util/util_compression.hpp |
|---|
| libraries/libstratosphere/include/stratosphere/util/util_zbic_for_loader.hpp 100644 → 0 |
|---|
| libraries/libstratosphere/include/stratosphere/util/zbicdeclib.inc 100644 → 0 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/util/zstd.h 100644 → 0 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/util/zstd_errors.h 100644 → 0 |
|---|
| libraries/libstratosphere/source/util/util_compression.cpp |
|---|
| libraries/libstratosphere/source/util/zstd.c 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/util/zstd.h 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/util/zstd_errors.h 0 → 100644 |
|---|
| stratosphere/loader/source/ldr_process_creation.cpp |
|---|