summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | gdbstub: Replace PAddr alias with VAddrGravatar Lioncash2018-08-052-14/+14
* | | | | | Merge pull request #930 from lioncash/threadGravatar bunnei2018-08-051-15/+15
|\ \ \ \ \ \
| * | | | | | address_arbiter: Return by value from GetThreadsWaitingOnAddress()Gravatar Lioncash2018-08-051-15/+15
| |/ / / / /
* | | | | | Merge pull request #925 from bunnei/audrenGravatar bunnei2018-08-0519-294/+652
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | audio_core: Implement audren_u audio playback.Gravatar bunnei2018-08-045-218/+451
| * | | | | audio_core: Use s16 where possible for audio samples.Gravatar bunnei2018-08-049-36/+27
| * | | | | audio_core: Port codec code from Citra for ADPCM decoding.Gravatar bunnei2018-08-045-11/+126
| * | | | | cubeb_sink: Support variable sample_rate and num_channels.Gravatar bunnei2018-08-041-15/+25
| * | | | | audio_core: Sinks need unique names as well.Gravatar bunnei2018-08-045-9/+14
| * | | | | audio_core: Streams need unique names for CoreTiming.Gravatar bunnei2018-08-045-10/+14
| | |/ / / | |/| | |
* | | | | 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 #928 from MerryMage/dynarmicGravatar Mat M2018-08-051-0/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | externals: Update dynarmic to 4f96c63Gravatar MerryMage2018-08-051-0/+0
|/ / / / /
* | | | | 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
| |/ / / /
* | | | | Merge pull request #923 from lioncash/pragmaGravatar bunnei2018-08-045-10/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | service: Remove redundant #pragma once directivesGravatar Lioncash2018-08-045-10/+0
|/ / / /
* | | | Merge pull request #849 from DarkLordZach/xciGravatar bunnei2018-08-0439-80/+1404
|\ \ \ \
| * | | | 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-015-11/+13
| * | | | 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-012-0/+1
| * | | | Remove files that are not usedGravatar Zach Hilman2018-08-0136-43/+1462
* | | | | 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
|\ \ \ \ \ \