// Copyright 2025 Dolphin Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later #pragma once #include #include "DiscIO/Blob.h" namespace DiscIO { std::unique_ptr CreateCachedBlobReader(std::unique_ptr reader); std::unique_ptr CreateScrubbingCachedBlobReader(std::unique_ptr reader); } // namespace DiscIO