summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | | | gl_shader_manager: Make ProgramManager's GetCurrentProgramStage() a const mem...Gravatar Lioncash2018-08-031-1/+1
| |/ / |/| |
* | | Added ability to change username & language code in the settings ui. Added IP...Gravatar David2018-08-039-8/+95
* | | Merge pull request #895 from lioncash/sinkGravatar bunnei2018-08-031-5/+8
|\ \ \
| * | | sink_details: Deduplicate long std::function repetitionGravatar Lioncash2018-08-011-4/+6
| * | | sink_details: std::move std::function instancesGravatar Lioncash2018-08-011-1/+2
* | | | Merge pull request #898 from lioncash/migGravatar bunnei2018-08-036-0/+55
|\ \ \ \
| * | | | service: Add migration servicesGravatar Lioncash2018-08-026-0/+55
* | | | | Merge pull request #900 from lioncash/initGravatar bunnei2018-08-031-5/+5
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | math_util: Always initialize members of RectangleGravatar Lioncash2018-08-021-5/+5
| |/ / /
* | | | Merge pull request #892 from lioncash/globalGravatar bunnei2018-08-0313-64/+54
|\ \ \ \
| * | | | video_core: Make global EmuWindow instance part of the base renderer classGravatar Lioncash2018-08-0113-64/+54
* | | | | Merge pull request #894 from lioncash/objectGravatar bunnei2018-08-0344-156/+186
|\ \ \ \ \
| * | | | | kernel: Move object class to its own source filesGravatar Lioncash2018-08-0144-156/+186
| | |_|/ / | |/| | |
* | | | | Merge pull request #904 from lioncash/staticGravatar bunnei2018-08-031-8/+6
|\ \ \ \ \
| * | | | | kernel/thread: Make GetFreeThreadLocalSlot()'s loop indices size_tGravatar Lioncash2018-08-021-8/+5