diff options
author | unknown <FreddyFunk@users.noreply.github.com> | 2019-02-07 19:40:39 +0100 |
---|---|---|
committer | FreddyFunk <FreddyFunk@users.noreply.github.com> | 2019-03-29 18:20:48 +0100 |
commit | cec7da37b90804d60dd508dcb9aac648a0f5a590 (patch) | |
tree | 339d609c4d942c52a71e7506bb3ad4a885956d0e /src | |
parent | gl_shader_disk_cache: Use LZ4HC with compression level 9 instead of compression level 12 for less compression time (diff) | |
download | yuzu-cec7da37b90804d60dd508dcb9aac648a0f5a590.tar yuzu-cec7da37b90804d60dd508dcb9aac648a0f5a590.tar.gz yuzu-cec7da37b90804d60dd508dcb9aac648a0f5a590.tar.bz2 yuzu-cec7da37b90804d60dd508dcb9aac648a0f5a590.tar.lz yuzu-cec7da37b90804d60dd508dcb9aac648a0f5a590.tar.xz yuzu-cec7da37b90804d60dd508dcb9aac648a0f5a590.tar.zst yuzu-cec7da37b90804d60dd508dcb9aac648a0f5a590.zip |
Diffstat (limited to '')
-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 @@ #include <cinttypes> #include <vector> +#include "common/data_compression.h" #include "common/common_funcs.h" #include "common/file_util.h" #include "common/hex_util.h" |