1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-16 20:13:24 +01:00
TegraExplorer/source/keys/nca.h
suchmememanyskill 513bd804b1 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
2020-12-28 02:29:58 +01:00

12 lines
138 B
C

#pragma once
enum NcaTypes {
Porgram = 0,
Meta,
Control,
Manual,
Data,
PublicData
};
int GetNcaType(char *path);