summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2018-10-17hid/controller/npad: Remove unnecessary semicolon from the closing brace of L...Lioncash
2018-10-17hid/controller/npad: Remove #pragma once from the cpp fileLioncash
2018-10-17hid/controller/npad: Move npad_id_list into the cpp fileLioncash
2018-10-17hid/controller/npad: Remove unnecessary const from void return typeLioncash
2018-10-17hid/controller: Default the destructors of all controller types in the cpp fileLioncash
2018-10-17controller_base: Default the base class constructor and destructor in the cpp...Lioncash
2018-10-17Merge pull request #1444 from ogniK5377/better-hidbunnei
2018-10-17Merge pull request #1497 from bunnei/flush-framebuffersbunnei
2018-10-17Merge pull request #1498 from lioncash/aslrbunnei
2018-10-17qt: Add support for dumping a DLC Data RomFSZach Hilman
2018-10-17Merge pull request #1509 from DarkLordZach/device-save-databunnei
2018-10-17registered_cache: Deduplicate results of ListEntry and ListEntryFilterZach Hilman
2018-10-18Using dual joycons as the default controllerDavid Marcec
2018-10-17fsp_srv: Apply patches to Data storage in OpenDataStorageByDataIdZach Hilman
2018-10-17patch_manager: Add support for using LayeredFS with DataZach Hilman
2018-10-16config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation.bunnei
2018-10-16content_archive: Simpify assignment of bktr_base_romfs in the constructorLioncash
2018-10-16content_archive: Make IsValidNCA() an internally linked functionLioncash
2018-10-16content_archive: Simplify rights ID checkLioncash
2018-10-16content_archive: Split loading into separate functionsLioncash
2018-10-16content_archive: Pass and take NCASectionHeader instance by referenceLioncash
2018-10-16XCI: Add function for checking the existence of the program NCALioncash
2018-10-16Merge pull request #1443 from DarkLordZach/lower-loader-logs-1bunnei
2018-10-16Implement VI ConvertScalingMode (#1475)David
2018-10-16Merge pull request #1502 from lioncash/uniquebunnei
2018-10-16savedata_factory: Add TemporaryStorage SaveDataSpaceIdZach Hilman
2018-10-16savedata_factory: Add support for DeviceSaveDataZach Hilman
2018-10-16file_sys/registered_cache: Use unique_ptr and regular pointers instead of sha...Lioncash
2018-10-15Merge pull request #1473 from lioncash/cmakebunnei
2018-10-15file_sys/control_metadata: Get rid of magic constantsLioncash
2018-10-15Merge pull request #1494 from DarkLordZach/aoc-signature-fixesbunnei
2018-10-15Merge pull request #1499 from lioncash/nrobunnei
2018-10-15nso: Return an optional address from LoadModuleLioncash
2018-10-15core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrsLioncash
2018-10-15core: Make the live Cpu instances unique_ptrs instead of shared_ptrsLioncash
2018-10-15core: Make the exclusive monitor a unique_ptr instead of a shared_ptrLioncash
2018-10-15core: Make CPUBarrier a unique_ptr instead of a shared_ptrLioncash
2018-10-14crypto: Various crypto fixes for quickstart guideZach Hilman
2018-10-14nso: Make LoadModule take a VfsFile by const referenceLioncash
2018-10-14nro: Make LoadNro take a VfsFile by const referenceLioncash
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 #1486 from lioncash/filebunnei
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-13partition_data_manager: Reserve and insert data within output vector in Decry...Lioncash