Externals: Add zstd

I had to rename Source/Common/Compiler.h because the VS build
confuses it with Externals/zstd/lib/common/compiler.h otherwise.
This commit is contained in:
JosJuice 2020-05-03 19:42:12 +02:00
commit 2137fb7813
71 changed files with 28002 additions and 10 deletions

View file

@ -9,7 +9,7 @@
#include "Common/BitField.h"
#include "Common/CommonTypes.h"
#include "Common/Compiler.h"
#include "Common/Inline.h"
enum class EFBCopyFormat;