aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2018-09-13Merge pull request #1310 from lioncash/kernel-nsbunnei
2018-09-13Merge pull request #1309 from lioncash/nestedbunnei
2018-09-13Merge pull request #1307 from lioncash/plbunnei
2018-09-13kernel/errors: Amend error code for ERR_NOT_FOUNDLioncash
2018-09-13service/vi: Replace includes with forward declarations where applicableLioncash
2018-09-13kernel/thread: Include thread-related enums within the kernel namespaceLioncash
2018-09-13service: Use nested namespace specifiers where applicableLioncash
2018-09-13ipc: minor fixValentin Vanelslande
2018-09-12services/pl_u: Add missing Korean font to the fallback case for shared fontsLioncash
2018-09-12Merge pull request #1163 from FearlessTobi/add-audio-stretchingbunnei
2018-09-12Merge pull request #1297 from lioncash/plbunnei
2018-09-12Merge pull request #1303 from lioncash/errorbunnei
2018-09-12svc: Return ERR_INVALID_PROCESSOR_ID in CreateThread() if an invalid processo...Lioncash
2018-09-12kernel/errors: Correct error codes for invalid thread priority and invalid pr...Lioncash
2018-09-12svc: Do nothing if svcOutputDebugString() is given a length of zeroLioncash
2018-09-12svc: Correct parameter type for OutputDebugString()Lioncash
2018-09-11Merge pull request #1296 from lioncash/prepobunnei
2018-09-11service/audio: Replace includes with forward declarations where applicableLioncash
2018-09-11pl_u: Eliminate mutable file-scope stateLioncash
2018-09-11service/prepo: Move class into the cpp fileLioncash
2018-09-11Merge pull request #1291 from lioncash/defaultbunnei
2018-09-11externals: Place font data within cpp filesLioncash
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-09-10Use open-source shared fonts if no dumped file is available (#1269)Tobias
2018-09-10video_core: Move command buffer loop.Markus Wick
2018-09-09Merge pull request #1276 from FearlessTobi/fix-stupid-stubbunnei
2018-09-09service: Remove unused g_kernel_named_ports variableLioncash
2018-09-09hid: Implement ReloadInputDevicesfearlessTobi
2018-09-08Add audio stretching supportfearlessTobi
2018-09-06core: Migrate current_process pointer to the kernelLioncash
2018-09-06Merge pull request #1250 from lioncash/file-sysbunnei
2018-09-06core/core: Remove unnecessary sm/controller includeLioncash
2018-09-06file_sys/nca_patch: Amend constructor initializer list orderLioncash
2018-09-06file_sys/nca_patch: Remove unnecessary includesLioncash
2018-09-06file_sys/patch_manager: Add missing includesLioncash
2018-09-05Merge pull request #1242 from lioncash/file-sysbunnei
2018-09-05file_sys/submission_package: Correct constructor initialization list orderLioncash
2018-09-05file_sys/submission_package: Replace includes with forward declarations where...Lioncash
2018-09-04bktr: Fix bucket overlap errorZach Hilman
2018-09-04drd: Parse title ID from program metadataZach Hilman
2018-09-04patch_manager: Centralize Control-type NCA parsingZach Hilman
2018-09-04nsp: Fix error masking issue with XCI filesZach Hilman
2018-09-04game_list: Fix version display on non-NAND titlesZach Hilman
2018-09-04bktr: Add logging on successful patchZach Hilman
2018-09-04bktr: Implement IVFC offset shiftingZach Hilman
2018-09-04bktr: Fix missing includes and optimize styleZach Hilman
2018-09-04loader: Add BKTR-specific error messages and codesZach Hilman
2018-09-04loader: Ignore patches on NRO and DRDZach Hilman
2018-09-04patch_manager: Add usages of patches to ExeFSZach Hilman
2018-09-04file_sys: Add class to manage game patchesZach Hilman