7639 Commits (f1b93d63d14236f0c17403df3bda830dc5fcd3a4)
 

Author SHA1 Message Date
bunnei f1b93d63d1
Merge pull request #929 from lioncash/addr 8 years ago
bunnei 03b7ebbc08
Merge pull request #930 from lioncash/thread 8 years ago
bunnei bb21c2198a
Merge pull request #925 from bunnei/audren 8 years ago
bunnei c8e5c74092
Merge pull request #927 from bunnei/fix-texs 8 years ago
Lioncash 00f7e584ce gdbstub: Use type alias for breakpoint maps 8 years ago
Lioncash 89c076b4b1 gdbstub: Move all file-static variables into the GDBStub namespace 8 years ago
bunnei c0af42d6eb
Merge pull request #912 from lioncash/global-var 8 years ago
Lioncash 7a77d0a71e address_arbiter: Return by value from GetThreadsWaitingOnAddress() 8 years ago
Lioncash ca96f8db4e gdbstub: Replace PAddr alias with VAddr 8 years ago
Mat M e06953626c
Merge pull request #928 from MerryMage/dynarmic 8 years ago
MerryMage e816745b19 externals: Update dynarmic to 4f96c63 8 years ago
bunnei fd715e54a1 gl_shader_decompiler: Fix TEXS mask and dest. 8 years ago
bunnei ce46fb27ca
Merge pull request #926 from ogniK5377/vertex-attrib-format 8 years ago
bunnei b46df98e93 audio_core: Implement audren_u audio playback. 8 years ago
David Marcec b96010bfa9 added braces for conditions 8 years ago
David Marcec 6d1e30e041 fix the attrib format for ints 8 years ago
bunnei a0a605df06
Merge pull request #924 from lioncash/arp 8 years ago
bunnei cd96c04339
Merge pull request #921 from lioncash/view 8 years ago
bunnei 3f4fcd582e
Merge pull request #923 from lioncash/pragma 8 years ago
bunnei 1dee8ceda1 audio_core: Use s16 where possible for audio samples. 8 years ago
bunnei f1cb3903ac audio_core: Port codec code from Citra for ADPCM decoding. 8 years ago
Lioncash de72956181 service: Add arp services 8 years ago
Lioncash df51207ed2 service: Remove redundant #pragma once directives 8 years ago
Lioncash 0d04ee97dc aes_util: Add static assertion to Transcode() and XTSTranscode() to ensure well-defined behavior 8 years ago
Lioncash 64c8212ae1 aes_util: Make CalculateNintendoTweak() an internally linked function 8 years ago
Lioncash b25468b498 aes_util: Make Transcode() a const member function 8 years ago
Lioncash 8da651ac4d core/crypto: Remove unnecessary includes 8 years ago
Lioncash c1f76abfaf key_manager: Use regular std::string instead of std::string_view 8 years ago
bunnei 02fccc0940 cubeb_sink: Support variable sample_rate and num_channels. 8 years ago
bunnei 34b3f83498 audio_core: Sinks need unique names as well. 8 years ago
bunnei 9f846d3aa4 audio_core: Streams need unique names for CoreTiming. 8 years ago
bunnei 2b06301dbf
Merge pull request #849 from DarkLordZach/xci 8 years ago
bunnei 13d6593753
Merge pull request #919 from lioncash/sign 8 years ago
Lioncash 3b678b9e8e gl_shader_manager: Invert conditional in SetShaderUniformBlockBinding() 8 years ago
Lioncash dde5dce736 gl_shader_manager: Amend sign differences in an assertion comparison in SetShaderUniformBlockBinding() 8 years ago
Lioncash 2665457f4a renderer_base: Make Rasterizer() return the rasterizer by reference 8 years ago
Lioncash 6030c5ce41 video_core: Eliminate the g_renderer global variable 8 years ago
bunnei 762fcaf5de
Merge pull request #911 from lioncash/prototype 8 years ago
bunnei b0129489ea
Merge pull request #913 from lioncash/unused-func 8 years ago
bunnei 206f2e3436
Merge pull request #914 from lioncash/codeset 8 years ago
bunnei d43dad001e
Merge pull request #917 from lioncash/crash 8 years ago
Lioncash e93fa7f2cc kernel/thread: Fix potential crashes introduced in 26de4bb521 8 years ago
bunnei 29f31356d8
Merge pull request #910 from lioncash/unused 8 years ago
Lioncash e649db8c6b kernel/process: Use std::array where applicable 8 years ago
Lioncash 2beda7c2b3 kernel/process: Use accessors instead of class members for referencing segment array 8 years ago
Lioncash 59b04c0df6 memory: Remove unused GetSpecialHandlers() function 8 years ago
bunnei 40e63ede6d
Merge pull request #908 from lioncash/memory 8 years ago
bunnei 64806a8397
Merge pull request #909 from lioncash/const 8 years ago
Lioncash b4e050e6c4 video_core: Remove unimplemented Start() function prototype 8 years ago
Lioncash b45e5c2399 gl_shader_decompiler: Remove unused variable in GenerateDeclarations() 8 years ago