| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | svc: Return process title ID if queried in GetInfo() | 2018-08-25 | 1 | -2/+1 | ||
| * | | | | | | | Merge pull request #1174 from lioncash/debug | 2018-08-27 | 5 | -27/+7 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | debug_utils: Remove unused includes | 2018-08-24 | 5 | -24/+4 | ||
| | * | | | | | | | debug_utils: Make BreakpointObserver class' constructor explicit | 2018-08-24 | 1 | -1/+1 | ||
| | * | | | | | | | debug_utils: Initialize active_breakpoint member of DebugContext | 2018-08-24 | 1 | -2/+2 | ||
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1162 from ogniK5377/ttf-plu | 2018-08-27 | 1 | -5/+51 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Addressed plu TTF changes | 2018-08-24 | 1 | -6/+7 | ||
| | * | | | | | | | Added SharedFonts loading via TTF | 2018-08-23 | 1 | -5/+50 | ||
| * | | | | | | | | Merge pull request #1168 from lioncash/header | 2018-08-27 | 2 | -1/+4 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | hid: Move core include to cpp file | 2018-08-23 | 2 | -1/+4 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1171 from lioncash/true | 2018-08-27 | 1 | -7/+4 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | core: Remove always true conditionals in Load() | 2018-08-24 | 1 | -7/+4 | ||
| | |/ / / / / / / | ||||||
| * | | | | / / / | set: Fixed GetAvailableLanguageCodes() to follow the max_entries | 2018-08-26 | 2 | -8/+45 | ||
| | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | | Merge pull request #1173 from lioncash/batch | 2018-08-25 | 1 | -4/+4 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | maxwell3d: Move FinishedPrimitiveBatch event after AcceleratedDrawBatch() | 2018-08-24 | 1 | -4/+4 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1167 from lioncash/assert | 2018-08-25 | 1 | -1/+2 | ||
| |\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| | * | | | | | | gl_rasterizer: Correct assertion condition in SyncLogicOpState() | 2018-08-23 | 1 | -1/+2 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #1166 from lioncash/typo | 2018-08-25 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | filesystem: Fix typo in log message | 2018-08-23 | 1 | -1/+1 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #1094 from DarkLordZach/nax0 | 2018-08-24 | 31 | -97/+821 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | file_sys/crypto: Fix missing/unnecessary includes | 2018-08-24 | 9 | -5/+10 | ||
| | * | | | | | xci: Ignore NCA files with updates in secure | 2018-08-23 | 1 | -0/+3 | ||
| | * | | | | | content_archive: Add update title detection | 2018-08-23 | 2 | -0/+11 | ||
| | * | | | | | key_manager: Eliminate indexed for loop | 2018-08-23 | 1 | -6/+13 | ||
| | * | | | | | key_manager: Create keys dir if it dosen't exist | 2018-08-23 | 2 | -0/+2 | ||
| | * | | | | | file_sys: Cut down on includes and copies | 2018-08-23 | 7 | -19/+30 | ||
| | * | | | | | crypto: Eliminate magic constants | 2018-08-23 | 4 | -32/+38 | ||
| | * | | | | | key_manager: Add support for autogenerated keys | 2018-08-23 | 2 | -3/+45 | ||
| | * | | | | | key_manager: Add support for KEK and SD seed derivation | 2018-08-23 | 2 | -5/+135 | ||
| | * | | | | | key_manager: Switch to boost flat_map for keys | 2018-08-23 | 2 | -32/+14 | ||
| | * | | | | | game_list: Add SD registration loading to game list | 2018-08-23 | 2 | -12/+12 | ||
| | * | | | | | file_sys: Implement NAX containers | 2018-08-23 | 3 | -0/+238 | ||
| | * | | | | | registration: Add GetEntryUnparsed methods | 2018-08-23 | 2 | -0/+15 | ||
| | * | | | | | sdmc_factory: Add SDMC RegisteredCache getter | 2018-08-23 | 2 | -1/+14 | ||
| | * | | | | | qt: Make default row data title name and title id | 2018-08-23 | 1 | -2/+2 | ||
| | * | | | | | vfs: Add GetOrCreateDirectoryRelative method | 2018-08-23 | 3 | -9/+13 | ||
| | * | | | | | filesystem: Add CreateFactories methods to fs | 2018-08-23 | 3 | -10/+12 | ||
| | * | | | | | filesystem: Add logging to registration getters | 2018-08-23 | 1 | -4/+25 | ||
| | * | | | | | loader: Add new NAX-specific errors and messages | 2018-08-23 | 2 | -1/+27 | ||
| | * | | | | | nax: Add AppLoader_NAX and update loader to support it | 2018-08-23 | 4 | -2/+121 | ||
| | * | | | | | xts_encryption_layer: Implement XTSEncryptionLayer | 2018-08-23 | 3 | -1/+81 | ||
| | * | | | | | aes_util: Make XTSTranscode stricter about sizes | 2018-08-23 | 1 | -5/+2 | ||
| | * | | | | | ctr_encryption_layer: Fix bug when transcoding small data | 2018-08-23 | 1 | -5/+3 | ||
| | * | | | | | xci: Fix error masking issue | 2018-08-23 | 3 | -5/+17 | ||
| * | | | | | | Merge pull request #1065 from DarkLordZach/window-title | 2018-08-24 | 2 | -0/+18 | ||
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| | * | | | | | qt: Add filename and title id to window title while running | 2018-08-23 | 2 | -0/+18 | ||
| | | |_|_|/ | |/| | | | ||||||
| * | | | | | Merge pull request #1164 from tech4me/decode_iadd3 | 2018-08-23 | 1 | -0/+6 | ||
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | Shaders: Added decodings for IADD3 instructions | 2018-08-23 | 1 | -0/+6 | ||
| | |/ / / | ||||||
| * | | | | Port #4013 from Citra: "Init logging sooner so we dont miss some logs on star... | 2018-08-23 | 1 | -11/+11 | ||
| * | | | | Added GetBootMode (#1107) | 2018-08-23 | 4 | -3/+25 | ||
| |/ / / | ||||||