mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-04 08:49:03 +00:00
big update
lots cleaned, added cia to cci conv, it 's called a block, separated reading from building, improved ncch keyx stuff, and basic verbose for keys, elf checking and romfs
This commit is contained in:
+2
-2
@@ -118,10 +118,10 @@ fs_entry* fs_GetEntry(fs_DIR *dp)
|
||||
{
|
||||
entry->IsDir = false;
|
||||
#ifdef _WIN32
|
||||
entry->size = wGetFileSize_u64(entry->fs_name);
|
||||
entry->size = wGetFileSize64(entry->fs_name);
|
||||
entry->fp = _wfopen(entry->fs_name,L"rb");
|
||||
#else
|
||||
entry->size = GetFileSize_u64(entry->fs_name);
|
||||
entry->size = GetFileSize64(entry->fs_name);
|
||||
entry->fp = fopen(entry->fs_name,"rb");
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user