mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 14:17:52 -05:00
vfs: expand support for NCA reading
This commit is contained in:
@ -56,4 +56,6 @@ namespace Common::Compression {
|
||||
[[nodiscard]] std::vector<u8> DecompressDataLZ4(std::span<const u8> compressed,
|
||||
std::size_t uncompressed_size);
|
||||
|
||||
int DecompressLZ4(void* dst, size_t dst_size, const void* src, size_t src_size);
|
||||
|
||||
} // namespace Common::Compression
|
||||
|
Reference in New Issue
Block a user