Add fw dumping
- also fatfs is stupid - also close files properly on a failed copy - also check for errors during folder readouts - also make sure holding vol- doesn't dump the keys anyway
This commit is contained in:
12
source/keys/nca.h
Normal file
12
source/keys/nca.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
enum NcaTypes {
|
||||
Porgram = 0,
|
||||
Meta,
|
||||
Control,
|
||||
Manual,
|
||||
Data,
|
||||
PublicData
|
||||
};
|
||||
|
||||
int GetNcaType(char *path);
|
||||
Reference in New Issue
Block a user