mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 13:11:54 +00:00
513bd804b1
- 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
12 lines
No EOL
138 B
C
12 lines
No EOL
138 B
C
#pragma once
|
|
|
|
enum NcaTypes {
|
|
Porgram = 0,
|
|
Meta,
|
|
Control,
|
|
Manual,
|
|
Data,
|
|
PublicData
|
|
};
|
|
|
|
int GetNcaType(char *path); |