mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #17136 from hrydgard/zstd-include-fix
Zstd include fix
This commit is contained in:
commit
2f1441eceb
2 changed files with 1 additions and 2 deletions
|
@ -259,7 +259,6 @@ void ReplacedTexture::Prepare(VFSBackend *vfs) {
|
|||
return;
|
||||
}
|
||||
|
||||
fmt = fmt;
|
||||
SetState(ReplacementState::ACTIVE);
|
||||
|
||||
if (threadWaitable_)
|
||||
|
|
|
@ -155,7 +155,7 @@
|
|||
// If BASISD_SUPPORT_KTX2_ZSTD is 0, UASTC files compressed with Zstd cannot be loaded.
|
||||
#if BASISD_SUPPORT_KTX2_ZSTD
|
||||
// We only use two Zstd API's: ZSTD_decompress() and ZSTD_isError()
|
||||
#include "../zstd/lib/zstd.h"
|
||||
#include <zstd.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue