summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* nim: Add the basic skeleton of the nim:eca serviceGravatar Lioncash2018-10-191-0/+17
* ns: Update service function tableGravatar Lioncash2018-10-191-6/+49
* set_cal: Update service function tableGravatar Lioncash2018-10-191-1/+2
* Merge pull request #1523 from lioncash/lockGravatar bunnei2018-10-181-9/+15
|\
| * svc: Check for word alignment of addresses within svcArbitrateLock/svcArbitra...Gravatar Lioncash2018-10-181-0/+8
| * common: Move Is4KBAligned() to alignment.hGravatar Lioncash2018-10-181-9/+7
* | Merge pull request #1511 from lioncash/contentGravatar bunnei2018-10-182-258/+292
|\ \
| * | content_archive: Simpify assignment of bktr_base_romfs in the constructorGravatar Lioncash2018-10-161-2/+1
| * | content_archive: Make IsValidNCA() an internally linked functionGravatar Lioncash2018-10-162-3/+1
| * | content_archive: Simplify rights ID checkGravatar Lioncash2018-10-161-2/+2
| * | content_archive: Split loading into separate functionsGravatar Lioncash2018-10-162-253/+290
| * | content_archive: Pass and take NCASectionHeader instance by referenceGravatar Lioncash2018-10-162-3/+3
* | | Merge pull request #1521 from ogniK5377/imp-mmuGravatar bunnei2018-10-181-8/+42
|\ \ \
| * | | Used better names for mm:u and fixed bad stubGravatar David Marcec2018-10-191-8/+42
* | | | core: Remove unnecessary assert in ArmInterface()Gravatar Lioncash2018-10-181-2/+1
| |_|/ |/| |
* | | Merge pull request #1510 from lioncash/xciGravatar bunnei2018-10-183-7/+8
|\ \ \ | |/ / |/| |
| * | XCI: Add function for checking the existence of the program NCAGravatar Lioncash2018-10-163-7/+8
| |/
* | Merge pull request #1444 from ogniK5377/better-hidGravatar bunnei2018-10-1722-648/+1720
|\ \
| * | Using dual joycons as the default controllerGravatar David Marcec2018-10-183-77/+59
| * | WipGravatar David Marcec2018-10-122-3/+23
| * | Dynamically decide handheld variant based on supported npad id priorityGravatar David Marcec2018-10-123-19/+62
| * | Added BeginPermitVibrationSession and EndPermitVibrationSessionGravatar David Marcec2018-10-113-2/+26
| * | Added GetLedPattern and HandheldVariantGravatar David Marcec2018-10-103-6/+63
| * | Kirby expects handheld controllers to be at position 8Gravatar David Marcec2018-10-101-2/+8
| * | Added the ability to "disconnect" individual npadsGravatar David Marcec2018-10-103-16/+40
| * | Removed unneeded forward declarationsGravatar David Marcec2018-10-102-13/+2
| * | Addressed changes for better hidGravatar David Marcec2018-10-1019-167/+238
| * | "Better Hid" rework part 1Gravatar David Marcec2018-10-1022-644/+1500
* | | Merge pull request #1497 from bunnei/flush-framebuffersGravatar bunnei2018-10-172-3/+3
|\ \ \
| * | | config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation.Gravatar bunnei2018-10-162-3/+3
| | |/ | |/|
* | | Merge pull request #1498 from lioncash/aslrGravatar bunnei2018-10-174-28/+44
|\ \ \
| * | | svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svc...Gravatar Lioncash2018-10-144-28/+44
* | | | Merge pull request #1509 from DarkLordZach/device-save-dataGravatar bunnei2018-10-171-1/+12
|\ \ \ \ | |_|/ / |/| | |
| * | | savedata_factory: Add TemporaryStorage SaveDataSpaceIdGravatar Zach Hilman2018-10-161-1/+4
| * | | savedata_factory: Add support for DeviceSaveDataGravatar Zach Hilman2018-10-161-0/+8
* | | | Merge pull request #1443 from DarkLordZach/lower-loader-logs-1Gravatar bunnei2018-10-162-3/+9
|\ \ \ \
| * | | | patch_manager: Move non-Program RomFS patch log to DebugGravatar Zach Hilman2018-10-121-2/+8
| * | | | content_archive: Move get key log to Trace levelGravatar Zach Hilman2018-10-121-1/+1
* | | | | Implement VI ConvertScalingMode (#1475)Gravatar David2018-10-161-1/+49
* | | | | Merge pull request #1502 from lioncash/uniqueGravatar bunnei2018-10-1611-56/+71
|\ \ \ \ \
| * | | | | core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrsGravatar Lioncash2018-10-159-27/+45
| * | | | | core: Make the live Cpu instances unique_ptrs instead of shared_ptrsGravatar Lioncash2018-10-151-9/+9
| * | | | | core: Make the exclusive monitor a unique_ptr instead of a shared_ptrGravatar Lioncash2018-10-155-15/+13
| * | | | | core: Make CPUBarrier a unique_ptr instead of a shared_ptrGravatar Lioncash2018-10-153-11/+10
* | | | | | file_sys/registered_cache: Use unique_ptr and regular pointers instead of sha...Gravatar Lioncash2018-10-1610-42/+41
| |_|/ / / |/| | | |
* | | | | Merge pull request #1473 from lioncash/cmakeGravatar bunnei2018-10-151-2/+2
|\ \ \ \ \
| * | | | | core/CMakeLists: Make all web_service-related libraries privateGravatar Lioncash2018-10-101-1/+1
| * | | | | core/CMakeLists: Use target_compile_definitions instead of add_definitions fo...Gravatar Lioncash2018-10-101-1/+1
* | | | | | file_sys/control_metadata: Get rid of magic constantsGravatar Lioncash2018-10-151-3/+6
* | | | | | Merge pull request #1494 from DarkLordZach/aoc-signature-fixesGravatar bunnei2018-10-153-3/+20
|\ \ \ \ \ \