summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #1315 from lioncash/sizeGravatar bunnei2018-09-172-19/+74
|\ \ \
| * | | kernel/svc: Sanitize creation of shared memory via svcCreateSharedMemory()Gravatar Lioncash2018-09-131-2/+18
| * | | kernel/svc: Sanitize addresses, permissions, and sizes within svcMapSharedMem...Gravatar Lioncash2018-09-131-17/+25
| * | | kernel/svc: Sanitize addresses and sizes within svcMapMemory() and svcUnmapMe...Gravatar Lioncash2018-09-131-0/+23
| * | | kernel/svc: Sanitize heap sizes within svcSetHeapSize()Gravatar Lioncash2018-09-132-0/+8
| |/ /
* | | Merge pull request #1328 from FearlessTobi/port-4192Gravatar bunnei2018-09-171-1/+1
|\ \ \
| * | | Port # #4192 from Citra: "svc: change unknown to thread in CreateThread"Gravatar Valentin Vanelslande2018-09-151-1/+1
| | |/ | |/|
* / | Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-1531-119/+125
|/ /
* | Merge pull request #1310 from lioncash/kernel-nsGravatar bunnei2018-09-132-7/+7
|\ \
| * | kernel/thread: Include thread-related enums within the kernel namespaceGravatar Lioncash2018-09-132-7/+7
| |/
* | Merge pull request #1309 from lioncash/nestedGravatar bunnei2018-09-133-12/+6
|\ \
| * | service: Use nested namespace specifiers where applicableGravatar Lioncash2018-09-133-12/+6
| |/
* | Merge pull request #1307 from lioncash/plGravatar bunnei2018-09-131-2/+4
|\ \ | |/ |/|
| * services/pl_u: Add missing Korean font to the fallback case for shared fontsGravatar Lioncash2018-09-121-2/+4
* | ipc: minor fixGravatar Valentin Vanelslande2018-09-131-1/+1
|/
* Merge pull request #1297 from lioncash/plGravatar bunnei2018-09-122-66/+88
|\
| * pl_u: Eliminate mutable file-scope stateGravatar Lioncash2018-09-112-66/+88
* | Merge pull request #1303 from lioncash/errorGravatar bunnei2018-09-123-9/+11
|\ \
| * | svc: Return ERR_INVALID_PROCESSOR_ID in CreateThread() if an invalid processo...Gravatar Lioncash2018-09-121-2/+2
| * | kernel/errors: Correct error codes for invalid thread priority and invalid pr...Gravatar Lioncash2018-09-123-7/+9
* | | svc: Do nothing if svcOutputDebugString() is given a length of zeroGravatar Lioncash2018-09-121-0/+4
* | | svc: Correct parameter type for OutputDebugString()Gravatar Lioncash2018-09-122-3/+3
|/ /
* | Merge pull request #1296 from lioncash/prepoGravatar bunnei2018-09-112-39/+40
|\ \
| * | service/prepo: Move class into the cpp fileGravatar Lioncash2018-09-112-39/+40
| |/
* / service/audio: Replace includes with forward declarations where applicableGravatar Lioncash2018-09-117-17/+34
|/
* Merge pull request #1291 from lioncash/defaultGravatar bunnei2018-09-11148-45/+291
|\
| * hle/service: Default constructors and destructors in the cpp file where appli...Gravatar Lioncash2018-09-10148-45/+291
* | externals: Place font data within cpp filesGravatar Lioncash2018-09-111-6/+6
|/
* Use open-source shared fonts if no dumped file is available (#1269)Gravatar Tobias2018-09-101-1/+25
* video_core: Move command buffer loop.Gravatar Markus Wick2018-09-102-31/+12
* Merge pull request #1276 from FearlessTobi/fix-stupid-stubGravatar bunnei2018-09-091-4/+4
|\
| * hid: Implement ReloadInputDevicesGravatar fearlessTobi2018-09-091-4/+4
* | service: Remove unused g_kernel_named_ports variableGravatar Lioncash2018-09-091-2/+0
|/
* core: Migrate current_process pointer to the kernelGravatar Lioncash2018-09-062-0/+23
* core/core: Remove unnecessary sm/controller includeGravatar Lioncash2018-09-064-1/+5
* bktr: Fix bucket overlap errorGravatar Zach Hilman2018-09-041-1/+1
* registration: Add RegisteredCacheUnionGravatar Zach Hilman2018-09-042-0/+10
* Merge pull request #1235 from lioncash/forward-declGravatar bunnei2018-09-041-1/+3
|\
| * file_sys: Replace includes with forward declarations where applicableGravatar Lioncash2018-09-031-1/+3
* | Merge pull request #1230 from lioncash/sslGravatar bunnei2018-09-042-37/+39
|\ \ | |/ |/|
| * ssl: Move SSL class to cpp fileGravatar Lioncash2018-09-022-37/+39
* | service: Migrate global named port map to the KernelCore classGravatar Lioncash2018-09-025-19/+51
* | Merge pull request #1213 from DarkLordZach/octopath-fsGravatar bunnei2018-09-022-2/+30
|\ \
| * | filesystem: Implement OpenReadOnlySaveDataFilesystemGravatar Zach Hilman2018-08-312-1/+7
| * | filesystem: Add OpenFileSystemWithPatchGravatar Zach Hilman2018-08-312-1/+23
| |/
* / filesystem: Move dir retrieval after path checking in DeleteFile()Gravatar Lioncash2018-09-021-2/+5
|/
* core/core: Replace includes with forward declarations where applicableGravatar Lioncash2018-08-316-4/+13
* gl_renderer: Cache textures, framebuffers, and shaders based on CPU address.Gravatar bunnei2018-08-311-0/+1
* core: Make the main System class use the PImpl idiomGravatar Lioncash2018-08-312-2/+4
* kernel: Eliminate kernel global stateGravatar Lioncash2018-08-2845-429/+629