mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-10 04:31:44 +00:00
9 lines
No EOL
401 B
C
9 lines
No EOL
401 B
C
#pragma once
|
|
|
|
#include <switch.h>
|
|
|
|
void workaroundPartitionZeroAccess(FsDeviceOperator* fsOperator);
|
|
bool openPartitionFs(FsFileSystem* ret, FsDeviceOperator* fsOperator, u32 partition);
|
|
bool dumpPartitionRaw(FsDeviceOperator* fsOperator, u32 partition);
|
|
bool copyFile(const char* source, const char* dest, bool doSplitting);
|
|
bool copyDirectory(const char* source, const char* dest, bool doSplitting); |