mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +00:00
FilesystemPanel: Put partitions in separate folders when extracting all partitions
This commit is contained in:
parent
478c4fd1f3
commit
a59edfe8cf
6 changed files with 56 additions and 8 deletions
|
@ -15,6 +15,8 @@ class FileInfo;
|
|||
struct Partition;
|
||||
class Volume;
|
||||
|
||||
std::string DirectoryNameForPartitionType(u32 partition_type);
|
||||
|
||||
u64 ReadFile(const Volume& volume, const Partition& partition, const FileInfo* file_info,
|
||||
u8* buffer, u64 max_buffer_size, u64 offset_in_file = 0);
|
||||
bool ExportData(const Volume& volume, const Partition& partition, u64 offset, u64 size,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue