diff options
| author | JosJuice <josjuice@gmail.com> | 2017-06-20 15:41:17 +0200 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2017-06-28 22:23:01 +0200 |
| commit | 0b068d84d58e4e6584672c5e1a632df8ad67df5c (patch) | |
| tree | a46e7e74136e5eafe8f851e52e021fc720f04dd8 /Source/Core/DiscIO/DiscExtractor.h | |
| parent | 2ca5f1dec8e4d00159ff3b3b4be90e225f0621d2 (diff) | |
FilesystemPanel: Overhaul the right-click menu
Diffstat (limited to 'Source/Core/DiscIO/DiscExtractor.h')
| -rw-r--r-- | Source/Core/DiscIO/DiscExtractor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Core/DiscIO/DiscExtractor.h b/Source/Core/DiscIO/DiscExtractor.h index 1372f2a8cd..c2db7f7a46 100644 --- a/Source/Core/DiscIO/DiscExtractor.h +++ b/Source/Core/DiscIO/DiscExtractor.h @@ -37,4 +37,7 @@ std::optional<u32> GetBootDOLSize(const Volume& volume, const Partition& partiti bool ExportDOL(const Volume& volume, const Partition& partition, const std::string& export_filename); +bool ExportSystemData(const Volume& volume, const Partition& partition, + const std::string& export_folder); + } // namespace DiscIO |
