summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel/svc: Correct behavior of svcResetSignal()Gravatar Lioncash2018-12-041-4/+11
* kernel/process: Make Process a WaitObjectGravatar Lioncash2018-12-043-6/+68
* kernel/readable_event: Add member function for enforcing a strict reset contractGravatar Lioncash2018-12-042-1/+22
* Merge pull request #1838 from lioncash/dedupGravatar bunnei2018-12-041-27/+26
|\
| * file_sys/registered_cache: Eliminate variable shadowingGravatar Lioncash2018-12-011-27/+26
* | Merge pull request #1836 from lioncash/unusedGravatar bunnei2018-12-041-1/+0
|\ \
| * | crypto/key_manager: Remove unused variable in GetTicketblob()Gravatar Lioncash2018-12-011-1/+0
| |/
* | kernel/svc: Remove unused header inclusionGravatar Lioncash2018-12-041-1/+0
* | kernel/svc: Implement svcSignalEvent()Gravatar Lioncash2018-12-041-1/+16
* | kernel/svc: Implement svcCreateEvent()Gravatar Lioncash2018-12-042-1/+42
* | Merge pull request #1845 from lioncash/nroGravatar bunnei2018-12-045-19/+23
|\ \
| * | loader/nso: Remove dependency on the System classGravatar Lioncash2018-12-023-8/+11
| * | loader/nro: Make the static LoadNro function internally linkedGravatar Lioncash2018-12-022-7/+5
| * | loader/nro: Remove dependency on the System classGravatar Lioncash2018-12-022-10/+13
* | | Merge pull request #1853 from lioncash/eventGravatar bunnei2018-12-046-11/+20
|\ \ \
| * | | kernel/object: Amend handle types to distinguish between readable and writabl...Gravatar Lioncash2018-12-046-11/+20
* | | | Rewrited TEX/TEXS (TEX Scalar). (#1826)Gravatar Marcos2018-12-041-259/+177
* | | | Merge pull request #1857 from lioncash/res-infoGravatar bunnei2018-12-045-11/+37
|\ \ \ \
| * | | | kernel/handle_table: Amend reference to CTR-OS in Create()Gravatar Lioncash2018-12-041-2/+3
| * | | | kernel/svc: Implement the resource limit svcGetInfo optionGravatar Lioncash2018-12-044-9/+34
| |/ / /
* | | | Merge pull request #1854 from Subv/old_command_processorGravatar bunnei2018-12-042-142/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Removed unused file.Gravatar Subv2018-12-031-142/+0
| * | | GPU: Don't try to route PFIFO methods (0-0x40) to the other engines.Gravatar Subv2018-12-031-0/+6
| | |/ | |/|
* | | [Kernel::CreateThread] Match format specifiers to LOG_TRACE's argumentsGravatar V.Kalyuzhny2018-12-041-1/+1
* | | Merge pull request #1840 from lioncash/infoGravatar bunnei2018-12-031-50/+100
|\ \ \
| * | | svc: Use the current process' handle table for retrieving the process instanc...Gravatar Lioncash2018-12-021-1/+2
| * | | svc: Reorganize svcGetInfo, handle more error cases for existing implemented ...Gravatar Lioncash2018-12-021-50/+99
| |/ /
* | | Merge pull request #1842 from lioncash/slotGravatar bunnei2018-12-039-14/+12
|\ \ \
| * | | yuzu/configuration: Make slots private where applicableGravatar Lioncash2018-12-025-7/+2
| * | | yuzu/configuration: Add missing override specifiers to configuration-related ...Gravatar Lioncash2018-12-027-7/+7
| * | | yuzu/configuration/configure_input: Default destructor in the cpp fileGravatar Lioncash2018-12-022-0/+3
| | |/ | |/|
* | | Merge pull request #1835 from lioncash/cache-globalGravatar bunnei2018-12-038-40/+26
|\ \ \
| * | | filesystem: De-globalize registered_cache_unionGravatar Lioncash2018-12-018-40/+26
| | |/ | |/|
* | | Merge pull request #1822 from ReinUsesLisp/glsl-scopeGravatar bunnei2018-12-031-250/+213
|\ \ \
| * | | gl_shader_decompiler: Remove texture temporal in TLD4Gravatar ReinUsesLisp2018-11-281-3/+1
| * | | gl_shader_decompiler: Flip negated if else statementGravatar ReinUsesLisp2018-11-281-3/+3
| * | | gl_shader_decompiler: Use GLSL scope on instructions unrelated to texturesGravatar ReinUsesLisp2018-11-281-35/+10
| * | | gl_shader_decompiler: Move texture code generation into lambdasGravatar ReinUsesLisp2018-11-281-97/+78
| * | | gl_shader_decompiler: Clean up texture instructionsGravatar ReinUsesLisp2018-11-281-87/+56
| * | | gl_shader_decompiler: Scope GLSL variables with a scoped objectGravatar ReinUsesLisp2018-11-281-32/+72
* | | | Merge pull request #1803 from DarkLordZach/k-able-eventGravatar bunnei2018-12-0337-247/+410
|\ \ \ \
| * | | | hle_ipc: Refactor SleepClientThread to avoid ReadableEventGravatar Zach Hilman2018-11-299-14/+14
| * | | | kernel/event: Reference ReadableEvent from WritableEventGravatar Zach Hilman2018-11-2932-317/+175
| * | | | core: Port all current usages of Event to Readable/WritableEventGravatar Zach Hilman2018-11-2929-164/+287
| * | | | hle_ipc: Use event pair for SleepClientThreadGravatar Zach Hilman2018-11-292-19/+22
| * | | | kernel: Add named event tableGravatar Zach Hilman2018-11-292-0/+30
| * | | | kernel: Divide Event into ReadableEvent and WritableEventGravatar Zach Hilman2018-11-296-61/+210
| * | | | kernel/object: Add descriptions to ResetTypesGravatar Zach Hilman2018-11-291-3/+3
* | | | | Merge pull request #1833 from lioncash/cleanGravatar bunnei2018-12-035-5/+97
|\ \ \ \ \
| * | | | | file_sys: Override missing mutating functions to be stubbed out for ReadOnlyV...Gravatar Lioncash2018-11-302-0/+25