summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* configuration/config: Use an intermediary variable for accessing playersGravatar Lioncash2018-12-051-43/+38
* Merge pull request #1859 from heapo/lut_array_codegenGravatar bunnei2018-12-041-275/+277
|\
| * Improve msvc codegen for hot-path array LUTsGravatar heapo2018-12-041-275/+277
* | Merge pull request #1704 from DarkLordZach/oss-sysarchiveGravatar bunnei2018-12-048-1/+227
|\ \
| * | file_sys: Implement system archive synthesizer for NgWord (806)Gravatar Zach Hilman2018-11-225-6/+61
| * | fsp_srv: Add support for using open source archive if not found in NANDGravatar Zach Hilman2018-11-151-0/+10
| * | file_sys: Add framework for synthesizing open source archivesGravatar Zach Hilman2018-11-153-0/+109
| * | vfs_vector: Add VFS backend for std::arrayGravatar Zach Hilman2018-11-151-0/+52
* | | Merge pull request #1837 from lioncash/mapGravatar bunnei2018-12-041-59/+46
|\ \ \
| * | | yuzu/game_list_worker: Move std::string construction after the termination ch...Gravatar Lioncash2018-12-041-7/+7
| * | | yuzu/game_list_worker: Deduplicate game list entry creationGravatar Lioncash2018-12-011-47/+33
| * | | yuzu/game_list_worker: Tidy up string handling in FillControlMap()Gravatar Lioncash2018-12-011-6/+7
* | | | 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
|\ \ \ \ \