summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/fssystem/fssystem_crypto_configuration.h
blob: 7fd9c5a8de0145538a2df6bdf2296b3557bbc5a2 (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 NcaCryptoConfiguration& GetCryptoConfiguration();

}