aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
2018-10-12Merge pull request #1479 from ogniK5377/nmap-revampedbunnei
2018-10-12thread: Remove unnecessary memset from ResetThreadContext()Lioncash
2018-10-12Returned an error before processing other remapsDavid Marcec
2018-10-12Made the minimum alignment more clearDavid Marcec
2018-10-12svc: Fix typos in sanitizing checks for MapMemory/UnmapMemoryLioncash
2018-10-12WipDavid Marcec
2018-10-11Merge pull request #1474 from ogniK5377/hwopus-decodeinterleavedwithperformancebunnei
2018-10-11Merge pull request #1472 from lioncash/sanbunnei
2018-10-12Dynamically decide handheld variant based on supported npad id priorityDavid Marcec
2018-10-11Added error codes for nvmapDavid Marcec
2018-10-11Passing an invalid nmap handle to Remap should throw an errorDavid Marcec
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-11Added BeginPermitVibrationSession and EndPermitVibrationSessionDavid Marcec
2018-10-10Added GetLedPattern and HandheldVariantDavid Marcec
2018-10-10kernel/thread: Use a regular pointer for the owner/current processLioncash
2018-10-10Kirby expects handheld controllers to be at position 8David Marcec
2018-10-10Added the ability to "disconnect" individual npadsDavid Marcec
2018-10-10Removed unneeded forward declarationsDavid Marcec
2018-10-10Addressed changes for better hidDavid Marcec
2018-10-10"Better Hid" rework part 1David Marcec
2018-10-10Changed all casts in svc_wrap.h to be static_cast insteadDavid Marcec
2018-10-10Use a better name than "dont_kill_application"David Marcec
2018-10-10Fixed incorrect types for svcBreakDavid Marcec
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