aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
2019-07-11service/am: Implement SetAutoSleepDisabledLioncash
2019-07-11core/arm: Remove obsolete Unicorn memory mappingLioncash
2019-07-11Restore memory perms on svcUnmapMemory/UnloadNroMichael Scire
2019-07-10Merge pull request #2700 from ogniK5377/GetFriendListbunnei
2019-07-10Merge pull request #2611 from DarkLordZach/pm-info-cmdbunnei
2019-07-10Merge pull request #2650 from DarkLordZach/mii-iface-verbunnei
2019-07-10mii: Handle logging of unknown database sourceZach Hilman
2019-07-09IFriendService::GetFriendListDavid Marcec
2019-07-08Prevent merging of device mapped memory blocks.Michael Scire
2019-07-08Merge pull request #2657 from ogniK5377/npad-assignmentsZach Hilman
2019-07-08addressed issuesDavid Marcec
2019-07-07Merge pull request #2651 from DarkLordZach/apm-boost-mode-1bunnei
2019-07-07Merge pull request #2642 from DarkLordZach/fsp-log-2bunnei
2019-07-07key_manager: Convert Ticket union to std::variantZach Hilman
2019-07-07es: Populate/synthesize tickets on constructionZach Hilman
2019-07-07key_manager: Add structure for Ticket parsingZach Hilman
2019-07-07es: Implement ETicket GetPersonalizedTicketData (17)Zach Hilman
2019-07-07es: Implement ETicket GetCommonTicketData (16)Zach Hilman
2019-07-07es: Implement ETicket GetPersonalizedTicketSize (15)Zach Hilman
2019-07-07es: Implement ETicket GetCommonTicketSize (14)Zach Hilman
2019-07-07es: Implement ETicket ListPersonalizedTicket (12)Zach Hilman
2019-07-07es: Implement ETicket ListCommonTicket (11)Zach Hilman
2019-07-07es: Implement ETicket CountPersonalizedTicket (10)Zach Hilman
2019-07-07es: Implement ETicket CountCommonTicket (9)Zach Hilman
2019-07-07es: Implement ETicket GetTitleKey (8)Zach Hilman
2019-07-07es: Implement ETicket ImportTicket (1)Zach Hilman
2019-07-07Remove unused member function declarationMichael Scire
2019-07-07physmem: add helpers, cleanup logic.Michael Scire
2019-07-07clang-format fixesMichael Scire
2019-07-07address review commentaryMichael Scire
2019-07-07Implement MapPhysicalMemory/UnmapPhysicalMemoryMichael Scire
2019-07-07kernel/process: Allocate the process' TLS region during initializationLioncash
2019-07-07kernel/process: Move main thread stack allocation to its own functionLioncash
2019-07-06mii: Implement IDatabaseService SetInterfaceVersionZach Hilman
2019-07-06Merge pull request #2677 from lioncash/assertZach Hilman
2019-07-06clang-format fixesMichael Scire
2019-07-06am: Implement GetAccumulatedSuspendedTickValueMichael Scire
2019-07-06kernel/vm_manager: Rename 'new map' to 'stack'Lioncash
2019-07-05kernel/vm_manager: Handle stack/TLS IO region placement betterLioncash
2019-07-05NVServices: Correct delayed responses.Fernando Sahmkow
2019-07-05Nv_Host_Ctrl: Correct difference calculationFernando Sahmkow
2019-07-05NVServices: Address FeedbackFernando Sahmkow
2019-07-05NVServices: Styling, define constructors as explicit and correctionsFernando Sahmkow
2019-07-05NVFlinger: Correct GCC compile errorFernando Sahmkow
2019-07-05NVServices: Make NVEvents Automatic according to documentation.Fernando Sahmkow
2019-07-05NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.Fernando Sahmkow
2019-07-05GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirror...Fernando Sahmkow
2019-07-05nvflinger: Make the force 30 fps still force 30 fpsFernando Sahmkow
2019-07-05nv_services: Fixes to event liberation.Fernando Sahmkow
2019-07-05nvflinger: Acquire buffers in the same order as they were queued.Fernando Sahmkow