aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
2018-09-13kernel/svc: Sanitize addresses, permissions, and sizes within svcMapSharedMem...Lioncash
2018-09-13kernel/svc: Sanitize addresses and sizes within svcMapMemory() and svcUnmapMe...Lioncash
2018-09-13kernel/svc: Sanitize heap sizes within svcSetHeapSize()Lioncash
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 #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-06core: Migrate current_process pointer to the kernelLioncash
2018-09-06core/core: Remove unnecessary sm/controller includeLioncash
2018-09-04bktr: Fix bucket overlap errorZach Hilman
2018-09-04registration: Add RegisteredCacheUnionZach Hilman
2018-09-04Merge pull request #1235 from lioncash/forward-declbunnei
2018-09-04Merge pull request #1230 from lioncash/sslbunnei
2018-09-03file_sys: Replace includes with forward declarations where applicableLioncash
2018-09-02service: Migrate global named port map to the KernelCore classLioncash
2018-09-02ssl: Move SSL class to cpp fileLioncash
2018-09-02Merge pull request #1213 from DarkLordZach/octopath-fsbunnei
2018-09-02filesystem: Move dir retrieval after path checking in DeleteFile()Lioncash
2018-08-31filesystem: Implement OpenReadOnlySaveDataFilesystemZach Hilman
2018-08-31filesystem: Add OpenFileSystemWithPatchZach Hilman
2018-08-31core/core: Replace includes with forward declarations where applicableLioncash
2018-08-31gl_renderer: Cache textures, framebuffers, and shaders based on CPU address.bunnei
2018-08-31core: Make the main System class use the PImpl idiomLioncash
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-08-28Merge pull request #1193 from lioncash/privbunnei
2018-08-28gpu: Make memory_manager privateLioncash
2018-08-28hle/result: Make ResultVal's move constructor as noexceptLioncash