mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Update zstd to 1.5.0.
This improves GE frame dump compression speed and ZIM load speed.
This commit is contained in:
parent
138d81e14d
commit
f6a1ffdd14
@ -252,7 +252,7 @@
|
||||
<ClInclude Include="..\..\ext\zstd\lib\common\pool.h" />
|
||||
<ClInclude Include="..\..\ext\zstd\lib\common\threading.h" />
|
||||
<ClInclude Include="..\..\ext\zstd\lib\common\xxhash.h" />
|
||||
<ClInclude Include="..\..\ext\zstd\lib\common\zstd_errors.h" />
|
||||
<ClInclude Include="..\..\ext\zstd\lib\zstd_errors.h" />
|
||||
<ClInclude Include="..\..\ext\zstd\lib\common\zstd_internal.h" />
|
||||
<ClInclude Include="..\..\ext\zstd\lib\zstd.h" />
|
||||
<ClInclude Include="..\..\ext\zstd\lib\compress\zstd_compress.h" />
|
||||
|
@ -42,7 +42,7 @@
|
||||
<ClInclude Include="..\..\ext\zstd\lib\common\pool.h" />
|
||||
<ClInclude Include="..\..\ext\zstd\lib\common\threading.h" />
|
||||
<ClInclude Include="..\..\ext\zstd\lib\common\xxhash.h" />
|
||||
<ClInclude Include="..\..\ext\zstd\lib\common\zstd_errors.h" />
|
||||
<ClInclude Include="..\..\ext\zstd\lib\zstd_errors.h" />
|
||||
<ClInclude Include="..\..\ext\zstd\lib\common\zstd_internal.h" />
|
||||
<ClInclude Include="..\..\ext\zstd\lib\zstd.h" />
|
||||
<ClInclude Include="..\..\ext\zstd\lib\compress\zstd_compress.h" />
|
||||
|
@ -596,7 +596,6 @@ LIBZSTD_FILES := \
|
||||
$(SRC)/ext/zstd/lib/common/threading.c \
|
||||
$(SRC)/ext/zstd/lib/common/xxhash.c \
|
||||
$(SRC)/ext/zstd/lib/common/zstd_common.c \
|
||||
$(SRC)/ext/zstd/lib/common/zstd_trace.c \
|
||||
$(SRC)/ext/zstd/lib/compress/fse_compress.c \
|
||||
$(SRC)/ext/zstd/lib/compress/hist.c \
|
||||
$(SRC)/ext/zstd/lib/compress/huf_compress.c \
|
||||
|
@ -60,9 +60,6 @@
|
||||
<ClCompile Include="zstd\lib\decompress\zstd_decompress.c" />
|
||||
<ClCompile Include="zstd\lib\decompress\zstd_decompress_block.c" />
|
||||
<ClCompile Include="zstd\lib\decompress\zstd_ddict.c" />
|
||||
<ClCompile Include="zstd\lib\deprecated\zbuff_common.c" />
|
||||
<ClCompile Include="zstd\lib\deprecated\zbuff_compress.c" />
|
||||
<ClCompile Include="zstd\lib\deprecated\zbuff_decompress.c" />
|
||||
<ClCompile Include="zstd\lib\dictBuilder\cover.c" />
|
||||
<ClCompile Include="zstd\lib\dictBuilder\fastcover.c" />
|
||||
<ClCompile Include="zstd\lib\dictBuilder\divsufsort.c" />
|
||||
@ -80,12 +77,11 @@
|
||||
<ClInclude Include="zstd\lib\common\threading.h" />
|
||||
<ClInclude Include="zstd\lib\common\bitstream.h" />
|
||||
<ClInclude Include="zstd\lib\common\error_private.h" />
|
||||
<ClInclude Include="zstd\lib\common\zstd_errors.h" />
|
||||
<ClInclude Include="zstd\lib\zstd_errors.h" />
|
||||
<ClInclude Include="zstd\lib\common\mem.h" />
|
||||
<ClInclude Include="zstd\lib\common\fse.h" />
|
||||
<ClInclude Include="zstd\lib\common\huf.h" />
|
||||
<ClInclude Include="zstd\lib\common\xxhash.h" />
|
||||
<ClInclude Include="zstd\lib\deprecated\zbuff.h" />
|
||||
<ClInclude Include="zstd\lib\legacy\zstd_legacy.h" />
|
||||
<ClInclude Include="zstd\lib\legacy\zstd_v01.h" />
|
||||
<ClInclude Include="zstd\lib\legacy\zstd_v02.h" />
|
||||
|
2
ext/zstd
2
ext/zstd
@ -1 +1 @@
|
||||
Subproject commit 56421f34e4ab5c17cbac0832bd12413e4f27ecf9
|
||||
Subproject commit a488ba114ec17ea1054b9057c26a046fc122b3b6
|
@ -786,7 +786,6 @@ SOURCES_C += $(ZSTDDIR)/common/debug.c \
|
||||
|
||||
SOURCES_C += \
|
||||
$(ZSTDDIR)/common/zstd_common.c \
|
||||
$(ZSTDDIR)/common/zstd_trace.c \
|
||||
$(ZSTDDIR)/compress/fse_compress.c \
|
||||
$(ZSTDDIR)/compress/hist.c \
|
||||
$(ZSTDDIR)/compress/huf_compress.c \
|
||||
|
Loading…
Reference in New Issue
Block a user