There was an error fetching the commit references. Please try again later.
Add support for decrypted NCA files (#567)
* Start to add NCA support in loader * More nca stuff * More changes to nca.cpp * Now identifies decrypted NCA cont. * Game list fixes and more structs and stuff * More updates to Nca class * Now reads ExeFs (i think) * ACTUALLY LOADS EXEFS! * RomFS loads and games execute * Cleanup and Finalize * plumbing, cleanup and testing * fix some things that i didnt think of before * Preliminary Review Changes * Review changes for bunnei and subv
Showing
- src/core/CMakeLists.txt 2 additions, 0 deletionssrc/core/CMakeLists.txt
- src/core/file_sys/partition_filesystem.cpp 15 additions, 3 deletionssrc/core/file_sys/partition_filesystem.cpp
- src/core/file_sys/partition_filesystem.h 1 addition, 1 deletionsrc/core/file_sys/partition_filesystem.h
- src/core/loader/loader.cpp 10 additions, 0 deletionssrc/core/loader/loader.cpp
- src/core/loader/loader.h 1 addition, 0 deletionssrc/core/loader/loader.h
- src/core/loader/nca.cpp 303 additions, 0 deletionssrc/core/loader/nca.cpp
- src/core/loader/nca.h 49 additions, 0 deletionssrc/core/loader/nca.h
- src/core/loader/nso.cpp 68 additions, 11 deletionssrc/core/loader/nso.cpp
- src/core/loader/nso.h 3 additions, 0 deletionssrc/core/loader/nso.h
- src/yuzu/game_list.cpp 1 addition, 1 deletionsrc/yuzu/game_list.cpp
Loading
Please register or sign in to comment