summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/fssystem/fssystem_compression_configuration.h
blob: b4ec4f20324c5a22b2d1cf7161d470f31914a6bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

#include "core/file_sys/fssystem/fssystem_nca_file_system_driver.h"

namespace FileSys {

const NcaCompressionConfiguration* GetNcaCompressionConfiguration();

}