mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-12 01:36:57 +00:00
12 lines
273 B
C++
12 lines
273 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 NcaCryptoConfiguration& GetCryptoConfiguration();
|
|
|
|
}
|