summaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
2018-10-18Merge pull request #1523 from lioncash/lockbunnei
2018-10-18svc: Check for word alignment of addresses within svcArbitrateLock/svcArbitra...Lioncash
2018-10-18common: Move Is4KBAligned() to alignment.hLioncash
2018-10-19Used better names for mm:u and fixed bad stubDavid Marcec
2018-10-17Merge pull request #1444 from ogniK5377/better-hidbunnei
2018-10-17Merge pull request #1498 from lioncash/aslrbunnei
2018-10-18Using dual joycons as the default controllerDavid Marcec
2018-10-16Implement VI ConvertScalingMode (#1475)David
2018-10-16Merge pull request #1502 from lioncash/uniquebunnei
2018-10-16file_sys/registered_cache: Use unique_ptr and regular pointers instead of sha...Lioncash
2018-10-15Merge pull request #1494 from DarkLordZach/aoc-signature-fixesbunnei
2018-10-15core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrsLioncash
2018-10-14svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svc...Lioncash
2018-10-14aoc: Read DLC base title ID from RegisteredCacheZach Hilman
2018-10-14Merge pull request #1491 from lioncash/referencebunnei
2018-10-14Merge pull request #1492 from lioncash/procbunnei
2018-10-14Stop all threads on svcBreakDavid Marcec
2018-10-13aoc: Return size in ListAddOnContentZach Hilman
2018-10-13svc: Implement svcGetProcessInfoLioncash
2018-10-13filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesyste...Lioncash
2018-10-12Merge pull request #1483 from lioncash/codesetbunnei
2018-10-12Merge pull request #1481 from lioncash/typobunnei
2018-10-12Merge pull request #1467 from ogniK5377/svcbreak-type-fixbunnei
2018-10-12kernel/process: Make CodeSet a regular non-inherited objectLioncash
2018-10-12Merge pull request #1478 from ogniK5377/remap-invalidhandle-remapbunnei
2018-10-12Merge pull request #1482 from lioncash/initbunnei
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