aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2018-12-03frontend: Add frontend applet for ProfileSelectZach Hilman
2018-12-03software_keyboard: Signal state changed event upon constructionZach Hilman
2018-12-03loader: Add support for reading the name of game's developerZach Hilman
2018-12-03aoc_u: Obey disabled add-ons list when listing DLCZach Hilman
2018-12-03patch_manager: Obey disabled add-ons list when patching gameZach Hilman
2018-12-03core: Make GetGameFileFromPath function externally accessibleZach Hilman
2018-12-03settings: Store list of disabled add-ons per title IDZach Hilman
2018-12-03Merge pull request #1835 from lioncash/cache-globalbunnei
2018-12-03Merge pull request #1803 from DarkLordZach/k-able-eventbunnei
2018-12-03Merge pull request #1833 from lioncash/cleanbunnei
2018-12-03Merge pull request #1839 from lioncash/initbunnei
2018-12-03Merge pull request #1841 from ogniK5377/npad-mode-fixbunnei
2018-12-03Moved backtrace to ArmInterfaceDavid Marcec
2018-12-03Print backtrace on svcBreakDavid Marcec
2018-12-02loader/nso: Remove dependency on the System classLioncash
2018-12-02loader/nro: Make the static LoadNro function internally linkedLioncash
2018-12-02file_sys/directory: Amend path buffer size for directory entriesLioncash
2018-12-02loader/nro: Remove dependency on the System classLioncash
2018-12-02service/usb: Update function tableLioncash
2018-12-02service/erpt: Update function tableLioncash
2018-12-03Fixed crash with SetNpadModeDavid Marcec
2018-12-02svc: Use the current process' handle table for retrieving the process instanc...Lioncash
2018-12-02svc: Reorganize svcGetInfo, handle more error cases for existing implemented ...Lioncash
2018-12-02svc: Avoid performance-degrading unnecessary rescheduleZach Hilman
2018-12-01service/audio/audout_u: Amend constructor initialization list orderLioncash
2018-12-01file_sys/registered_cache: Eliminate variable shadowingLioncash
2018-12-01filesystem: De-globalize registered_cache_unionLioncash
2018-12-01crypto/key_manager: Remove unused variable in GetTicketblob()Lioncash
2018-12-01Merge pull request #1830 from Subv/vi_ubbunnei
2018-12-01Fix debug buildLioncash
2018-11-30file_sys: Override missing mutating functions to be stubbed out for ReadOnlyV...Lioncash
2018-11-30service/fsp_srv: Implement CleanDirectoryRecursivelyLioncash
2018-11-30Services/VI: Dereferencing an uninitialized std::optional is undefined behavior.Subv
2018-11-30service/set: Convert GetLanguageCode over to using PushEnum()Lioncash
2018-11-30service/set: Implement MakeLanguageCodeLioncash
2018-11-29hle_ipc: Refactor SleepClientThread to avoid ReadableEventZach Hilman
2018-11-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman
2018-11-29hle_ipc: Use event pair for SleepClientThreadZach Hilman
2018-11-29kernel: Add named event tableZach Hilman
2018-11-29kernel: Divide Event into ReadableEvent and WritableEventZach Hilman
2018-11-29kernel/object: Add descriptions to ResetTypesZach Hilman
2018-11-29Merge pull request #1801 from ogniK5377/log-before-executebunnei
2018-11-28Merge pull request #1817 from DarkLordZach/npad-idx-fixbunnei
2018-11-28Merge pull request #1792 from bunnei/dma-pusherbunnei
2018-11-28npad: Use NPadIdToIndex to prevent invalid array accessZach Hilman
2018-11-27Merge pull request #1814 from lioncash/ptrbunnei
2018-11-27dma_pushbuffer: Optimize to avoid loop and copy on Push.bunnei
2018-11-27npad: Fix copy/paste error with LED position assignmentsZach Hilman
2018-11-27Merge pull request #1802 from DarkLordZach/user-data-storagebunnei