diff --git a/src/core/hle/service/filesystem/save_data_controller.h b/src/core/hle/service/filesystem/save_data_controller.h index 2117f9adb..61be15465 100644 --- a/src/core/hle/service/filesystem/save_data_controller.h +++ b/src/core/hle/service/filesystem/save_data_controller.h @@ -1,4 +1,5 @@ // SPDX-FileCopyrightText: Copyright 2024 yuzu Emulator Project +// SPDX-FileCopyrightText: 2025 citron Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later #pragma once @@ -38,6 +39,10 @@ public: FileSys::SaveDataSpaceId space, const FileSys::SaveDataAttribute& attribute); + std::shared_ptr GetFactory() const { + return factory; + } + void SetAutoCreate(bool state); private: