aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2018-12-04svc: Implement SetThreadActivity (thread suspension)Luke Street
2018-12-04[Kernel::CreateThread] Match format specifiers to LOG_TRACE's argumentsV.Kalyuzhny
2018-12-03scheduler: Avoid manual Reschedule callZach Hilman
2018-12-03Merge pull request #1840 from lioncash/infobunnei
2018-12-03scheduler: Only work steal higher priority threads from other coresZach Hilman
2018-12-03applets: Correct event ResetTypes from OneShot to StickyZach Hilman
2018-12-03qt: Implement GUI dialog frontend for ProfileSelectorZach Hilman
2018-12-03am: Use ProfileSelect appletZach Hilman
2018-12-03applets: Implement ProfileSelect appletZach Hilman
2018-12-03core: Add getter/setter for ProfileSelector in SystemZach Hilman
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