4010 Commits (80937ec31a8b349163894d33f36d6d912da30439)

Author SHA1 Message Date
Zach Hilman 89422004c3 file_sys/crypto: Fix missing/unnecessary includes 7 years ago
Zach Hilman 7e04e10f4d xci: Ignore NCA files with updates in secure 7 years ago
Zach Hilman 87927a3be7 content_archive: Add update title detection 7 years ago
David f4b1df57e4 Added GetBootMode (#1107) 7 years ago
Zach Hilman 6c83024693 qt: Add filename and title id to window title while running 7 years ago
Zach Hilman 8f6ef9d395 key_manager: Eliminate indexed for loop 7 years ago
Zach Hilman 8b989b2e11 key_manager: Create keys dir if it dosen't exist 7 years ago
Zach Hilman d867928e90 file_sys: Cut down on includes and copies 7 years ago
Zach Hilman d3225fdae9 crypto: Eliminate magic constants 7 years ago
Zach Hilman 5b8fdc94e2 key_manager: Add support for autogenerated keys 7 years ago
Zach Hilman abfa173778 key_manager: Add support for KEK and SD seed derivation 7 years ago
Zach Hilman 25e7fc1b47 key_manager: Switch to boost flat_map for keys 7 years ago
Zach Hilman 32b5f6d88d file_sys: Implement NAX containers 7 years ago
Zach Hilman d407472129 registration: Add GetEntryUnparsed methods 7 years ago
Zach Hilman 8bc95b876e sdmc_factory: Add SDMC RegisteredCache getter 7 years ago
Zach Hilman 1f77f3409a vfs: Add GetOrCreateDirectoryRelative method 7 years ago
Zach Hilman b8f5034fe1 filesystem: Add CreateFactories methods to fs 7 years ago
Zach Hilman af6c9bb950 filesystem: Add logging to registration getters 7 years ago
Zach Hilman 50704abef4 loader: Add new NAX-specific errors and messages 7 years ago
Zach Hilman 8302ba7711 nax: Add AppLoader_NAX and update loader to support it 7 years ago
Zach Hilman 1369a56ec3 xts_encryption_layer: Implement XTSEncryptionLayer 7 years ago
Zach Hilman ec14bb18c9 aes_util: Make XTSTranscode stricter about sizes 7 years ago
Zach Hilman abb0f6cac9 ctr_encryption_layer: Fix bug when transcoding small data 7 years ago
Zach Hilman 1c1491a1cf xci: Fix error masking issue 7 years ago
David Marcec 391c780ae2 Added missing include for pl:u 7 years ago
David 146a8ce987 PL:U Added BFTTF loading(Loading from System NAND dumps) (#1088) 7 years ago
Lioncash e1124b6510 vfs: Replace mode.h include with forward declarations where applicable 7 years ago
Lioncash 8e063b0b2c am: Utilize std::array within PopLaunchParameter() 7 years ago
MerryMage 2336c6bb5f perf_stats: Change MAX_LAG_TIME_US to an appropriate value 7 years ago
Lioncash 1c234d2e03 sdmc_factory: Remove unnecessary core include 7 years ago
tech4me 5e70a75986 qt/main: Port part of citra(#3411), open savedata works 7 years ago
Lioncash 1d77a31e1d service/filesystem: Use forward declarations where applicable 7 years ago
Lioncash 935346a9b2 romfs_factory: Remove unnecessary includes and use forward declarations where applicable 7 years ago
Lioncash 35e0f49b3f telemetry_session: Don't allocate std::string instances for program lifetime in GetTelemetryId() and RegenerateTelemetryId() 7 years ago
Lioncash 2b5eb5254d acc: Replace profile_manager include with a forward declaration 7 years ago
Lioncash d643659275 acc: Simplify WriteBuffer call within LoadImage() 7 years ago
Lioncash 477a9f8a66 acc: Correct IProfile's constructor initializer list order 7 years ago
Lioncash f645b3ef5a acc: Remove unused DEFAULT_USER_ID 7 years ago
Lioncash b3c07b97df profile_manager: Use INVALID_UUID in the initializer of last_opened_user 7 years ago
Lioncash f035a384b1 profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData() 7 years ago
Lioncash 280b278b33 profile_manager: Use type aliases for username data, profile data, and user arrays 7 years ago
Lioncash 4fbaf3e0af profile_manager: Take ProfileInfo by const reference where applicable 7 years ago
Lioncash 3b6af2a6f7 profile_manager: Make array parameter to CreateNewUser a const reference 7 years ago
Lioncash 4b39dd7d47 profile_manager: Remove unnecessary static 7 years ago
Lioncash 30c2015a2e profile_manager: Simplify UUID's two param constructor, operator==, and operator bool 7 years ago
Lioncash 29ee3bc8d6 profile_manager: Move UUID generation function to the cpp file 7 years ago
fearlessTobi fc6901c205 Port #3353 from Citra 7 years ago
Zach Hilman 132d82db7d registration: Add Data_Unknown5 NCAContentType 7 years ago
Lioncash 92ca1346ea profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNewUser() 7 years ago
David Marcec 43a8240c64 Added CheckFreeCommunicationPermission 7 years ago