mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2025-01-27 03:33:16 -03:00
9 lines
No EOL
365 B
C
9 lines
No EOL
365 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 copyDirectory(const char* source, const char* dest); |