summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Service/Audio: audout_a.cpp: remove pragma onceGravatar mailwl2018-08-061-2/+0
* Merge pull request #932 from lioncash/funcGravatar bunnei2018-08-052-9/+9
|\
| * core_timing: Convert typedef into a type aliasGravatar Lioncash2018-08-051-4/+4
| * core_timing: Use transparent functors where applicableGravatar Lioncash2018-08-051-5/+5
* | Merge pull request #929 from lioncash/addrGravatar bunnei2018-08-052-83/+89
|\ \
| * | gdbstub: Use type alias for breakpoint mapsGravatar Lioncash2018-08-051-37/+42
| * | gdbstub: Move all file-static variables into the GDBStub namespaceGravatar Lioncash2018-08-051-35/+36
| * | 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 #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