Browse Source

core: Do not link LZ4 to core. Use common/data_compression for nso segment decompression instead.

nce_cpp
unknown 7 years ago
committed by FreddyFunk
parent
commit
bad8750fe8
  1. 1
      src/core/loader/nso.cpp

1
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"

Loading…
Cancel
Save