// 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(); }