summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* memory: Make prototype parameter names match their definitionsGravatar Lioncash2018-08-051-5/+5
* memory: Correct prototype of ZeroBlockGravatar Lioncash2018-08-051-1/+1
* memory: Remove unnecessary const qualifiers in prototypesGravatar Lioncash2018-08-051-9/+8
* Merge pull request #927 from bunnei/fix-texsGravatar bunnei2018-08-051-2/+5
|\
| * gl_shader_decompiler: Fix TEXS mask and dest.Gravatar bunnei2018-08-051-2/+5
* | Merge pull request #912 from lioncash/global-varGravatar bunnei2018-08-0519-80/+110
|\ \ | |/ |/|
| * renderer_base: Make Rasterizer() return the rasterizer by referenceGravatar Lioncash2018-08-045-11/+15
| * video_core: Eliminate the g_renderer global variableGravatar Lioncash2018-08-0419-74/+100
* | Merge pull request #926 from ogniK5377/vertex-attrib-formatGravatar bunnei2018-08-051-2/+8
|\ \
| * | added braces for conditionsGravatar David Marcec2018-08-051-2/+3
| * | fix the attrib format for intsGravatar David Marcec2018-08-051-2/+7
* | | Merge pull request #924 from lioncash/arpGravatar bunnei2018-08-046-0/+97
|\ \ \
| * | | service: Add arp servicesGravatar Lioncash2018-08-046-0/+97
| |/ /
* | | Merge pull request #921 from lioncash/viewGravatar bunnei2018-08-045-35/+35
|\ \ \
| * | | aes_util: Add static assertion to Transcode() and XTSTranscode() to ensure we...Gravatar Lioncash2018-08-041-0/+4
| * | | aes_util: Make CalculateNintendoTweak() an internally linked functionGravatar Lioncash2018-08-042-12/+10
| * | | aes_util: Make Transcode() a const member functionGravatar Lioncash2018-08-042-8/+9
| * | | core/crypto: Remove unnecessary includesGravatar Lioncash2018-08-044-5/+5
| * | | key_manager: Use regular std::string instead of std::string_viewGravatar Lioncash2018-08-042-10/+7
| |/ /
* / / service: Remove redundant #pragma once directivesGravatar Lioncash2018-08-045-10/+0
|/ /
* | Merge pull request #849 from DarkLordZach/xciGravatar bunnei2018-08-0436-78/+1395
|\ \
| * | Add missing parameter to files.push_back()Gravatar Zach Hilman2018-08-011-5/+5
| * | Fix merge conflicts with opus and update docsGravatar Zach Hilman2018-08-014-6/+8
| * | Use more descriptive error codes and messagesGravatar Zach Hilman2018-08-019-34/+101
| * | Use static const instead of const staticGravatar Zach Hilman2018-08-011-2/+2
| * | Use ErrorEncrypted where applicable and fix no keys crashGravatar Zach Hilman2018-08-014-17/+37
| * | Add missing includes and use const where applicableGravatar Zach Hilman2018-08-0111-24/+40
| * | Allow key loading from %YUZU_DIR%/keys in addition to ~/.switchGravatar Zach Hilman2018-08-015-7/+23
| * | Use SHGetKnownFolderPath instead of SHGetFolderPathAGravatar Zach Hilman2018-08-011-3/+4
| * | Make XCI comply to review and style guidelinesGravatar Zach Hilman2018-08-0116-482/+223
| * | Extract mbedtls to cpp fileGravatar Zach Hilman2018-08-015-87/+127
| * | Add missing string.h includeGravatar Zach Hilman2018-08-011-0/+1
| * | Update mbedtls and fix compile errorGravatar Zach Hilman2018-08-011-0/+1
| * | Remove files that are not usedGravatar Zach Hilman2018-08-0133-43/+1455
* | | Merge pull request #919 from lioncash/signGravatar bunnei2018-08-041-8/+9
|\ \ \ | |_|/ |/| |
| * | gl_shader_manager: Invert conditional in SetShaderUniformBlockBinding()Gravatar Lioncash2018-08-041-7/+9
| * | gl_shader_manager: Amend sign differences in an assertion comparison in SetSh...Gravatar Lioncash2018-08-041-3/+2
* | | Merge pull request #911 from lioncash/prototypeGravatar bunnei2018-08-041-3/+0
|\ \ \
| * | | video_core: Remove unimplemented Start() function prototypeGravatar Lioncash2018-08-031-3/+0
* | | | Merge pull request #913 from lioncash/unused-funcGravatar bunnei2018-08-041-16/+0
|\ \ \ \
| * | | | memory: Remove unused GetSpecialHandlers() functionGravatar Lioncash2018-08-031-16/+0
| | |/ / | |/| |
* | | | Merge pull request #914 from lioncash/codesetGravatar bunnei2018-08-045-20/+41
|\ \ \ \
| * | | | kernel/process: Use std::array where applicableGravatar Lioncash2018-08-031-1/+2
| * | | | kernel/process: Use accessors instead of class members for referencing segmen...Gravatar Lioncash2018-08-035-20/+40
| |/ / /
* | | | Merge pull request #917 from lioncash/crashGravatar bunnei2018-08-043-13/+38
|\ \ \ \
| * | | | kernel/thread: Fix potential crashes introduced in 26de4bb521b1ace7af76eff4f6...Gravatar Lioncash2018-08-033-13/+38
| |/ / /
* | | | Merge pull request #910 from lioncash/unusedGravatar bunnei2018-08-031-2/+0
|\ \ \ \ | |/ / / |/| | |
| * | | gl_shader_decompiler: Remove unused variable in GenerateDeclarations()Gravatar Lioncash2018-08-031-2/+0
| |/ /
* | | Merge pull request #908 from lioncash/memoryGravatar bunnei2018-08-0316-559/+29
|\ \ \
| * | | core/memory: Get rid of 3DS leftoversGravatar Lioncash2018-08-0316-559/+29