summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/ips_layer.h
blob: 81c1634945c2cba645a7a3e8aaa25002a8347f7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2018 yuzu emulator team
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

#pragma once

#include <memory>

#include "core/file_sys/vfs.h"

namespace FileSys {

VirtualFile PatchIPS(const VirtualFile& in, const VirtualFile& ips);

} // namespace FileSys