mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 12:35:47 +00:00
core: Do not link LZ4 to core. Use common/data_compression for nso segment decompression instead.
This commit is contained in:
parent
92e1f5a5a9
commit
bad8750fe8
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue