diff options
| author | 2019-02-07 19:40:39 +0100 | |
|---|---|---|
| committer | 2019-03-29 18:20:48 +0100 | |
| commit | cec7da37b90804d60dd508dcb9aac648a0f5a590 (patch) | |
| tree | 339d609c4d942c52a71e7506bb3ad4a885956d0e /src/core/loader/nso.cpp | |
| parent | gl_shader_disk_cache: Use LZ4HC with compression level 9 instead of compressi... (diff) | |
| download | yuzu-cec7da37b90804d60dd508dcb9aac648a0f5a590.tar.gz yuzu-cec7da37b90804d60dd508dcb9aac648a0f5a590.tar.xz yuzu-cec7da37b90804d60dd508dcb9aac648a0f5a590.zip | |
core: Do not link LZ4 to core. Use common/data_compression for nso segment decompression instead.
Diffstat (limited to 'src/core/loader/nso.cpp')
| -rw-r--r-- | src/core/loader/nso.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/loader/nso.cpp b/src/core/loader/nso.cpp index df2fb7b7f..2ca9bf63c 100644 --- a/src/core/loader/nso.cpp +++ b/src/core/loader/nso.cpp | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | #include <cinttypes> | 5 | #include <cinttypes> |
| 6 | #include <vector> | 6 | #include <vector> |
| 7 | 7 | ||
| 8 | #include "common/data_compression.h" | ||
| 8 | #include "common/common_funcs.h" | 9 | #include "common/common_funcs.h" |
| 9 | #include "common/file_util.h" | 10 | #include "common/file_util.h" |
| 10 | #include "common/hex_util.h" | 11 | #include "common/hex_util.h" |