summaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
2018-10-12thread: Remove unnecessary memset from ResetThreadContext()Lioncash
2018-10-11Merge pull request #1474 from ogniK5377/hwopus-decodeinterleavedwithperformancebunnei
2018-10-11Merge pull request #1472 from lioncash/sanbunnei
2018-10-11nvhost_as_gpu: Flush CPU VAddr on UnmapBuffer.bunnei
2018-10-11HwOpus, Implemented DecodeInterleavedWithPerformanceDavid Marcec
2018-10-10svc: Add missing address range sanitizing checks to MapMemory/UnmapMemoryLioncash
2018-10-10kernel/thread: Use a regular pointer for the owner/current processLioncash
2018-10-09Added bitfield instead of manually checking if the bit is setDavid Marcec
2018-10-09Actual kill execution when the bit isn't set, not the other way aroundDavid Marcec
2018-10-09svcBreak, Signalling to the debugger should not kill executionDavid Marcec
2018-10-08Merge pull request #1456 from ogniK5377/aoc-u-fixupsbunnei
2018-10-08Unmapping an unmapped buffer should succeedDavid Marcec
2018-10-08Fixed assertion due to CountAddOnContentDavid Marcec
2018-10-06Merge pull request #1396 from DarkLordZach/packed-updatesbunnei
2018-10-06Added forward define for ServerPortDavid Marcec
2018-10-06Ported #4296 from citraDavid Marcec
2018-10-06kernel/mutex: Amend behavior of TransferMutexOwnership()Lioncash
2018-10-05thread: Make the scheduler pointer a regular pointerbalika011
2018-10-05Merge pull request #1439 from lioncash/threadbunnei
2018-10-05romfs_factory: Extract packed update setter to new functionZach Hilman
2018-10-04kernel/thread: Make all instance variables privateLioncash
2018-10-03Merge pull request #1434 from DarkLordZach/dlc-edge-casebunnei
2018-10-03Merge pull request #1433 from lioncash/fsbunnei
2018-10-02aoc_u: Fix edge case with DLC that causes breaksZach Hilman
2018-10-02services/fsp_srv: Amend service function tableLioncash
2018-10-02service/lbl: Update service function tableLioncash
2018-09-30aoc_u: Extract AccumulateAOCTitleIDs to separate functionZach Hilman
2018-09-30aoc_u: Implement GetAddOnContentBaseIdZach Hilman
2018-09-30aoc_u: Implement Count, List and Prepare AddOnContentZach Hilman
2018-09-30Merge pull request #1338 from raven02/service_vibunnei
2018-09-30kernel/svc: Implement svcGetThreadContext()Lioncash
2018-09-30kernel/process: Add a data member to determine if a process is 64-bit or not.Lioncash
2018-09-30kernel/process: Make data member variables privateLioncash
2018-09-30Implement ISystemDisplayService::GetDisplayModeraven02
2018-09-29Merge pull request #1412 from lioncash/movebunnei
2018-09-29Merge pull request #1395 from lioncash/vmbunnei
2018-09-28kernel/object: Remove unnecessary std::move from DynamicObjectCast()Lioncash
2018-09-27Merge pull request #1394 from lioncash/streambunnei
2018-09-26Merge pull request #1399 from lioncash/schedbunnei
2018-09-26Merge pull request #1400 from lioncash/headerbunnei
2018-09-25service: Add missing headers inclusions where applicableLioncash
2018-09-25Merge pull request #1365 from DarkLordZach/lfsbunnei
2018-09-25kernel/scheduler: Take ARM_Interface instance by reference in the constructorLioncash
2018-09-25Merge pull request #1393 from tech4me/svcbunnei
2018-09-24memory: Dehardcode the use of fixed memory range constantsLioncash
2018-09-24svc: Report correct memory-related values within some of the cases in svcGetI...Lioncash
2018-09-24memory: Dehardcode the use of a 36-bit address spaceLioncash
2018-09-24process/vm_manager: Amend API to allow reading parameters from NPDM metadataLioncash
2018-09-23Implemented fatal:u properly (#1347)David
2018-09-23Stubbed IRS (#1349)David