mirror of
https://github.com/pound-emu/pound.git
synced 2025-06-22 22:48:09 -04:00
12 lines
286 B
C++
12 lines
286 B
C++
// 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();
|
|
|
|
}
|